summaryrefslogtreecommitdiff
path: root/cherrypy/lib/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-968/+0
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* Merged in shroom/cherrypy (pull request #50)Jason R. Coombs2014-09-131-34/+80
|\
| * Use is_iterator function to determine if the response content is iterable, ra...Allan Crooks2014-04-151-1/+2
| * Merge more robust platform-independent locking technique. Fixes #1122.Jason R. Coombs2014-02-231-56/+133
| |\
| | * More PEP8 work.Gustavo Picon2014-01-121-12/+19
| | * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-20/+43
| * | Removed comment (suggesting a different intent)Jason R. Coombs2012-02-051-1/+0
| * | Added session id to LockChecker constructionJason R. Coombs2012-02-051-1/+1
| * | Renamed lock_util to locking.pyJason R. Coombs2012-02-051-2/+2
| * | Initial draft of a lock timeout on file sessionsJason R. Coombs2012-02-041-1/+17
* | | Fix race condition in session clean up.Mateusz Pachocki2013-09-301-6/+10
| |/ |/|
* | No longer store the locks at the class level. Simply store them at the instan...Jason R. Coombs2013-09-291-12/+3
* | Merge more robust platform-independent locking technique, referencing #1122.Jason R. Coombs2013-09-291-9/+71
|\ \
| * | Expanded paragraph on the default session locking behaviorSeth House2013-08-281-1/+6
| * | Fix session closing bug introduced in d777650d57e6Joseph Tate2013-03-291-1/+1
| * | Fix compatibility issues with python3 in the last changes. Close issue #1236Joel Rivera2013-03-251-3/+3
| * | A little more debugging for cherrypy sessions, AND for file based sessions, f...Joseph Tate2013-03-201-1/+6
| * | Better debug output from the session tool.Robert Brewer2013-03-201-6/+57
| * | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
| |/
* | Add 'remove' method to lockfile, to attempt to remove the lockfile, usually a...Jason R. Coombs2013-09-291-1/+4
* | Implementing platform-assisted locking support for more robust locking behavior.Jason R. Coombs2012-01-311-18/+9
|/
* Resaved with excess whitespace removedJason R. Coombs2012-01-301-119/+119
* Fixed #1074 (Provide an overrideable method to generate 'now' values within S...Robert Brewer2011-10-151-6/+14
* Fixed #1075 (MemcachedStringEncodingError when using memcached sessions stora...Robert Brewer2011-10-151-1/+14
* Oops. Fixed #1082 better.Robert Brewer2011-10-151-3/+6
* Fixed #1082 (RamSession leak)Robert Brewer2011-10-151-1/+3
* Updating the documentation as per #1073Lakin Wecker2011-07-151-2/+2
* Fix for #1025 (Support for httponly session cookies)Robert Brewer2011-07-051-4/+16
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+833
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-832/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-21/+5
* More and more and more doc work.Robert Brewer2010-06-061-4/+82
* Removed AttributeDocstring metaclass in favor of Sphinx-style docstrings. :/ ...Robert Brewer2010-05-301-13/+11
* Sphinx docs (rsts) for rest of cherrypy.lib.*chbrown2010-02-241-17/+48
* Final fix for #915 (Add "debug=False" arg to builtin Tools).Robert Brewer2009-08-061-2/+17
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-12/+14
* Trap and log exceptions in PerpetualTimer Monitor threads.Robert Brewer2009-06-141-2/+3
* Better expires param for the sessiondemo.Robert Brewer2009-06-131-2/+0
* New session demo.Robert Brewer2009-06-131-7/+27
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-4/+4
* trunk - cosmetic change bringing this file more inline with the python3 versionLakin Wecker2009-05-311-1/+1
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-2/+2
* Fix for #899 (CP session uses inefficient pickle protocol).Robert Brewer2009-02-101-2/+5
* Got rid of all the DeprecationWarning's when using Python 2.6.Robert Brewer2009-01-121-2/+6
* Doc tweak.Robert Brewer2009-01-101-1/+1
* Fix for #870 (Support "session cookies" which flush on browser close).Robert Brewer2008-11-011-5/+19
* Fix for #854 (Add possibility to disable session cleanup thread).Robert Brewer2008-09-281-1/+1
* Fix for #840 (File-based sessions storage path is not stored as an absolute p...Robert Brewer2008-07-161-2/+7
* Session filename buglet. See http://groups.google.com/group/cherrypy-users/ms...Robert Brewer2008-03-181-1/+1