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