Django

Code

root/django/trunk/django/contrib/sessions/backends


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8812 [8812] 09/01/08 15:25:16 jacob Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. …
(edit) @8750 [8750] 08/30/08 15:50:41 jacob Fixed #8616 (again): prevent a race condition in the session file backend. …
(edit) @8707 [8707] 08/29/08 12:32:21 mtredinnick Reverted #8688 for now, since it merely introduced different bugs, rather …
(edit) @8688 [8688] 08/28/08 20:44:11 mtredinnick Fixed #8616 -- Fixed a race condition in the file-based session …
(edit) @8620 [8620] 08/27/08 03:58:51 mtredinnick Fixed #8311 -- Avoid an infinite loop with session key generation when …
(edit) @8507 [8507] 08/23/08 17:59:04 mtredinnick Avoid a crash when unencoding session data for the db backend. This is …
(edit) @8459 [8459] 08/21/08 08:54:53 mtredinnick When logging in, change the session key whilst preserving any …
(edit) @8451 [8451] 08/20/08 16:12:45 mtredinnick Fixed #8457 -- Fixed a missing import.
(edit) @8410 [8410] 08/16/08 10:54:36 mtredinnick Fixed #8351 -- Fixed the returned value when we attempt to load a …
(edit) @8381 [8381] 08/15/08 09:59:11 mtredinnick Made a few small tweaks to reduce persistent storage accesses in the …
(edit) @8351 [8351] 08/14/08 14:43:08 mtredinnick Fixed #8314 -- Fixed an infinite loop caused when submitting a session key …
(edit) @8346 [8346] 08/14/08 08:54:22 mtredinnick Fixed #8310 -- Actually use the SystemRandom? RNG, if available, which …
(edit) @8344 [8344] 08/13/08 22:58:09 mtredinnick Fixed #6984 -- Make sure to load session data from the file (if …
(edit) @8342 [8342] 08/13/08 22:57:46 mtredinnick Implemented a flush() method on sessions that cleans out the session …
(edit) @8341 [8341] 08/13/08 22:57:30 mtredinnick Added a clear() method to sessions. Patch from mrts. Refs #7515.
(edit) @8340 [8340] 08/13/08 22:57:18 mtredinnick Added guaranteed atomic creation of new session objects. Slightly …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @7725 [7725] 06/23/08 00:08:07 gwilson Several Django styling fixes in the contrib.sessions app.
(edit) @7687 [7687] 06/18/08 07:07:46 russellm Fixed #7429 -- Modified the Session base class a little more …
(edit) @7586 [7586] 06/07/08 15:28:06 jacob Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit …
(edit) @7329 [7329] 03/20/08 01:43:58 mtredinnick Fixed #5507 -- Use a more portable way to get at the system's tmpdir …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7001 [7001] 01/06/08 06:53:09 mtredinnick Fixed a subtle corner case whereby sending a bad session ID generates new …
(edit) @6889 [6889] 12/04/07 14:24:22 jacob Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a …
(edit) @6831 [6831] 12/02/07 09:27:29 mtredinnick Fixed #6087 -- Added setdefault() support to the Session object. Thanks, …
(edit) @6558 [6558] 10/20/07 05:12:59 mtredinnick Fixed #4729 -- Restored functionality to the Session class so that popping …
(edit) @6388 [6388] 09/19/07 23:35:03 adrian Removed trailing whitespace in django/contrib/sessions/backends/base.py
(edit) @6386 [6386] 09/19/07 21:19:48 adrian Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was …
(edit) @6367 [6367] 09/16/07 23:52:46 gwilson Ignore *.pyc.
(edit) @6365 [6365] 09/16/07 15:11:14 jacob Refs #5513: improved session performance after [6333]'s session …
(edit) @6348 [6348] 09/15/07 21:03:46 mtredinnick Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner.
(add) @6333 [6333] 09/15/07 16:29:14 jacob Fixed #2066: session data can now be stored in the cache or on the …
Note: See TracRevisionLog for help on using the revision log.