Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
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 | 32 | -455/+806 | |
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-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 | |
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -2/+1 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
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 | 34 | -479/+853 | |
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-23 | Fix #3283 | 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-10-05 | Merge branch 'develop' into feature/session | Andrey Andreev | 12 | -217/+331 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
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-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -4/+16 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-09-02 | feature/session (#3073): Add Memcached session driver | Andrey Andreev | 1 | -0/+287 | |
2014-08-28 | CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵ | Andrey Andreev | 1 | -1/+1 | |
(#3189) | |||||
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-27 | Fix #2963 | Andrey Andreev | 2 | -11/+14 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Close #3205 | Andrey Andreev | 1 | -18/+4 | |
2014-08-27 | [ci skip] Update a comment block description | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 1 | -33/+33 | |
2014-08-18 | Fix a wrong variable name from previous commit | Andrey Andreev | 1 | -1/+1 | |
Rel: #3186 | |||||
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 | |
Rel: PR #3186 | |||||
2014-08-18 | Cache_redis: A code-styling correction.. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-18 | Cache_redis: Optimizations. | Ivan Tcholakov | 1 | -2/+2 | |
2014-08-18 | Cache_redis: Polishing. | Ivan Tcholakov | 1 | -7/+4 | |
2014-08-18 | Cache_redis: Refactoring if delete() method. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis, save() method: An optimization, moving sRemove call. | Ivan Tcholakov | 1 | -2/+1 | |
2014-08-18 | Cache_redis, delete() method: Try to remove a key from Redis auxilary set ↵ | Ivan Tcholakov | 1 | -3/+6 | |
only when the corresponding value is really deleted. | |||||
2014-08-18 | Cache_redis, delete() method: Bringing back a line of code. | Ivan Tcholakov | 1 | -0/+3 | |
2014-08-18 | Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. | Ivan Tcholakov | 1 | -8/+3 | |
2014-08-18 | Cache_redis, delete() method: Removing code for updating the internal cache, ↵ | Ivan Tcholakov | 1 | -7/+0 | |
it is useless. | |||||
2014-08-18 | Cache_redis: Strinct array_search() for now. | Ivan Tcholakov | 1 | -3/+3 | |
2014-08-18 | Cache_redis: AND -> && correction, srrict in_array() check. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-14 | Cache_redis: Adding serialization support. | Ivan Tcholakov | 1 | -2/+57 | |