summaryrefslogtreecommitdiff
path: root/cherrypy/lib/sessions.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Renamed restsrv -> process in all referrers.Robert Brewer2008-03-161-1/+1
* Fix for #799 (_test_concurrency fails periodically). Turns out the anti-malic...Robert Brewer2008-03-161-3/+24
* Various session fixes, including #717 (sessions should have a __len__ function).Robert Brewer2008-03-141-7/+23
* Fix for #792 (Invalid session id in cookie).Robert Brewer2008-02-291-2/+4
* Minor PG session refactor.Robert Brewer2008-02-051-1/+12
* Half of the fix for #717 (sessions should have a __len__ function). Not imple...Robert Brewer2008-01-171-0/+10
* Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also fixed...Robert Brewer2008-01-131-2/+22
* 3.0/3.1 fix for #760 (Session tool cleanup frequency).Robert Brewer2008-01-121-1/+1
* Forward port to trunk of 3.0.x [1715]. Buglet in PostgresqlSession constructor.Robert Brewer2007-10-281-1/+2
* Trunk fix for #744 (Malicious cookies may allow access to files outside the s...Robert Brewer2007-10-271-1/+4
* Fix for #710 (Allow forcing a new session id).Robert Brewer2007-10-271-4/+41
* Reworked WSPBus plugins; most now have a 'subscribe' method which attaches th...Robert Brewer2007-10-161-2/+2
* New MemcachedSession class. The Session class API had to change a bit: 'setup...Robert Brewer2007-10-041-9/+60
* Some updates to the new cherrypy.serving name.Robert Brewer2007-09-181-5/+5
* Better trunk fix for #680 (session init bugs).Robert Brewer2007-08-221-2/+3
* Docstrings in lib/sessions.pyRobert Brewer2007-07-091-0/+23
* restsrv changes:Robert Brewer2007-06-241-4/+3
* Fix for #680 (sessions save() and close() assume init() was called).Robert Brewer2007-06-171-2/+6
* Doc updates.Robert Brewer2007-05-021-0/+1
* Changed pywebd subpackage to "restsrv".Robert Brewer2007-03-141-3/+3
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-22/+5
* Moved default threadlocal objects into the serving class instead of the proxy...Robert Brewer2007-02-051-16/+25
* Fix for #642 (session.pop).Robert Brewer2007-01-161-0/+9
* Fix for #630 (Implicit session locking before_request_body harms uploads). I ...Robert Brewer2006-12-281-9/+1
* Docstring for lib.sessions.init.Robert Brewer2006-12-071-1/+20