summaryrefslogtreecommitdiff
path: root/cherrypy/lib/static.py
Commit message (Expand)AuthorAgeFilesLines
...
* Removed last useless cherrypy.debug test.Robert Brewer2006-08-061-2/+0
* Fixes for #544 and #545 (serveFile issues) in CP 3. Fixes in CP 2 branch comi...Robert Brewer2006-08-031-6/+6
* Replaced http.HTTPDate with its clone rfc822.formatdate.Robert Brewer2006-06-271-1/+1
* Heavily cleaned the namespace for Tool objects:Robert Brewer2006-06-131-0/+2
* Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move...Robert Brewer2006-06-121-3/+3
* httptools.Version was overengineered. Shame on me. Using tuples gives a 2-3% ...Robert Brewer2006-06-121-1/+1
* Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since validation.Robert Brewer2006-06-031-32/+5
* Root and config are now isolated per app:Robert Brewer2006-05-071-3/+3
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-2/+2
* Fix for #508 (Content-Type for 304s).Robert Brewer2006-05-021-4/+3
* New static.serve_download function (sugar for serve_file with application/x-d...Robert Brewer2006-05-011-0/+4
* More tool improvements:Robert Brewer2006-04-261-2/+2
* test_core works again.Robert Brewer2006-04-251-0/+1
* Dispatchers shouldn't change request.object_path before calling the page hand...Robert Brewer2006-04-221-1/+1
* Fixed static tool and test.Robert Brewer2006-04-221-63/+51
* Fixed xmlrpc tool and test. Plus:Robert Brewer2006-04-221-0/+1
* Reorganized static tools again. staticdir still needs a way to get the config...Robert Brewer2006-04-211-0/+78
* CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot...Robert Brewer2006-04-211-0/+146