summaryrefslogtreecommitdiff
path: root/cherrypy/wsgiserver/wsgiserver3.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-2200/+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-4/+5
|/ /
* | 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-0/+1
* | Use octal literalJason R. Coombs2015-12-201-1/+1
* | Normalize importsJason R. Coombs2015-12-201-11/+14
* | Rewrite import of io moduleJason R. Coombs2015-12-201-3/+5
* | Unify use of format_excJason 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
* 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
* 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-103/+218
|\
| * Merge with cherrypy-3.2.x (3.2.5)Jason R. Coombs2014-02-231-103/+218
| |\
| | * More PEP8 work.Gustavo Picon2014-01-121-68/+115
| | * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-64/+121
| | * Reverting r6f3d9f4 to correctly handle 256b request lines in Python3.Gustavo Picon2014-01-111-1/+1
| | * Fix syntax of the excepcion assignment for python3 on wsgiserver3Joel Rivera2013-09-141-1/+1
| | * Merged in bcwalrus/cherrypy (pull request #24)Joel Rivera2013-09-141-24/+37
| | |\
| | | * Bugfix, decode the REQUEST_URI key on the wsgi environment,Joel Rivera2013-07-141-2/+1
| | | * 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
| | | |\ \
| | | | * | Backing out deea3be25db6 (Pull Request #15) because of test suite problems on...Joseph Tate2013-03-181-30/+1
| | | | * | Merged in stpierre/cherrypy/1001-client-cert-verify (pull request #15)Joseph Tate2013-03-181-1/+30
| | | | |\ \
| | | | | * | Added support for client certificate verification in SSLAdapter (issue #1001)Chris St. Pierre2012-09-281-1/+30