Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk/cherrypy/lib/caching.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 10/28/07 13:37:50 @1798 [1798] fumanchu Trunk fix for #714 (bug in tools.caching).
(edit) 10/28/07 13:28:42 @1796 [1796] fumanchu Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header …
(edit) 10/28/07 13:16:46 @1795 [1795] fumanchu Trunk fix for #662.
(edit) 10/27/07 23:14:47 @1790 [1790] fumanchu Fix for #728 (tools.expires doesn't set a past-date header when secs=0).
(edit) 10/26/07 23:10:31 @1771 [1771] fumanchu Fix for #721 (bugs in tools.caching).
(edit) 06/16/07 18:09:43 @1667 [1667] fumanchu Final fix for #662 (error on configuration directive …
(edit) 01/11/07 10:45:28 @1594 [1594] fumanchu Added 'must-revalidate' to Cache-Control header in expires tool.
(edit) 12/09/06 16:48:50 @1495 [1495] fumanchu Fixed bug in caching; invalid methods did not delete cached resource. See …
(edit) 11/22/06 13:36:08 @1443 [1443] fumanchu Tweaks to caching, mostly docs. Removed independent time.time() …
(edit) 09/11/06 12:26:06 @1350 [1350] fumanchu Collapsed request.url and tree.url into a single cherrypy.url function.
(edit) 09/06/06 17:39:38 @1338 [1338] fumanchu Improved tree.url() to include base. Also replaced request.browser_url …
(edit) 08/28/06 15:34:49 @1291 [1291] fumanchu Reorganized the caching tool code.
(edit) 08/28/06 13:39:08 @1288 [1288] fumanchu Tweaks to docs, line lengths, tests, and number of serving lookups.
(edit) 08/25/06 16:25:56 @1278 [1278] fumanchu More (final?) config overhaul work: …
(edit) 08/12/06 11:39:31 @1243 [1243] fumanchu Lots of mixedCase to lower_with_underscores.
(edit) 08/06/06 20:09:48 @1224 [1224] fumanchu WSGI-related changes: …
(edit) 08/05/06 20:03:15 @1222 [1222] fumanchu Eliminated 'default_content_type' config entry by moving …
(edit) 08/02/06 23:38:53 @1208 [1208] fumanchu If not cacheable, we shouldn't even set Expires.
(edit) 07/24/06 22:10:26 @1207 [1207] fumanchu Test and fix for bug in expires tool.
(edit) 07/17/06 16:34:54 @1203 [1203] fumanchu More work on tools.expires: 1. Now takes 'secs' arg instead of 'e_time'. …
(edit) 07/17/06 10:21:56 @1202 [1202] dowski 1. New "expires" tool for setting the "Expires" header. …
(edit) 07/10/06 23:15:39 @1198 [1198] fumanchu Caching tool invocation optimization.
(edit) 07/09/06 19:02:22 @1189 [1189] fumanchu Fixed memory-leak bug when expiring cache objects.
(edit) 07/06/06 00:33:05 @1187 [1187] fumanchu Fix for #538 (Caching must set Age response header). Also fixed a bad bug …
(edit) 07/06/06 00:04:33 @1185 [1185] fumanchu caching: Turned MemoryCache?.expirationQueue into "expirations", a dict. …
(edit) 07/05/06 13:25:43 @1184 [1184] fumanchu Speedup of cache tool by caching the object only, not expirationTime or …
(edit) 06/27/06 12:11:19 @1163 [1163] fumanchu Renamed lib.encodings to lib.encoding to avoid shadowing the builtin.
(edit) 06/13/06 01:04:32 @1145 [1145] fumanchu Heavily cleaned the namespace for Tool objects: …
(edit) 06/12/06 16:13:58 @1144 [1144] fumanchu Bah. Silly iteritems.
(edit) 06/12/06 15:25:03 @1143 [1143] fumanchu Removed the wrap method from Tool, since the enable method should meet all …
(edit) 06/08/06 00:30:05 @1127 [1127] fumanchu Fix for #509 (don't cache for POST, PUT, DELETE).
(edit) 06/03/06 00:42:24 @1117 [1117] fumanchu Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since …
(edit) 05/10/06 01:11:38 @1102 [1102] fumanchu Dispatch and config lookup now happens as early as possible, once per …
(edit) 05/02/06 18:04:53 @1089 [1089] fumanchu Fix for #508 (Content-Type for 304s).
(edit) 05/01/06 18:58:58 @1083 [1083] fumanchu Objects on the CP tree may now possess a _cp_config attribute, which …
(edit) 04/26/06 02:28:59 @1075 [1075] fumanchu More tool improvements: …
(edit) 04/22/06 15:23:01 @1057 [1057] fumanchu Fluff.
(edit) 04/22/06 12:46:52 @1054 [1054] fumanchu Fixed the caching tool and test.
(add) 04/21/06 15:44:17 @1047 [1047] fumanchu CP 3 initial checkin. Global filters have been replaced by request.hooks. …

Hosted by WebFaction

Log in as guest/cpguest to create tickets