Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-19 | A minor header update, CI_Session_driver. | Ivan Tcholakov | 1 | -1/+1 | |
2015-01-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 6 | -0/+267 | |
2015-01-19 | feature/session (#3073): Add CI_Session:: as reference to | Andrey Andreev | 1 | -0/+9 | |
For backwards compatibility purposes. | |||||
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-14 | Fix #3473 | Andrey Andreev | 1 | -25/+5 | |
I don't know why I thought of semaphores in the first place ... | |||||
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 6 | -18/+18 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 1 | -3/+3 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 3 | -10/+10 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
2014-11-18 | Force ORDER BY usage with OFFSET-FETCH on SQL Server | Andrey Andreev | 1 | -1/+1 | |
Close #3128 Close #3332 Close #3334 Close #3335 | |||||
2014-11-12 | #3073 (feature/session): Validate incoming session IDs | Andrey Andreev | 1 | -21/+8 | |
2014-11-11 | [ci skip] Update system/libraries/Session/ with the MIT license notice | Andrey Andreev | 6 | -103/+169 | |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -14/+25 | |
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-04 | #3073 (feature/session): Fix a typo from ↵ | Andrey Andreev | 1 | -1/+1 | |
ff37ffe164443e53b24d529f967a1bdf065bff3a | |||||
2014-11-04 | #3073 (feature/session): Don't regenerate IDs on AJAX requests | Andrey Andreev | 1 | -1/+5 | |
2014-11-04 | #3073 (feature/session): Implement automatic ID regeneration | Andrey Andreev | 1 | -2/+13 | |
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 | |||||
2014-10-31 | #3073 (feature/session): Fix session_regenerate_id() issues | Andrey Andreev | 5 | -27/+95 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 3 | -42/+75 | |
2014-10-27 | Revert "#3073 (feature/session): Fix a GC issue with the files driver" | Andrey Andreev | 1 | -1/+1 | |
This reverts commit c5519ce166943b744bbea75a87831132aced4247. | |||||
2014-10-26 | #3073 (feature/session): set_flashdata() crap | Andrey Andreev | 1 | -1/+1 | |
2014-10-26 | #3073 (feature/session): Fix a GC issue with the files driver | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | feature/session (#3073): Fix a variable name | Andrey Andreev | 1 | -1/+1 | |
2014-10-06 | feature/session (#3073): Refactor configuration & fix cookie expiry times | Andrey Andreev | 6 | -203/+169 | |
2014-09-17 | feature/session (#3073): Redis driver save_path param parsing fixes | Andrey Andreev | 1 | -1/+2 | |
Close #3240 | |||||
2014-09-16 | feature/session (#3073): Bug fixes | Andrey Andreev | 2 | -2/+2 | |
- CI_Session_database_driver::read() didn't pass the session ID to _get_lock() - CI_Session::unset_userdata() used a wrong key for unsetting when an array is passed to it | |||||
2014-09-02 | feature/session (#3073): Add Memcached session driver | Andrey Andreev | 1 | -0/+287 | |
2014-08-27 | feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | feature/session (#3073): Add Redis session driver | Andrey Andreev | 1 | -0/+311 | |
Seems like I forgot to 'git add' it in previous commit. | |||||
2014-08-27 | feature/session (#3073): Rework locking mechanism & add Redis driver | Andrey Andreev | 2 | -70/+98 | |
2014-08-11 | Added file path for file GC | Marcos SF Filho | 1 | -1/+1 | |
2014-06-11 | [ci skip] A tiny optimization | Andrey Andreev | 1 | -5/+5 | |
2014-06-04 | #3073: Fix temp/flash data getters | Andrey Andreev | 1 | -9/+9 | |
2014-06-03 | #3073: Fix an undefined variable error | Andrey Andreev | 1 | -9/+12 | |
2014-06-02 | #3073: BC workarounds for sess_use_database, sess_expire_on_close | Andrey Andreev | 2 | -0/+11 | |
2014-06-02 | Fix Session_database_driver locking | Andrey Andreev | 1 | -7/+9 | |
Ref: #3073 | |||||
2014-05-31 | [ci skip] A quick and dirty fix for allowing 'sess_driver' configuration | Andrey Andreev | 1 | -1/+5 | |
2014-05-31 | Initial version of new Session library | Andrey Andreev | 7 | -1488/+1255 | |
2014-02-11 | 2013 > 2014 | darwinel | 3 | -3/+3 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-06 | Merge changes from develop | Andrey Andreev | 1 | -1/+9 | |
2014-02-06 | Make CI_Session's HMAC comparison time-attack-safe | Andrey Andreev | 1 | -1/+9 | |