/[drupal]/contributions/modules/memcache/memcache-session.inc
ViewVC logotype

Log of /contributions/modules/memcache/memcache-session.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 22:07:11 2009 UTC (4 months, 1 week ago) by jeremy
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3, DRUPAL-6--1-4, DRUPAL-6--1-4-RC1
Changes since 1.1.2.2.2.9: +9 -2 lines
Diff to previous 1.1.2.2.2.9 , to branch point 1.1.2.2 , to next main 1.1.2.6
bug #441842: implement sess_destroy_uid()

Revision 1.1.2.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 21:33:44 2009 UTC (4 months, 1 week ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.8: +3 -1 lines
Diff to previous 1.1.2.2.2.8 , to branch point 1.1.2.2
Include dmemcache.inc from memcache-session, fix PHP notice.  Patch thanks to chx.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 21:42:34 2009 UTC (9 months, 4 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.1.2.5: +25 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1 , to next main 1.4
Feature #339610: implement session_save_session(), keep in sync with what's
in DRUPAL-6.

Revision 1.1.2.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 15:11:08 2009 UTC (9 months, 4 weeks ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.2.2.2.7: +23 -6 lines
Diff to previous 1.1.2.2.2.7 , to branch point 1.1.2.2
#362502 by mmcdougall and jvandyk: correctly update session memcache when data has been cleared from session

Revision 1.1.2.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 03:19:02 2008 UTC (11 months, 1 week ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.1.2.2.2.6: +2 -2 lines
Diff to previous 1.1.2.2.2.6 , to branch point 1.1.2.2
#348915 new! improved! now without my test value

Revision 1.1.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 03:03:24 2008 UTC (11 months, 1 week ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.5: +7 -4 lines
Diff to previous 1.1.2.2.2.5 , to branch point 1.1.2.2
#348915 by Jeremy: store updated access time in memcache as well as user table

Revision 1.1.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 15:18:32 2008 UTC (12 months ago) by jvandyk
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.2.2.4: +21 -16 lines
Diff to previous 1.1.2.2.2.4 , to branch point 1.1.2.2
Some comments cleanup.

Revision 1.1.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 04:39:18 2008 UTC (12 months ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.3: +83 -18 lines
Diff to previous 1.1.2.2.2.3 , to branch point 1.1.2.2
Rewrite memcached session handling for Drupal 6. Now with more comments. Added session_save_session().

Revision 1.1.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:09:51 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.2: +2 -2 lines
Diff to previous 1.1.2.2.2.2 , to branch point 1.1.2.2
Bug #332719: don't lose anonymous sessions.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:09:44 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Bug #332719: don't lose anonymous sessions.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:09:41 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Bug #332719: don't lose anonymous sessions.

Revision 1.1.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:06:09 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.1.2.2.2.1: +2 -2 lines
Diff to previous 1.1.2.2.2.1 , to branch point 1.1.2.2
Fix bug #330044: {user} -> {users}

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:05:10 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Fix bug #330044 in HEAD: {user} -> {users}

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 03:03:18 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Fix bug #330044: {user} -> {users}

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 02:56:43 2008 UTC (12 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Backport fix for #225365.

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 15:47:56 2008 UTC (12 months, 3 weeks ago) by jvandyk
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +4 -1 lines
Diff to previous 1.1.2.2
#188474: Ported to Drupal 6.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 19:20:53 2008 UTC (12 months, 3 weeks ago) by jeremy
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Bug #225365: write data to session bin

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 23:36:56 2008 UTC (21 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7, DRUPAL-5--1-8
Branch point for: DRUPAL-6--1
Changes since 1.1.2.1: +166 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Sync with HEAD changes and copy over changes.

Changed:
  * Fix for cache_clear_all issue in issue #199483.  Combined patches posted by Reg, firebus and robertDouglass.
  * Updated README.txt for memcache-session.inc

Added:
  * Added Drupal 5.0 - 5.6 patches for core serialization.
  * Added memcache-session.inc (working)

Revision 1.1.2.1
Tue Jan 29 22:50:25 2008 UTC (21 months, 3 weeks ago) by slantview
Branch: DRUPAL-5
Changes since 1.1: +0 -166 lines
FILE REMOVED
file memcache-session.inc was added on branch DRUPAL-5 on 2008-01-29 23:36:56 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 22:50:25 2008 UTC (21 months, 3 weeks ago) by slantview
Branch: MAIN
Branch point for: DRUPAL-5
Cleanup work:
  * Fixed SQL Error in memcache.db.inc
  * Added CACHE_TEMPORARY memcache caching to memcache.db.inc (full page cache and other things weren't going in)
  * Small code cleanup in memcache.db.inc
  * Changed MENU_DEFAULT_LOCAL_TASK to MENU_LOCAL_TASK in memcache_admin.module
  * Updated README.txt for memcache-session.inc

Added:
  * patches directory to hold all of the patches
  * Drupal 5.0 - 5.6 patches for core

Removed:
  * Old core serialization patch that only "kinda" applied to certain versions. Should be easier
    to know which version to use now.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2