summaryrefslogtreecommitdiff
path: root/cherrypy/wsgiserver/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-14/+0
* Fixed some error handling and made a log sink for HTTPServer.Robert Brewer2011-10-141-1/+1
* More version numbers bumped. Some sync between wsgiserver2 and 3.Robert Brewer2011-07-061-0/+8
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+6
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-2219/+0
* Bumping verison number in trunkRobert Brewer2011-02-251-1/+1
* Implemented WSGI 1.0.1's requirement to not send more than Content-Length byt...Robert Brewer2011-02-251-0/+22
* Touching up WSGI support for 1.0.1, which we thought was going to be 1.1 but ...Robert Brewer2011-02-241-10/+1
* Compat fixes for Python 2.3Robert Brewer2011-02-241-12/+12
* trunk sync with python3Robert Brewer2011-02-231-10/+9
* New logging.statistics in wsgiserver, plus new lib/cpstats.pyRobert Brewer2011-02-231-60/+120
* Fix for #1030 (malformed HTTP request does not result in '400 Bad Request').Robert Brewer2011-02-211-2/+2
* Fix for #993 (wsgiserver #Docstring)Robert Brewer2010-12-291-0/+1
* Test fixes.Robert Brewer2010-12-281-6/+8
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-10/+19
* Set the instance attribute values to the class attribute defaults so that the...Sylvain Hellegouarch2010-11-181-2/+2
* First draft of wsgiserver docs.Robert Brewer2010-08-081-74/+105
* Fixed some broken tests, including a nasty wsgiserver bug.Robert Brewer2010-06-051-6/+10
* Fix for #1008 (Oversized request URL can result in an exception).Robert Brewer2010-05-011-13/+32
* Fix for #1007 (Raising a MaxSizeExceeded exception results in a 413 response ...Robert Brewer2010-05-011-3/+9
* Reinstating SERVER_SOFTWARE wsgi environ entry.Robert Brewer2009-11-091-0/+1
* Updating to 3.2rc1cherrypy-3.2.0rc1Robert Brewer2009-10-171-1/+1
* A couple syncs with python3.Robert Brewer2009-10-171-1/+5
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-4/+3
* Added wsgi 1.1 to wsgiserver like mod_wsgi's definition. See http://blog.dscp...Robert Brewer2009-10-031-0/+9
* Fix for #956 (wsgiserver's ThreadPool stop() method can take longer than time...Robert Brewer2009-10-031-1/+5
* Fix for #961 (Dual-stack support missing on Python 2.6 (and probably 3.x).Robert Brewer2009-10-031-3/+5
* Some IPV6 tweaks.Robert Brewer2009-10-031-2/+6
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-375/+566
* Test and fix for scheme in querystring.Robert Brewer2009-09-171-1/+1
* Better backward compat for wsgiserver ssl.Robert Brewer2009-09-151-0/+19
* Added required wsgi.version defaults.Robert Brewer2009-09-151-1/+1
* Marking 3.2.0 beta for Python 2.x.cherrypy-3.2.0betaRobert Brewer2009-08-291-1/+1
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-52/+137
* Better error message for illegal HTTP request headers. See #941.Robert Brewer2009-08-051-1/+4
* Fix for #951 (Content-Length breaks curl on 100-Continue) for 3.0, 3.1, 3.2 t...Robert Brewer2009-08-051-1/+8
* Fixed up version numbers.Robert Brewer2009-08-031-1/+1
* Fix for #942 (WSGIServer tries to set TCP options on UNIX socket).Robert Brewer2009-08-021-1/+1
* Fixed buglet in server.stop (ssl socket.shutdown takes no args).Robert Brewer2009-08-021-1/+5
* Fixed http over https for stdlib ssl.Robert Brewer2009-08-021-1/+17
* Factored SSL out to separate modules.Robert Brewer2009-08-011-240/+67
* string formatting missing required valuevisteya2009-07-011-2/+2
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-1/+7
* More python3 synchro.Robert Brewer2009-06-141-47/+93
* Some syncs with python3.Robert Brewer2009-06-141-5/+5
* Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers MUST b...Robert Brewer2009-06-131-21/+0
* Fix to a long-standing but with emitting RFC-2047-encoded header values. Need...Robert Brewer2009-06-021-2/+5
* Mostly-working _cpreqbody for Python 2.x.Robert Brewer2009-05-311-1/+1
* trunk - backport for [2212] - Moved response header encoding from app to server.Lakin Wecker2009-05-311-1/+19
* fix for ticket #919, CherryPy crashes if socket.accept() does not return a re...visteya2009-05-271-0/+8