summaryrefslogtreecommitdiff
path: root/cherrypy/_cpwsgi_server.py
Commit message (Expand)AuthorAgeFilesLines
* Enable support for SO_PEERCRED related optionsSviatoslav Sydorenko2018-04-191-0/+2
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-3/+6
* Make cherrypy._cpwsgi_server PEP257-compliantSviatoslav Sydorenko2017-10-211-3/+6
* Revert URI parsing mode like before Cheroot v5.8.0Sviatoslav Sydorenko2017-08-061-12/+37
* Add support for bypassing ssl_ciphers configSviatoslav Sydorenko2017-03-171-2/+4
* CPWSGIServer.version contains CherryPy version + Cheroot versionMartin@MBP2017-02-261-0/+2
* Bump to cheroot 5.1Jason R. Coombs2017-01-221-4/+4
* Update references to point to moved wsgi moduleJason R. Coombs2017-01-091-3/+4
* Delete wsgiserver package and instead defer to cheroot for the wsgiserver imp...Jason R. Coombs2017-01-071-10/+12
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-1/+1
* Reimplementation of code to allow bounded request queues - rejecting requests...Allan Crooks2014-06-141-0/+2
* More PEP8 work.Gustavo Picon2014-01-121-2/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-6/+7
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-5/+5
* Oops.Robert Brewer2011-10-141-1/+1
* Fixed some error handling and made a log sink for HTTPServer.Robert Brewer2011-10-141-0/+3
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+60
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-54/+0
* trunk sync with python3Robert Brewer2011-02-231-8/+0
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-2/+0
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-64/+17
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-4/+6
* Factored SSL out to separate modules.Robert Brewer2009-08-011-4/+45
* New server.ssl_certificate_chain attribute. See http://groups.google.com/grou...Robert Brewer2009-02-121-0/+1
* Fix for #894 (can't configure [apache] dynamic FCGI, only static and external).Robert Brewer2009-02-111-7/+5
* Added comment on custom subclasses in CPWSGIServer.Robert Brewer2009-01-301-0/+2
* Initial support for multiple servers in config (doesn't allow binding any app...Robert Brewer2009-01-301-15/+26
* New ssl_context attribute on wsgiserver. See http://groups.google.com/group/c...Robert Brewer2009-01-091-0/+1
* New server.thread_pool_max attribute for setting wsgiserver.max.Robert Brewer2008-08-261-0/+1
* Fix for #803 (run CP under Google App Engine).Robert Brewer2008-06-291-0/+54