summaryrefslogtreecommitdiff
path: root/cherrypy/lib/caching.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-470/+0
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-7/+8
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-9/+13
* Merged in MichielOvertoom/cherrypyfixticketurls2 (pull request #11)Jason R. Coombs2012-12-051-1/+1
|\
| * Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* | In Python 3.3, threading._Event was renamed to threading.Event. This change c...Jason R. Coombs2012-10-281-3/+3
|/
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-59/+59
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+465
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-465/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-12/+9
* Test fixes.Robert Brewer2010-12-281-1/+1
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-1/+1
* Even more doc work.Robert Brewer2010-06-051-13/+64
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-20/+36
* Fix for #918 (caching does not respect Cache-Control: max-age header).Robert Brewer2009-08-191-8/+45
* Fix for #775 (Caching has a performance-killing race condition?). The caching...Robert Brewer2009-08-151-119/+154
* Fixed tools.expires as described at: http://groups.google.com/group/cherrypy-...Robert Brewer2009-08-061-4/+17
* Some cross ports from the python3 branch, including two test fixes.Robert Brewer2009-06-241-0/+2
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-11/+10
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-2/+4
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-1/+1
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-4/+4
* Added a few commentsjaraco2009-03-311-19/+7
* Working fix for ticket #770 - cache multiple response variants for Vary heade...jaraco2009-03-311-11/+22
* Moved function for handling vary_header_values into its own methodjaraco2009-03-311-3/+11
* Completed some implementation of VaryHeaderCachingStore, still not working.jaraco2009-03-311-18/+39
* A partial implementation of a vary header aware store with key generationjaraco2009-03-311-1/+24
* Refactored cache store handling to support a VaryHeaderAwareCache (still unim...jaraco2009-03-311-7/+27
* Fixed cache key check for missing headers.klarson2009-03-311-1/+1
* Simplified logic for processing vary headersjaraco2009-03-301-6/+3
* Fix for #891 (substituted formatwarning is old, signature in python2.6 is cha...Robert Brewer2009-01-091-1/+5
* Trunk fix for #714 (bug in tools.caching).Robert Brewer2007-10-281-1/+1
* Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header befo...Robert Brewer2007-10-281-3/+30
* Trunk fix for #662.Robert Brewer2007-10-281-1/+1
* Fix for #728 (tools.expires doesn't set a past-date header when secs=0).Robert Brewer2007-10-281-3/+6
* Fix for #721 (bugs in tools.caching).Robert Brewer2007-10-271-2/+7
* Final fix for #662 (error on configuration directive tools.caching.delay/maxo...Robert Brewer2007-06-161-22/+19
* 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