index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
/
httptools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move...
Robert Brewer
2006-06-12
1
-487
/
+0
*
httptools.Version was overengineered. Shame on me. Using tuples gives a 2-3% ...
Robert Brewer
2006-06-12
1
-85
/
+21
*
Removed cherrypy.NotReady. Instead, cherrypy.engine will return HTTP 503 Serv...
Robert Brewer
2006-06-06
1
-0
/
+4
*
Made tree.Application.script_name, and it now defaults to "", not "/".
Robert Brewer
2006-05-11
1
-1
/
+3
*
Dispatch and config lookup now happens as early as possible, once per request...
Robert Brewer
2006-05-10
1
-2
/
+4
*
Lots of changes to error and log handling:
Robert Brewer
2006-05-01
1
-3
/
+3
*
Extracted CaseInsensitiveDct base class out of HeaderMap.
Robert Brewer
2006-03-25
1
-6
/
+14
*
Renamed queryString into query_string
Remi Delon
2006-02-16
1
-5
/
+5
*
Fix for #456: No readlines() method in lib.httptools.SizeCheckWrapper
Robert Brewer
2006-02-08
1
-0
/
+13
*
Moved some logic (the transformation of response headers from a dict to a lis...
Robert Brewer
2006-02-07
1
-0
/
+39
*
Fix #449
Sylvain Hellegouarch
2006-01-26
1
-1
/
+1
*
Fix for #145. See the ticket for details about this fix.
Robert Brewer
2006-01-03
1
-0
/
+7
*
Fix for #361 (Misleading error message).
Robert Brewer
2005-12-30
1
-0
/
+6
*
Fix for #421 (Incorrect border condition in readline of SizeCheckWrapper).
Robert Brewer
2005-12-29
1
-6
/
+5
*
Fix for #388 (IPv6 support). While I was up to my elbows in the HTTP servers,...
Robert Brewer
2005-11-28
1
-0
/
+60
*
Fix for #393 (in trunk).
Robert Brewer
2005-11-16
1
-2
/
+8
*
Bah. headerMap.elements is better than request.header_elements. This way it's...
Robert Brewer
2005-11-14
1
-0
/
+7
*
Merged ExpectValue and AcceptValue into new HeaderElement class. Added reques...
Robert Brewer
2005-11-14
1
-97
/
+60
*
httptools.Version object now takes ints and floats as constructor args (and t...
Robert Brewer
2005-11-10
1
-1
/
+7
*
Added support for the Expect header. The tests are disabled for it right now ...
Sylvain Hellegouarch
2005-11-09
1
-0
/
+50
*
Moved a bunch of stuff from lib/cptools into a new lib/httptools module. The ...
Robert Brewer
2005-11-05
1
-0
/
+379
*
Removing deprecated modules.
Robert Brewer
2005-10-31
1
-46
/
+0
*
Fix for ticket #239.
Robert Brewer
2005-08-11
1
-4
/
+6
*
Implements ticket #195.
Robert Brewer
2005-06-25
1
-4
/
+4
*
Merged branches/ticket-151 into trunk. See CHANGELOG and the branch logs for ...
Robert Brewer
2005-06-01
1
-1
/
+1
*
Fixed bug in httptools.redirect
Remi Delon
2005-04-26
1
-1
/
+1
*
Fixed ticket #123; now using urlparse.urljoin for concatenating urls; added a...
Remi Delon
2005-04-24
1
-14
/
+2
*
Refactored the httptools.redirect code
rdelon-experimental
Remi Delon
2005-01-10
1
-14
/
+19
*
Don't copy tutorial/ and test/ into lib when installing CherryPy
Remi Delon
2005-01-06
1
-1
/
+1
*
\r\n > \n again, after header patch
Remco Boerma
2004-12-29
1
-51
/
+51
*
Changed notices to 79 chars wrap.
Remco Boerma
2004-12-29
1
-36
/
+51
*
small fixes for new cpg.response.body iterable type; getting ready for 2.0.0b...
Remi Delon
2004-12-29
1
-1
/
+1
*
Fixed ticket #29
Remi Delon
2004-11-23
1
-8
/
+7
*
(no commit message)
Remi Delon
2004-11-20
1
-0
/
+37