/[drupal]/drupal/includes/session.inc
ViewVC logotype

Log of /drupal/includes/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.73 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 05:05:52 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.72: +12 -5 lines
Diff to previous 1.72
#575280 follow-up by mfb and chx: Fixed impersonation attack when an https session exists.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 22:22:54 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.71: +5 -1 lines
Diff to previous 1.71
- Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:05:30 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.70: +64 -22 lines
Diff to previous 1.70
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 12:47:30 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.69: +46 -34 lines
Diff to previous 1.69
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:15 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.68: +87 -56 lines
Diff to previous 1.68
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 17:41:32 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
- Patch #422374 by JamesAn: convert to use the new static caching API.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:30:26 2009 UTC (9 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.66: +4 -4 lines
Diff to previous 1.66
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:19:55 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.65: +4 -4 lines
Diff to previous 1.65
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:46:50 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.64: +74 -6 lines
Diff to previous 1.64
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use  carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.

Revision 1.44.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:29:34 2008 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.44.2.5: +1 -5 lines
Diff to previous 1.44.2.5 , to branch point 1.44 , to next main 1.73
#280934 rolled back: was incompatible with PHP before version 5.2

Revision 1.37.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:23:01 2008 UTC (11 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.37.2.6: +1 -5 lines
Diff to previous 1.37.2.6 , to branch point 1.37 , to next main 1.73
Rolling back #280934. PHP 4 incompatibility.

Revision 1.37.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 18:09:54 2008 UTC (11 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-13
Changes since 1.37.2.5: +5 -1 lines
Diff to previous 1.37.2.5 , to branch point 1.37
#280934 follow up by pwolanin: harden the cookie handling in sess_regenerate() by setting our session cookie to be an HTTP only cookie, thus reducing the risk of session stealing via XSS

Revision 1.44.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 14:42:30 2008 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-7
Changes since 1.44.2.4: +5 -1 lines
Diff to previous 1.44.2.4 , to branch point 1.44
#280934 follow up by pwolanin: harden the cookie handling in sess_regenerate() by setting our session cookie to be an HTTP only cookie, thus reducing the risk of session stealing via XSS

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 06:12:45 2008 UTC (12 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.63: +4 -1 lines
Diff to previous 1.63
- Patch #280934 by pwolanin, swentel, et al: harden session regeneration.  It took a while, but it comes with tests and extra features now.

Revision 1.37.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 03:42:12 2008 UTC (12 months, 1 week ago) by drumm
Branch: DRUPAL-5
Changes since 1.37.2.4: +3 -3 lines
Diff to previous 1.37.2.4 , to branch point 1.37
More code style removing trivial differences with 6.x.

Last commit was actually: #213699 reported by gpk, patch by c960657: Race condition in sess_write() caused duplicate entry errors in the sessions table, fix that.

Revision 1.37.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 03:37:45 2008 UTC (12 months, 1 week ago) by drumm
Branch: DRUPAL-5
Changes since 1.37.2.3: +13 -17 lines
Diff to previous 1.37.2.3 , to branch point 1.37
code style

Revision 1.37.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 02:15:38 2008 UTC (12 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
Changes since 1.37.2.2: +2 -2 lines
Diff to previous 1.37.2.2 , to branch point 1.37
#293612 by egfrith, Bart Jansens: let user_authenticate() be called without cookies previously set; allows web service modules to start a session with the authentication.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:49:37 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 21:27:38 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.61: +44 -36 lines
Diff to previous 1.61
- Patch #297860 by Damien Tournoud: converted session.inc to the new database abstraction layer.

Revision 1.44.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 09:53:32 2008 UTC (13 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-6
Changes since 1.44.2.3: +2 -2 lines
Diff to previous 1.44.2.3 , to branch point 1.44
#293612 by egfrith, Bart Jansens: let user_authenticate() be called without cookies previously set; allows web service modules to start a session with the authentication

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 16:37:38 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
#293612 by egfrith: user_authenticate() should work when  is empty.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 20:37:00 2008 UTC (14 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.59: +27 -24 lines
Diff to previous 1.59
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 07:53:59 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.

Revision 1.44.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:53:08 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5
Changes since 1.44.2.2: +12 -16 lines
Diff to previous 1.44.2.2 , to branch point 1.44
#213699 reported by gpk, patch by c960657: Race condition in sess_write() caused duplicate entry errors in the sessions table, fix that.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:56 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.57: +6 -6 lines
Diff to previous 1.57
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:48:07 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.56: +29 -29 lines
Diff to previous 1.56
#308534 by Dave Reid: Remove stray whitespace core-wide.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 15:18:59 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.55: +20 -14 lines
Diff to previous 1.55
- Patch #253702 by Damien Tournoud et al: further clean-up of the session handling code.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 21:08:24 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.54: +96 -16 lines
Diff to previous 1.54
- Patch #253702 by jscheel, gpk: clarified session handling functions.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:19 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.53: +6 -6 lines
Diff to previous 1.53
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 31 12:50:45 2008 UTC (14 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.52: +30 -26 lines
Diff to previous 1.52
#297860 by catch: Reverting reversion to reverted DBTNG stuff. Tests should pass now.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 07:13:49 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.51: +26 -30 lines
Diff to previous 1.51
- Patch #297860 by Damien Tournoud: sess_write should use a db_merge().

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:36 2008 UTC (15 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.50: +19 -10 lines
Diff to previous 1.50
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.44.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 10:29:03 2008 UTC (15 months, 2 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-4
Changes since 1.44.2.1: +3 -4 lines
Diff to previous 1.44.2.1 , to branch point 1.44
- Patch #293421 by Bart Jansens: fixed documentation of sess_count().

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 10:28:33 2008 UTC (15 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.49: +3 -4 lines
Diff to previous 1.49
- Patch #293421 by Bart Jansens: fixed documentation of sess_count().

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 10:14:27 2008 UTC (16 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.48: +12 -16 lines
Diff to previous 1.48
- Patch #213699 by Damien Tournoud, c960657: fixed race condition in sess_write().

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 11:35:51 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
- Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 20:03:42 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
- Patch #218116 by greggles: document session_save_session().

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 18:43:32 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.44: +1 -12 lines
Diff to previous 1.44
- Patch #221364 by chx: removed PHP 4.3 workaround.  Oh, yeah.

Revision 1.44.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 11:58:40 2008 UTC (21 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#218116 by greggles: better documentation for session_save_session() for security education

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:24 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Branch point for: DRUPAL-6
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 19:12:58 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1
Changes since 1.42: +24 -3 lines
Diff to previous 1.42
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 15:55:35 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2.  Also a performance improvement.

Revision 1.37.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 19:16:45 2007 UTC (2 years, 4 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.37.2.1: +24 -3 lines
Diff to previous 1.37.2.1 , to branch point 1.37
Drupal 5.2

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 07:29:29 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.40: +4 -3 lines
Diff to previous 1.40
- Patch #40545 by Moshe: reduces contention in the users table.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 15:04:41 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.

Revision 1.37.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 09:05:40 2007 UTC (2 years, 6 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.37: +4 -5 lines
Diff to previous 1.37
 - Patch #139517 by Grugnog2: improved code comment.
 Backport from HEAD.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 27 07:47:38 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.38: +4 -5 lines
Diff to previous 1.38
- Patch #139517 by Grugnog2: improved code comment.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:53 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 21:28:53 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-11
Changes since 1.14.2.1: +6 -1 lines
Diff to previous 1.14.2.1 , to branch point 1.14 , to next main 1.73
#93945, Session handler executed after  object is destructed, backport to 4.6

Revision 1.27.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 18:25:17 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.27.2.1: +21 -1 lines
Diff to previous 1.27.2.1 , to branch point 1.27 , to next main 1.73
#87372, duplicate session cookies prevent login, backport

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 10:41:19 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-1, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.36: +12 -4 lines
Diff to previous 1.36
- Patch #90612 by Bart Jansens: user_logout should only end the current session.

Revision 1.27.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 17:14:57 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.27: +6 -1 lines
Diff to previous 1.27
#93945, Session handler executed after $user object is destructed, backport from HEAD

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 22:41:20 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.35: +6 -1 lines
Diff to previous 1.35
#93945 by chx. Save sessions before objects are destroyed on some configurations.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 06:18:35 2006 UTC (3 years ago) by drumm
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34
#91046 by jvandyk. Fix handling of expired sessions.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:52:53 2006 UTC (3 years, 1 month ago) by kjartan
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
- Patch #87372 by drumm: Broken login

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 15:31:35 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.32: +12 -2 lines
Diff to previous 1.32
- Patch #87372 by crunchywelch: work around PHP session bug.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 19:52:39 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.31: +38 -3 lines
Diff to previous 1.31
- Patch #77936 by moshe and rdouglass: pluggable session handling.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 21 06:25:49 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
#79511 by timcn. Clean up some notices.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 19:24:52 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
- Patch #79166 by hunmonk: fixed session breakage.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 13:13:34 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.28: +26 -22 lines
Diff to previous 1.28
- Patch #node/76931 by Robert: improved performance of Drupal's session handling.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 7 00:08:36 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27
#61802 by Zen, Double spaced sentences clean up

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 11:33:14 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-3, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4
Branch point for: DRUPAL-4-7
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#58166, fixes for typos, patch by Uwe Herrmann

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 16:46:59 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6, DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
- Patch #41870 by fgm: improved debugging support.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 11:10:49 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.24: +7 -3 lines
Diff to previous 1.24
- Pach #44947 by Moshe: fixed bug with session handling.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 05:42:11 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.23: +39 -28 lines
Diff to previous 1.23
- Patch #44947 by rkerr / Moshe: fixed race condition in session handling, reduced query overhead of session handling, reduced database overhead of session handling.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 08:28:54 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4
Changes since 1.22: +7 -2 lines
Diff to previous 1.22
- Patch #44379 by Moshe: code improvements: always grant the 'authenticated user' role to authenticated users.  Fixed glitch with udpate path.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 31 11:50:47 2005 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- Patch 42115 by Cvbge/ m3avrck: improved performance of session loading.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 19:26:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 13:35:49 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19
- Patch #35354 by Moshe/chx: only update the last access time for authenticated users.

Revision 1.8.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 21 09:48:21 2005 UTC (4 years, 1 month ago) by dries
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-6, DRUPAL-4-5-7, DRUPAL-4-5-8
Changes since 1.8.2.3: +2 -2 lines
Diff to previous 1.8.2.3 , to branch point 1.8 , to next main 1.73
- Patch #30676 by robertgarrigos: make the logout feature work.

Revision 1.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 6 19:15:20 2005 UTC (4 years, 2 months ago) by dries
Branch: DRUPAL-4-5
Changes since 1.8.2.2: +2 -2 lines
Diff to previous 1.8.2.2 , to branch point 1.8
- Patch #29143 by Cvbge: fixed invalid query in session handling when using PostgreSQL.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 21:14:16 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- Patch #29385 by chx: no ?> add end of files.

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 15 00:05:38 2005 UTC (4 years, 3 months ago) by dries
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-5
Changes since 1.8.2.1: +2 -2 lines
Diff to previous 1.8.2.1 , to branch point 1.8
- Always use the database abstraction layer.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 10 20:43:03 2005 UTC (4 years, 3 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-10, DRUPAL-4-6-3, DRUPAL-4-6-4, DRUPAL-4-6-5, DRUPAL-4-6-6, DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- Patch by Thomas: always use db abstraction layer

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 10 20:42:54 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch by Thomas: always use db abstraction layer

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 22 20:19:58 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.16: +1 -4 lines
Diff to previous 1.16
- Patch #18213 by chx: boostrap system.  Modified to work with HEAD, tidied
  up the documentation a little.

  chx: can you double-check whether the global $conf variable is secure?
       (That is, make sure it can't be send using the URL or something.)

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 7 11:39:54 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
- User module improvements: added an 'access' column to the users-table to
  keep track of the user's last access. In turn, this allowed me to:

  1. Optimize the "Who's online" block.  On drupal.org, the "Who's online"
     block requires 32 SQL queries.  With this patch, only 2 queries are
     left (eliminated 30 SQL queries), and one of the two remaining queries
     became appr. 20 times faster.

  2. Correct the "Last access" column in the user administration overview
     table.  The presented data was not accurate, which led to the column
     being removed.  You can now sort users by 'last access'.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 19:05:52 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- Patch #19298 by Jeremy: loose caching!

Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds.  Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes.

(I rewrote the help text a bit and made minor changes to the code comments.)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 1 20:15:10 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-6-0, DRUPAL-4-6-1, DRUPAL-4-6-2
Branch point for: DRUPAL-4-6
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
- Simplified the session code (PostgreSQL update).

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 1 18:45:38 2005 UTC (4 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Missing '>' (reported by Goba)

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 28 18:00:59 2005 UTC (4 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
#17747: PGSQL improvements

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 10 19:36:21 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table. (Better fix.)

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 10 19:35:37 2005 UTC (4 years, 10 months ago) by dries
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-2, DRUPAL-4-5-3, DRUPAL-4-5-4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 10 19:33:23 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
- Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 7 21:53:55 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Performance improvement: made 'sid' the primary key of the sessions table.
  That should improve performance of session handling as well improve
  performance of the "Who's online"-block.  Drupal.org's sessions table
  contains appr. 40.000 sessions on a slow day and rendering the "Who's
  online"-block became a performance bottleneck.

  This change has yet to be tested on a busy site so things might go wrong.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 06:42:35 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-5-0, DRUPAL-4-5-1
Branch point for: DRUPAL-4-5
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 10 20:34:25 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.6: +10 -3 lines
Diff to previous 1.6
- Added support for multiple user roles.  Patch by Jim Hriggs.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 10:06:04 2004 UTC (5 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-4-0, DRUPAL-4-4-1, DRUPAL-4-4-2, DRUPAL-4-4-3
Branch point for: DRUPAL-4-4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Fixed bug in session query that prevented sessions to work on PostgreSQL.
  Patch by Adrian.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 19:25:36 2004 UTC (5 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.4: +2 -8 lines
Diff to previous 1.4
- Patch 4859: new drupal_unpack() consolidates duplicate code and makes it
  easy to show avatars next to nodes and comments.  Patch by Moshe.  As a
  showcase, maybe Xtemplate should have an option to enable/disable avatars?

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 20:03:36 2004 UTC (5 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
- Fixed bug 4745: undefined warning in sess_read().

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 13:00:47 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.2: +3 -9 lines
Diff to previous 1.2
- Fixed race condition in session handler.  Patch by Kjartan.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 23:37:48 2003 UTC (6 years ago) by kjartan
Branch: MAIN
Changes since 1.1: +9 -3 lines
Diff to previous 1.1
- Fixes bug #4100: First visit to site results in 'access denied' page.
- Fixed sess_write().
- Removed dead code in index.php.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:44:36 2003 UTC (6 years ago) by dries
Branch: MAIN
- Improved module loading when serving cached pages.  Moshe's bootstrap patch.

- Used legend and fieldset tags for the configuration page.

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