summaryrefslogtreecommitdiff
path: root/cherrypy/lib/caching.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added 'must-revalidate' to Cache-Control header in expires tool.Robert Brewer2007-01-111-8/+9
* Fixed bug in caching; invalid methods did not delete cached resource. See #509.Robert Brewer2006-12-091-5/+15
* Tweaks to caching, mostly docs. Removed independent time.time() calculations ...Robert Brewer2006-11-221-9/+25
* Collapsed request.url and tree.url into a single cherrypy.url function.Robert Brewer2006-09-111-1/+1
* Improved tree.url() to include base. Also replaced request.browser_url with r...Robert Brewer2006-09-061-2/+2
* Reorganized the caching tool code.Robert Brewer2006-08-281-36/+8
* Tweaks to docs, line lengths, tests, and number of serving lookups.Robert Brewer2006-08-281-14/+18
* More (final?) config overhaul work:Robert Brewer2006-08-251-2/+2
* Lots of mixedCase to lower_with_underscores.Robert Brewer2006-08-121-36/+36
* WSGI-related changes:Robert Brewer2006-08-071-1/+1
* Eliminated 'default_content_type' config entry by moving tools.response_heade...Robert Brewer2006-08-061-3/+6
* If not cacheable, we shouldn't even set Expires.Robert Brewer2006-08-031-16/+16
* Test and fix for bug in expires tool.Robert Brewer2006-07-251-1/+3
* More work on tools.expires:Robert Brewer2006-07-171-44/+29
* 1. New "expires" tool for setting the "Expires" header.Christian Wyglendowski2006-07-171-1/+50
* Caching tool invocation optimization.Robert Brewer2006-07-111-7/+8
* Fixed memory-leak bug when expiring cache objects.Robert Brewer2006-07-101-1/+2
* Fix for #538 (Caching must set Age response header). Also fixed a bad bug fro...Robert Brewer2006-07-061-4/+11
* caching: Turned MemoryCache.expirationQueue into "expirations", a dict. This ...Robert Brewer2006-07-061-44/+34
* Speedup of cache tool by caching the object only, not expirationTime or lastM...Robert Brewer2006-07-051-12/+5
* Renamed lib.encodings to lib.encoding to avoid shadowing the builtin.Robert Brewer2006-06-271-2/+3
* Heavily cleaned the namespace for Tool objects:Robert Brewer2006-06-131-1/+1
* Bah. Silly iteritems.Robert Brewer2006-06-121-1/+1
* Removed the wrap method from Tool, since the enable method should meet all ca...Robert Brewer2006-06-121-8/+9
* Fix for #509 (don't cache for POST, PUT, DELETE).Robert Brewer2006-06-081-2/+9
* Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since validation.Robert Brewer2006-06-031-13/+12
* Dispatch and config lookup now happens as early as possible, once per request...Robert Brewer2006-05-101-1/+1
* Fix for #508 (Content-Type for 304s).Robert Brewer2006-05-021-1/+5
* Objects on the CP tree may now possess a _cp_config attribute, which replaces...Robert Brewer2006-05-011-6/+7
* More tool improvements:Robert Brewer2006-04-261-1/+3
* Fluff.Robert Brewer2006-04-221-15/+11
* Fixed the caching tool and test.Robert Brewer2006-04-221-2/+5
* CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot...Robert Brewer2006-04-211-0/+161