Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-11 | Revert an unintended change from a027a7fd0d770cec0d71e888d8b6f4aa1568ce9f | Andrey Andreev | 1 | -1/+1 | |
2016-03-10 | Fix a logical error from last commit | Andrey Andreev | 1 | -1/+1 | |
2016-03-10 | Improve ext/session error messages | Andrey Andreev | 3 | -32/+31 | |
2016-02-29 | [ci skip] Apply #4491 to Memcached driver | Andrey Andreev | 1 | -1/+1 | |
2016-02-29 | Merge pull request #4491 from roastduck/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Clean current lock key on close() in redis session driver | |||||
2016-02-13 | [ci skip] Fix Memcached replace() result code checks in CI_Session | Andrey Andreev | 1 | -2/+2 | |
Related #3919 | |||||
2016-02-10 | Fix a bug where CI_Session_memcached_driver doesn't write empty sessions | Andrey Andreev | 1 | -4/+7 | |
Related: #3919 | |||||
2016-02-10 | [ci skip] Fix Memcached session lock handling and error checking around ↵ | Andrey Andreev | 1 | -9/+17 | |
replace() usage | |||||
2016-02-05 | Merge pull request #4424 from jonty-comp/develop | Andrey Andreev | 1 | -3/+16 | |
[ci skip] Fix PHP session_write_close() warning when writing a new session to Redis | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Fix #4374 | Andrey Andreev | 1 | -0/+12 | |
2016-01-07 | Fix #4362 | Andrey Andreev | 2 | -2/+8 | |
2015-12-15 | Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1a | Andrey Andreev | 3 | -4/+4 | |
2015-12-15 | Really fix #4039 | Andrey Andreev | 1 | -1/+1 | |
A typo from 8df6efd402180a6361b4dd619f5535d6c2bed334 | |||||
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 4 | -78/+110 | |
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039 | |||||
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 | |
2015-10-18 | Fix #4179 | Andrey Andreev | 1 | -0/+4 | |
2015-04-30 | Fix #3823 | Andrey Andreev | 2 | -2/+2 | |
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 | |
Close #3701 | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 1 | -0/+4 | |
2015-03-07 | Housekeeping. | Master Yoda | 1 | -1/+1 | |
Corrected typo in user guide for sessions, corrected misepelled key in calendar language file, added two links & updated wording on the repo readme. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-04 | Fix #3627: Keep timed locks for more than 5 seconds | Andrey Andreev | 3 | -49/+23 | |
Emulated locks for Redis and Memcached now have a TTL of 300 seconds (the default HTTP request timeout value on many environments) and 30 attemps, each separated by sleep(1), are made by the blocked request to try and obtain a lock if it has been freed. Additionaly, the blocking time for MySQL's locks, which are also timed, is also set to 300 seconds. | |||||
2015-02-23 | [ci skip] Fix #3618 | Andrey Andreev | 1 | -1/+1 | |
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -1/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-17 | Finishing PR #3596 <!DOCTYPE html> | Ivan Tcholakov | 1 | -1/+2 | |
2015-02-11 | Fix undefined variable notice in Session redis, memcached drivers | Andrey Andreev | 2 | -2/+2 | |
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-04 | Revert "Fixed return values types in session drivers" | Gabriel Potkány | 3 | -5/+5 | |
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7. | |||||
2015-02-04 | Fixed return values types in session drivers | Gabriel Potkány | 3 | -5/+5 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 4 | -4/+4 | |
2015-02-02 | Err ... r | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Throw exception if 'files' session path is invalid | Andrey Andreev | 1 | -4/+10 | |
2015-01-29 | Fix #3529 | Andrey Andreev | 1 | -1/+1 | |
Seems to be some really obscure PHP bug ... | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 4 | -12/+0 | |
2015-01-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 4 | -0/+249 | |
2015-01-19 | feature/session (#3073): Fix non-existing variable error | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | feature/session (#3073): Only PostgreSQL data should be base64-encoded | Andrey Andreev | 1 | -4/+15 | |
2015-01-15 | feature/session (#3073): Third time is the charm | Andrey Andreev | 1 | -1/+1 | |
2015-01-15 | feature/session (#3073): Fix an error from previous patch | Andrey Andreev | 1 | -5/+4 | |
2015-01-15 | [ci skip] Add a note about sess_table_name | Andrey Andreev | 1 | -0/+1 | |
2015-01-15 | feature/session (#3073): Improve PostgreSQL storage | Andrey Andreev | 1 | -10/+18 | |
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable. | |||||
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 4 | -12/+12 | |
2014-11-11 | [ci skip] Update system/libraries/Session/ with the MIT license notice | Andrey Andreev | 4 | -69/+113 | |
2014-11-10 | #3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOL | Andrey Andreev | 1 | -0/+1 | |
Otherwise Memcached::touch() doesn't work. | |||||
2014-11-10 | #3073 (feature/session): (Try to) fix memcached driver | Andrey Andreev | 1 | -1/+1 | |
2014-11-02 | Fix write() for session_regenerate_id(TRUE) | Shakespeare2000 | 1 | -5/+5 | |
Switching the if statements, because destroy() already removed the lock. | |||||
2014-10-31 | Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
feature/session |