summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 2.x backport of [1262] (fix to test suite longopts).Robert Brewer2006-12-111-1/+0
* 2.x fix for #408 (SessionFilter? doesn't check result of generateSessionID() ...Robert Brewer2006-12-101-1/+8
* 2.x backport of [1230] (Missing call to request.close() on KeyboardInterrupt,...Robert Brewer2006-12-101-2/+8
* 2.x backport of [1226] (new server.socket_timeout config entry).Robert Brewer2006-12-102-0/+2
* 2.x fix for #540 (signal handler). SIGTERM only in this branch (trunk does SI...Robert Brewer2006-12-101-0/+12
* 2.x backport of [1202], [1203] (new expires function, plus Response.time attr...Robert Brewer2006-12-103-8/+132
* 2.x fix for #512 (Cookie.expires should be optional).Robert Brewer2006-12-101-3/+4
* 2.x backport of [1176] (Since request.headers converts case automatically, th...Robert Brewer2006-12-101-7/+1
* 2.x fix for #533. CP3 will behave correctly and return a Fault when an XML-RP...Robert Brewer2006-12-102-0/+17
* Copied webtest from trunk to 2.x branch. This incorporates all changes to web...Robert Brewer2006-12-091-52/+156
* 2.x Fix for #475 (double calling acquire_lock() freezes the request). Fix is ...Robert Brewer2006-12-091-6/+5
* 2.x backport of [1154] (Quick and dirty trap of log file errors.)Robert Brewer2006-12-091-4/+8
* 2.x backport of [1153] (New "teardown_server" magic method support for test m...Robert Brewer2006-12-091-0/+6
* 2.x backport of [1148] (test/modpy fixes and docs).Robert Brewer2006-12-093-11/+28
* 2.x backport of [1142] (Removed inspect import in cherrypy.lib.cptools.decora...Robert Brewer2006-12-091-10/+10
* 2.x Fix for #507 (InternalRedirect? supports only absolute paths). Paths rela...Robert Brewer2006-12-092-1/+19
* 2.x fix for #509 (don't cache for POST, PUT, DELETE). Also found a bug which ...Robert Brewer2006-12-092-4/+34
* 2.x backport of [1126] (Made Engine.stop check Engine.state. This allows e.g....Robert Brewer2006-12-091-10/+11
* 2.x backport of [1117] (Fix for #531 (Make an ETag tool). Also refactored If-...Robert Brewer2006-12-093-4/+150
* 2.x backport of [1109] (Comment improvements).Robert Brewer2006-12-093-7/+12
* 2.x backport of [1103] (new tests for params with virtual_host).Robert Brewer2006-12-091-1/+19
* 2.x backport of [1102] (better error messages on illegal response statuses).Robert Brewer2006-12-092-5/+7
* 2.x backport of [1099] (fixed a bug in TestHarness? (no base conf when using ...Robert Brewer2006-12-091-6/+6
* 2.x backport of [1098] (moved the profiler setup into _cprequest (so it's all...Robert Brewer2006-12-092-10/+9
* 2.x backport of [1096] (moved request body size check into _cprequest from _c...Robert Brewer2006-12-093-15/+8
* 2.x backport of [1093] (better errors on lookup of request attrs when not in ...Robert Brewer2006-12-091-3/+15
* 2.x Fix for #426 (cherrypy.expose alias problems with dots).Robert Brewer2006-12-091-2/+2
* 2.x Partial fix for #511 (wsgi default encoding).Robert Brewer2006-12-091-2/+5
* 2.x Fix for #508 (Content-Type for 304s).Robert Brewer2006-12-092-2/+7
* 2.x: Buglet in lib.cptools, plus a backport of serve_download. See [1069], [1...Robert Brewer2006-12-091-0/+7
* 2.x Fix for #328 (encoding 'errors' argument).Robert Brewer2006-12-091-9/+10
* Fix for REMOTE_HOST bug in 2.x branch and trunk.Robert Brewer2006-11-183-4/+3
* Fixed #542. For some reason the fix was already there except for the unit test.Sylvain Hellegouarch2006-10-121-1/+11
* Fixed #569Sylvain Hellegouarch2006-10-122-1/+8
* Fix to 2.1, 2.2, 3.0 for bugs in Range slicing and final boundary. Also made ...Robert Brewer2006-09-022-21/+26
* Fix for #560 (misleading log on socket_host="") for CP 2.2 and CP 3.Robert Brewer2006-09-021-1/+1
* Fix for CP 2 for #445 (autoreload and '<string>' in sys.modules).Robert Brewer2006-09-021-1/+2
* Fixes for #479 (CherryPy crashes on using seteuid / setegid) for CP 2.2 and C...Robert Brewer2006-08-261-1/+5
* Fix to config.getAll (which isn't used internally and will disappear in futur...Robert Brewer2006-08-262-8/+16
* Fix for #543 (virtualhostfilter.py generates URIs with a double slash).Robert Brewer2006-08-122-4/+14
* Fix for CP2.2 for #541 (absoluteURI in request line). I also copied whatever ...Robert Brewer2006-08-123-29/+89
* Fixes for #544 and #545 (serveFile issues) for CP 2 branch.Robert Brewer2006-08-036-10/+22
* Fix in 2.x and trunk for #522 (redirect documentation doesn't talk about stat...Robert Brewer2006-06-301-631/+634
* CP 2.2 and 3.0 fix for #516 (Sessionfilter doesn't format properly the cookie...Robert Brewer2006-06-291-2/+2
* Added backward-compatible sessionfilter.generateSessionID.Robert Brewer2006-06-291-1/+1
* Fix for #524 (tests fail on python < 2.4).Robert Brewer2006-06-051-2/+7
* Fix for #530 (CherryPyWSGIServer does not always initalize self.socket) in 2....Robert Brewer2006-06-011-0/+2
* Added the required WSGI request.close() call (thanks amix!).Robert Brewer2006-05-301-0/+2
* Getting ready for 2.2.1 release.Christian Wyglendowski2006-04-244-44/+6
* Making a branch for any future work on the 2.2.x line.cherrypy-2.2.1Christian Wyglendowski2006-04-240-0/+0