summaryrefslogtreecommitdiff
path: root/cherrypy/lib/httptools.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move...Robert Brewer2006-06-121-487/+0
* httptools.Version was overengineered. Shame on me. Using tuples gives a 2-3% ...Robert Brewer2006-06-121-85/+21
* Removed cherrypy.NotReady. Instead, cherrypy.engine will return HTTP 503 Serv...Robert Brewer2006-06-061-0/+4
* Made tree.Application.script_name, and it now defaults to "", not "/".Robert Brewer2006-05-111-1/+3
* Dispatch and config lookup now happens as early as possible, once per request...Robert Brewer2006-05-101-2/+4
* Lots of changes to error and log handling:Robert Brewer2006-05-011-3/+3
* Extracted CaseInsensitiveDct base class out of HeaderMap.Robert Brewer2006-03-251-6/+14
* Renamed queryString into query_stringRemi Delon2006-02-161-5/+5
* Fix for #456: No readlines() method in lib.httptools.SizeCheckWrapperRobert Brewer2006-02-081-0/+13
* Moved some logic (the transformation of response headers from a dict to a lis...Robert Brewer2006-02-071-0/+39
* Fix #449Sylvain Hellegouarch2006-01-261-1/+1
* Fix for #145. See the ticket for details about this fix.Robert Brewer2006-01-031-0/+7
* Fix for #361 (Misleading error message).Robert Brewer2005-12-301-0/+6
* Fix for #421 (Incorrect border condition in readline of SizeCheckWrapper).Robert Brewer2005-12-291-6/+5
* Fix for #388 (IPv6 support). While I was up to my elbows in the HTTP servers,...Robert Brewer2005-11-281-0/+60
* Fix for #393 (in trunk).Robert Brewer2005-11-161-2/+8
* Bah. headerMap.elements is better than request.header_elements. This way it's...Robert Brewer2005-11-141-0/+7
* Merged ExpectValue and AcceptValue into new HeaderElement class. Added reques...Robert Brewer2005-11-141-97/+60
* httptools.Version object now takes ints and floats as constructor args (and t...Robert Brewer2005-11-101-1/+7
* Added support for the Expect header. The tests are disabled for it right now ...Sylvain Hellegouarch2005-11-091-0/+50
* Moved a bunch of stuff from lib/cptools into a new lib/httptools module. The ...Robert Brewer2005-11-051-0/+379
* Removing deprecated modules.Robert Brewer2005-10-311-46/+0
* Fix for ticket #239.Robert Brewer2005-08-111-4/+6
* Implements ticket #195.Robert Brewer2005-06-251-4/+4
* Merged branches/ticket-151 into trunk. See CHANGELOG and the branch logs for ...Robert Brewer2005-06-011-1/+1
* Fixed bug in httptools.redirectRemi Delon2005-04-261-1/+1
* Fixed ticket #123; now using urlparse.urljoin for concatenating urls; added a...Remi Delon2005-04-241-14/+2
* Refactored the httptools.redirect coderdelon-experimentalRemi Delon2005-01-101-14/+19
* Don't copy tutorial/ and test/ into lib when installing CherryPyRemi Delon2005-01-061-1/+1
* \r\n > \n again, after header patchRemco Boerma2004-12-291-51/+51
* Changed notices to 79 chars wrap.Remco Boerma2004-12-291-36/+51
* small fixes for new cpg.response.body iterable type; getting ready for 2.0.0b...Remi Delon2004-12-291-1/+1
* Fixed ticket #29Remi Delon2004-11-231-8/+7
* (no commit message)Remi Delon2004-11-201-0/+37