Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
fa61fb236654fbd3eea82d437da28c9aab33e559
/
system
/
libraries
/
Session
/
drivers
05afe3e
Err ... r
by Andrey Andreev
· 10 years ago
5f4d01a
Throw exception if 'files' session path is invalid
by Andrey Andreev
· 10 years ago
00c222d
Fix #3529
by Andrey Andreev
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
10411fc
[ci skip] feature/session (#3073): Add missing method docblocks
by Andrey Andreev
· 10 years ago
c33c3ad
feature/session (#3073): Fix non-existing variable error
by Andrey Andreev
· 10 years ago
5231d32
feature/session (#3073): Only PostgreSQL data should be base64-encoded
by Andrey Andreev
· 10 years ago
7400975
feature/session (#3073): Third time is the charm
by Andrey Andreev
· 10 years ago
d012255
feature/session (#3073): Fix an error from previous patch
by Andrey Andreev
· 10 years ago
7f8eb36
[ci skip] Add a note about sess_table_name
by Andrey Andreev
· 10 years ago
e9ca012
feature/session (#3073): Improve PostgreSQL storage
by Andrey Andreev
· 10 years ago
bf6b11d
[ci skip] Remove PHP version from license notices and bump year
by Andrey Andreev
· 10 years ago
46f2f26
[ci skip] Update system/libraries/Session/ with the MIT license notice
by Andrey Andreev
· 10 years ago
4f50256
#3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOL
by Andrey Andreev
· 10 years ago
a8f29f9
#3073 (feature/session): (Try to) fix memcached driver
by Andrey Andreev
· 10 years ago
305186d
Fix write() for session_regenerate_id(TRUE)
by Shakespeare2000
· 10 years ago
d46c370
Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into feature/session
by Andrey Andreev
· 10 years ago
7474a67
#3073 (feature/session): Fix session_regenerate_id() issues
by Andrey Andreev
· 10 years ago
cd48961
Revert "#3073 (feature/session): Fix a GC issue with the files driver"
by Andrey Andreev
· 10 years ago
c5519ce
#3073 (feature/session): Fix a GC issue with the files driver
by Andrey Andreev
· 10 years ago
dfb39be
feature/session (#3073): Refactor configuration & fix cookie expiry times
by Andrey Andreev
· 10 years ago
39ec295
feature/session (#3073): Redis driver save_path param parsing fixes
by Andrey Andreev
· 10 years ago
d069b9b
feature/session (#3073): Bug fixes
by Andrey Andreev
· 10 years ago
c9eface
feature/session (#3073): Add Memcached session driver
by Andrey Andreev
· 10 years ago
2a1f940
feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver
by Andrey Andreev
· 10 years ago
43f6cdb
feature/session (#3073): Add Redis session driver
by Andrey Andreev
· 10 years ago
93d9fa7
feature/session (#3073): Rework locking mechanism & add Redis driver
by Andrey Andreev
· 10 years ago
85f0c55
Added file path for file GC
by Marcos SF Filho
· 10 years ago
5995e08
#3073: Fix an undefined variable error
by Andrey Andreev
· 11 years ago
e1b9665
Fix Session_database_driver locking
by Andrey Andreev
· 11 years ago
47a47fb
Initial version of new Session library
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
df7a696
Merge changes from develop
by Andrey Andreev
· 11 years ago
3aa781a
Make CI_Session's HMAC comparison time-attack-safe
by Andrey Andreev
· 11 years ago
4a2918a
Integrate CI_Encryption into the framework
by Andrey Andreev
· 11 years ago
4ea76cc
Fix 2 errors caused by recent commits
by Andrey Andreev
· 11 years ago
bfb635b
Make newline standardization configurable
by Andrey Andreev
· 11 years ago
5306cad
Remove _serialize() and _unserialize() methods
by Jordan Eldredge
· 11 years ago
5d6b9c5
Remove unneeded manual escaping of session data
by Jordan Eldredge
· 11 years ago
74c5f26
Issue #2763 - Fixes Session GC Probability Calculation
by Tyler Brownell
· 11 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
0612756
Some cleanup related to mt_rand()
by vlakoff
· 12 years ago
930d8ef
Fix Session cookie driver storing untrimmed user agent string in the database causing set_userdata() calls to fail when $config['sess_match_useragent'] = TRUE
by Daniel Robbins
· 12 years ago
f8e2d0e
Issue #2086 Session_cookie's _update_db not guaranteed to update
by Dionysis Arvanitis
· 12 years ago
cc221dc
[ci skip] Add a missing space
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
a8e34ac
Fix #2074
by Andrey Andreev
· 12 years ago
4abd094
Manually implement PR #2033
by Andrey Andreev
· 12 years ago
2eaeee5
Change fs permissions and add some missing index.html files (#2017)
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
e2afc88
Session cookie driver changes
by Andrey Andreev
· 12 years ago
2b5b92e
Remove extra space...
by vkeranov
· 12 years ago
ca20d84
Fix #50
by Andrey Andreev
· 12 years ago
cf264e0
Fix Session cookies not being encrypted on creation and sess_destroy() not actually deleting cookies
by Andrey Andreev
· 12 years ago
72865da
Merge pull request #1896 from pkriete/develop
by Pascal Kriete
· 12 years ago
28dc202
Changing session error logging verbiage to be a little less unsettling.
by Pascal Kriete
· 12 years ago
ff5ffdf
session native, fix cookie settings
by GDmac
· 12 years ago
f69f0e8
Updating the cookie driver to use HMAC authentication on all cookie data.
by Pascal Kriete
· 12 years ago
28616da
Native PHP Session, don't regenerate session_id during ajax
by GDmac
· 12 years ago
19cd887
Session Native, respect cookie settings
by GDmac
· 12 years ago
0211768
Partially fix #1702
by Andrey Andreev
· 12 years ago
2e3e230
Disable Session library under CLI and create a CI singleton to be used by its drivers
by Andrey Andreev
· 12 years ago
3f3f135
Misc. style changes
by Andrey Andreev
· 12 years ago
9ffcee6
Cleanup and optimize new Session classes
by Andrey Andreev
· 12 years ago
cd436e9
That doesn't go there. Put cache fix around correct query.
by dchill42
· 12 years ago
97b0d83
Fixed issues #1756 and #1711
by dchill42
· 12 years ago
88b636b
Fixed defaults and database check, reverted redundant shutdown feature
by dchill42
· 12 years ago
3cecd82
Extracted cookie database saves to shutdown and cleaned up code
by dchill42
· 12 years ago
aee9265
Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict
by dchill42
· 12 years ago
f79afb5
Added session_id to userdata and applied sess_time_to_update
by dchill42
· 12 years ago
2642920
Damn, missed files on last commit
by dchill42
· 12 years ago
c587225
Fixed _parent references and several minor bugs
by dchill42
· 12 years ago
77ee3fd
Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL
by dchill42
· 12 years ago
42b77a9
Made cookie driver default and did miniscule code cleanup on drivers
by dchill42
· 13 years ago
c5079de
Merge branch develop of github.com:/EllisLab/CodeIgniter into session
by dchill42
· 13 years ago
00fcb54
Updated cookie driver to latest develop changes
by Darren Hill
· 13 years ago
a2ae657
Made private members protected for inheritance
by Darren Hill
· 13 years ago
5073a37
Better style guide compliance
by Darren Hill
· 13 years ago
c4e266b
Added Session driver with native PHP sessions and original-flavor CI cookie sessions
by Darren Hill
· 13 years ago