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

root/trunk/cherrypy/lib/sessions.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/27/08 19:29:56 @2045 [2045] fumanchu Fix for #854 (Add possibility to disable session cleanup thread).
(edit) 07/16/08 13:58:10 @2021 [2021] fumanchu Fix for #840 (File-based sessions storage path is not stored as an …
(edit) 03/18/08 13:28:46 @1932 [1932] fumanchu Session filename buglet. See …
(edit) 03/16/08 17:29:06 @1926 [1926] fumanchu Renamed restsrv -> process in all referrers.
(edit) 03/16/08 10:33:19 @1924 [1924] fumanchu Fix for #799 (_test_concurrency fails periodically). Turns out the …
(edit) 03/14/08 10:18:00 @1922 [1922] fumanchu Various session fixes, including #717 (sessions should have a len
(edit) 02/29/08 11:30:36 @1904 [1904] fumanchu Fix for #792 (Invalid session id in cookie).
(edit) 02/04/08 21:18:15 @1886 [1886] fumanchu Minor PG session refactor.
(edit) 01/17/08 01:59:43 @1868 [1868] fumanchu Half of the fix for #717 (sessions should have a len function). Not …
(edit) 01/12/08 19:22:22 @1840 [1840] fumanchu Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also …
(edit) 01/12/08 17:43:56 @1838 [1838] fumanchu 3.0/3.1 fix for #760 (Session tool cleanup frequency).
(edit) 10/28/07 13:50:44 @1801 [1801] fumanchu Forward port to trunk of 3.0.x [1715]. Buglet in PostgresqlSession?
(edit) 10/27/07 12:15:58 @1773 [1773] fumanchu Trunk fix for #744 (Malicious cookies may allow access to files outside …
(edit) 10/26/07 21:23:02 @1770 [1770] fumanchu Fix for #710 (Allow forcing a new session id).
(edit) 10/16/07 15:06:41 @1752 [1752] fumanchu Reworked WSPBus plugins; most now have a 'subscribe' method which attaches …
(edit) 10/04/07 03:10:31 @1736 [1736] fumanchu New MemcachedSession? class. The Session class API had to change a bit: …
(edit) 09/18/07 12:14:06 @1721 [1721] fumanchu Some updates to the new cherrypy.serving name.
(edit) 08/22/07 12:15:01 @1708 [1708] fumanchu Better trunk fix for #680 (session init bugs).
(edit) 07/09/07 16:31:51 @1696 [1696] fumanchu Docstrings in lib/sessions.py
(edit) 06/24/07 00:37:24 @1690 [1690] fumanchu restsrv changes: …
(edit) 06/17/07 18:55:09 @1673 [1673] fumanchu Fix for #680 (sessions save() and close() assume init() was called).
(edit) 05/02/07 00:19:17 @1652 [1652] fumanchu Doc updates.
(edit) 03/13/07 19:04:14 @1639 [1639] fumanchu Changed pywebd subpackage to "restsrv".
(edit) 03/05/07 15:22:13 @1627 [1627] fumanchu New pywebd module. Trunk is now "3.1alpha".
(edit) 02/05/07 13:12:08 @1611 [1611] fumanchu Moved default threadlocal objects into the serving class instead of the …
(edit) 01/16/07 15:10:54 @1600 [1600] fumanchu Fix for #642 (session.pop).
(edit) 12/28/06 17:25:01 @1579 [1579] fumanchu Fix for #630 (Implicit session locking before_request_body harms uploads). …
(edit) 12/06/06 18:25:52 @1472 [1472] fumanchu Docstring for lib.sessions.init.
(edit) 11/28/06 16:25:43 @1454 [1454] fumanchu Fix for the fix for #604 (session lockfile warning).
(edit) 11/27/06 16:34:50 @1452 [1452] fumanchu "Fix" (warning) for #607 (Hanging server).
(edit) 11/18/06 13:19:39 @1435 [1435] fumanchu clean_interrupt was calling clean_thread.cancel() but not .join(). …
(edit) 11/04/06 14:39:40 @1426 [1426] fumanchu Applying nogensess.patch from #594.
(edit) 10/22/06 16:54:12 @1407 [1407] fumanchu Fixed hang on InternalRedirect? with sessions tool.
(edit) 09/16/06 17:20:42 @1370 [1370] fumanchu A couple more priorities for tools.
(edit) 09/15/06 15:22:17 @1367 [1367] fumanchu Some additional session safety (see #563).
(edit) 08/30/06 16:54:42 @1302 [1302] fumanchu Changed "simple_cookie" to just "cookie".
(edit) 08/26/06 21:12:23 @1287 [1287] fumanchu Fix for #525 (Support Deleting Sessions).
(edit) 08/26/06 01:26:58 @1280 [1280] fumanchu Hook priority system: …
(edit) 08/25/06 16:25:56 @1278 [1278] fumanchu More (final?) config overhaul work: …
(edit) 08/21/06 12:40:20 @1261 [1261] fumanchu Fix for #555 (Error propagation in hooks). Failsafe flags are now …
(edit) 08/12/06 02:08:01 @1240 [1240] fumanchu Fix for #408 (SessionFilter? doesn't check result of generateSessionID() …
(edit) 08/12/06 01:51:29 @1239 [1239] fumanchu Fix for #489 (secure session key). os.urandom is used when available.
(edit) 08/10/06 12:32:39 @1232 [1232] fumanchu Revamped session module. Much better tests. Cleanup is now in a separate, …
(edit) 07/01/06 14:58:02 @1179 [1179] fumanchu Oops. Fix for the session time fix.
(edit) 06/29/06 18:50:12 @1177 [1177] fumanchu Fix for #512 (Cookie.expires should be optional).
(edit) 06/29/06 12:42:31 @1174 [1174] fumanchu CP 2.2 and 3.0 fix for #516 (Sessionfilter doesn't format properly the …
(edit) 06/25/06 23:15:51 @1162 [1162] fumanchu Fix for #475 (double calling acquire_lock() freezes the request).
(edit) 06/25/06 23:08:03 @1161 [1161] fumanchu Fake SessionTool? attributes.
(edit) 05/01/06 01:40:59 @1082 [1082] fumanchu Lots of changes to error and log handling: …
(edit) 04/26/06 18:11:14 @1079 [1079] fumanchu All tests now pass with the new tool API (but xmlrpc hangs?).
(edit) 04/26/06 02:28:59 @1075 [1075] fumanchu More tool improvements: …
(edit) 04/25/06 23:59:05 @1073 [1073] fumanchu Renamed session.load to session.init, and fixed a bug in wrap.
(edit) 04/24/06 19:08:29 @1067 [1067] fumanchu Fixed session module for the new tool API.
(edit) 04/21/06 16:25:25 @1049 [1049] fumanchu Corrected several old headerMap references. Updated …
(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