summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Add test capturing expectation. Ref #1627.Jason R. Coombs2017-08-281-0/+16
* PEP8fy codebase: eliminated W503 flake8 errorSviatoslav Sydorenko2017-03-121-4/+4
* Fix E265: block comment should start with '# 'Sviatoslav Sydorenko2016-09-191-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-32/+32
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-4/+5
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-7/+7
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-061-1/+2
* More PEP8 work.Gustavo Picon2014-01-121-3/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-8/+12
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-21/+21
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+129
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-129/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Removed test.py etc.Robert Brewer2010-04-271-7/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-53/+52
* Fix for #952 (on multiple proxies getting multiple base urls) for 3.0, 3.1, 3...Robert Brewer2009-08-051-0/+5
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Fix for #782 (X-Forwarded-Ssl).Robert Brewer2008-06-081-0/+9
* Use sample domains in test.Robert Brewer2007-10-281-14/+14
* A couple more modpy test fixes.Robert Brewer2007-06-241-10/+24
* Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.Robert Brewer2007-06-161-1/+1
* Fix for #643 (socket_host is confusing). Empty string and None are now illega...Robert Brewer2007-06-161-1/+1
* RFC 2606 updates (official example domains).Robert Brewer2007-05-301-10/+10
* Changes to socket_host:Robert Brewer2006-12-121-1/+5
* Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c...Robert Brewer2006-09-161-1/+8
* New CPWebCase base() function.Robert Brewer2006-09-131-2/+2
* Collapsed request.url and tree.url into a single cherrypy.url function.Robert Brewer2006-09-111-3/+15
* SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...Robert Brewer2006-09-101-4/+4
* New scheme arg to tools.proxy.Robert Brewer2006-09-061-2/+10
* Improved tree.url() to include base. Also replaced request.browser_url with r...Robert Brewer2006-09-061-1/+19
* Overhaul of config system:Robert Brewer2006-08-241-5/+4
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* X-Forwarded-For should overwrite remote.ip, not remote.name.Robert Brewer2006-08-111-5/+5
* Replaced request.remote_addr, remote_port, and remote_host with a single "rem...Robert Brewer2006-08-071-1/+1
* Expanded baseurl tool into a new proxy tool.Robert Brewer2006-06-281-0/+61