summaryrefslogtreecommitdiff
path: root/cherrypy/wsgiserver/wsgiserver2.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-2471/+0
* Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/125/Jason R. Coombs2016-04-301-10/+22
|\
| * Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/117Jason R. Coombs2016-04-301-0/+2
| |\
| | * wsgiserver: Ignore EPROTOTYPE on OS X.Florian Bruhin2015-12-181-0/+2
| * | Version string is defined in only two places now - in the package metadata an...Jason R. Coombs2016-04-301-1/+11
| * | Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-9/+9
* | | parse_request_uri() incorrectly parses URI which contains ://Yiteng Zhang2016-04-281-5/+3
|/ /
* | Bumped to 5.1.0 in preparation for next release.5.1.0Jason R. Coombs2016-03-101-1/+1
* | Bumped to 5.0.2 in preparation for next release.Jason R. Coombs2016-02-051-1/+1
* | Bumped to 5.0.1 in preparation for next release.Jason R. Coombs2016-02-041-1/+1
* | Bumped to 5.0.0 in preparation for next release.5.0.0Jason R. Coombs2016-02-041-1/+1
* | Unify ssl_adapters and make builtin adapter default on all platforms.Jason R. Coombs2015-12-201-1/+1
* | Remove support for deprecated attributes on wsgiserver2 around SSL supportJason R. Coombs2015-12-201-19/+0
* | Use octal literalJason R. Coombs2015-12-201-1/+1
* | Normalize importsJason R. Coombs2015-12-201-16/+17
* | Unify io handler imports. This change means that wsgiserver2 will now have a ...Jason R. Coombs2015-12-201-11/+13
* | Unify use of format_excJason R. Coombs2015-12-201-11/+2
* | wsgiserver2 can now use email.utilsJason R. Coombs2015-12-201-2/+2
* | Bumped to 4.0.1 in preparation for next release.Jason R. Coombs2015-12-191-1/+1
* | Bumped to 4.0.0 in preparation for next release.4.0.0Jason R. Coombs2015-12-191-1/+1
|/
* Bumped to 3.8.3 in preparation for next release.Jason R. Coombs2015-12-171-1/+1
* Bumped to 3.8.2 in preparation for next release.Gustavo Picon2015-12-021-1/+1
* Make sure that we are exposing the list `socket_errors_to_ignore` fromJoel Rivera2015-10-241-1/+2
* Fix for constant SSL socket connection error:Rajaram Soundararajan2015-09-261-1/+1
* wsgiserver HTTPRequest read_request_line: update error messageNyiro Gergo2015-07-241-1/+1
* wsgiserver HTTPRequest read_request_line: check path is not NoneNyiro Gergo2015-07-221-0/+4
* Bumped to 3.8.1 in preparation for next release.Jason R. Coombs2015-06-261-1/+1
* Bumped to 3.8.0 in preparation for next release.3.8.0Jason R. Coombs2015-06-261-1/+1
* Bumped to 3.7.1 in preparation for next release.Jason R. Coombs2015-04-241-1/+1
* Bumped to 3.7.0 in preparation for next release.3.7.0Jason R. Coombs2015-04-241-1/+1
* Fix #1298 for CPython 2.7 with the builtin ssl module and pyOpenSSL 0.14. How...Lawouach2014-12-071-2/+2
* Bumped to 3.6.1 in preparation for next release.Jason R. Coombs2014-09-141-1/+1
* Bumped to 3.6.0 in preparation for next release.3.6.0Jason R. Coombs2014-09-141-1/+1
* Bumped to 3.5.1 in preparation for next release.Jason R. Coombs2014-06-271-1/+1
* Bumped to 3.5.0 in preparation for next release.3.5.0Jason R. Coombs2014-06-271-1/+1
* Merge fix for #1301 (reject connections when queue is full).Jason R. Coombs2014-06-271-6/+16
|\
| * Reimplementation of code to allow bounded request queues - rejecting requests...Allan Crooks2014-06-141-6/+16
* | Bumped to 3.4.1 in preparation for next release.Jason R. Coombs2014-06-271-1/+1
* | Bumped to 3.4.0 in preparation for next release.3.4.0Jason R. Coombs2014-06-271-1/+1
|/
* Bumped to 3.3.0 in preparation for next release.3.3.0Jason R. Coombs2014-04-161-1/+1
* Merge with 3.2.xJason R. Coombs2014-04-121-116/+245
|\
| * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-116/+245
| |\
| | * More PEP8 work.Gustavo Picon2014-01-121-75/+120
| | * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-77/+142
| | * Change the socket parameter that is used on the internals of the socketJoel Rivera2014-01-021-4/+5
| | * pypy compat. Fix issue #1263Juan-Pablo Scaletti2013-12-071-1/+7
| | * Merged in bcwalrus/cherrypy (pull request #24)Joel Rivera2013-09-141-19/+42
| | |\
| | | * The Windows build for Python2.5 has IPV6_V6ONLY undefined,Joel Rivera2013-04-091-2/+5
| | | * Merge with cherrypy-3.2.xJason R. Coombs2013-03-271-1/+1
| | | |\
| | | * \ Merge with 3.2.xJason R. Coombs2013-03-271-11/+19
| | | |\ \