index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
test
/
test_proxy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test capturing expectation. Ref #1627.
Jason R. Coombs
2017-08-28
1
-0
/
+16
*
PEP8fy codebase: eliminated W503 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-4
/
+4
*
Fix E265: block comment should start with '# '
Sviatoslav Sydorenko
2016-09-19
1
-1
/
+1
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-32
/
+32
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-1
/
+1
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-4
/
+5
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-7
/
+7
*
Replace references to bitbucket tickets with references to github tickets. Re...
Jason R. Coombs
2016-04-30
1
-1
/
+1
*
Fix bug #1268, X-Forwarded-For IP order
Joseph Tate
2014-03-06
1
-1
/
+2
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-3
/
+6
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-8
/
+12
*
Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to
Michiel Overtoom
2012-06-21
1
-1
/
+1
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-21
/
+21
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+129
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-129
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-1
/
+2
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-7
/
+1
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-53
/
+52
*
Fix for #952 (on multiple proxies getting multiple base urls) for 3.0, 3.1, 3...
Robert Brewer
2009-08-05
1
-0
/
+5
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-2
/
+0
*
Fix for #782 (X-Forwarded-Ssl).
Robert Brewer
2008-06-08
1
-0
/
+9
*
Use sample domains in test.
Robert Brewer
2007-10-28
1
-14
/
+14
*
A couple more modpy test fixes.
Robert Brewer
2007-06-24
1
-10
/
+24
*
Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.
Robert Brewer
2007-06-16
1
-1
/
+1
*
Fix for #643 (socket_host is confusing). Empty string and None are now illega...
Robert Brewer
2007-06-16
1
-1
/
+1
*
RFC 2606 updates (official example domains).
Robert Brewer
2007-05-30
1
-10
/
+10
*
Changes to socket_host:
Robert Brewer
2006-12-12
1
-1
/
+5
*
Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c...
Robert Brewer
2006-09-16
1
-1
/
+8
*
New CPWebCase base() function.
Robert Brewer
2006-09-13
1
-2
/
+2
*
Collapsed request.url and tree.url into a single cherrypy.url function.
Robert Brewer
2006-09-11
1
-3
/
+15
*
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...
Robert Brewer
2006-09-10
1
-4
/
+4
*
New scheme arg to tools.proxy.
Robert Brewer
2006-09-06
1
-2
/
+10
*
Improved tree.url() to include base. Also replaced request.browser_url with r...
Robert Brewer
2006-09-06
1
-1
/
+19
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-5
/
+4
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-2
/
+2
*
X-Forwarded-For should overwrite remote.ip, not remote.name.
Robert Brewer
2006-08-11
1
-5
/
+5
*
Replaced request.remote_addr, remote_port, and remote_host with a single "rem...
Robert Brewer
2006-08-07
1
-1
/
+1
*
Expanded baseurl tool into a new proxy tool.
Robert Brewer
2006-06-28
1
-0
/
+61