Age | Commit message (Expand) | Author | Files | Lines |
2016-02-29 | fix typo | __RD | 1 | -1/+1 |
2016-02-29 | delete lock directly -> call _release_lock() | __RD | 1 | -2/+1 |
2016-02-28 | clean current lock key in redis session driver | roastduck | 1 | -0/+1 |
2016-02-05 | Fix regression on PHP7 when regenerating the session (#4362) | Jonty Sewell | 1 | -1/+3 |
2016-02-05 | Setting the flag to FALSE is unnecessary since it defaults to FALSE, therefor... | Jonty Sewell | 1 | -10/+1 |
2016-02-05 | Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ... | Jonty Sewell | 1 | -2/+7 |
2016-02-05 | Add a flag to determine whether the redis key currently exists, and if not, f... | Jonty Sewell | 1 | -2/+17 |
2016-02-05 | Revert previous changes - fixing the source of the problem rather than workin... | Jonty Sewell | 1 | -9/+3 |
2016-02-03 | If attempting to write an empty session to Redis, a key will not actually be ... | Jonty Sewell | 1 | -3/+9 |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+4 |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 4 | -4/+4 |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 4 | -8/+8 |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 4 | -8/+8 |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -7/+25 |
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 |
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -77/+115 |
2015-12-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 4 | -78/+110 |
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 |
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 1 | -38/+33 |
2015-11-16 | do not try to auth/select db on redis connect failure | kemeng | 1 | -11/+17 |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 1 | -2/+2 |
2015-11-16 | fixed a typo in unix socket parameter; change coding style to match CI; fix a... | kemeng | 1 | -6/+10 |
2015-11-14 | add unix socket support to redis session driver | sskaje | 1 | -1/+19 |
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 |
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 |
2015-03-04 | Fix #3627: Keep timed locks for more than 5 seconds | Andrey Andreev | 3 | -49/+23 |
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 |
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 |
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 |
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 |