summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10#3073 (feature/session): (Try to) fix memcached driverAndrey Andreev1-1/+1
2014-11-04#3073 (feature/session): Fix a typo from ↵Andrey Andreev1-1/+1
ff37ffe164443e53b24d529f967a1bdf065bff3a
2014-11-04#3073 (feature/session): Don't regenerate IDs on AJAX requestsAndrey Andreev1-1/+5
2014-11-04#3073 (feature/session): Implement automatic ID regenerationAndrey Andreev1-2/+13
2014-11-02Fix write() for session_regenerate_id(TRUE)Shakespeare20001-5/+5
Switching the if statements, because destroy() already removed the lock.
2014-10-31Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into ↵Andrey Andreev1-1/+1
feature/session
2014-10-31#3073 (feature/session): Fix session_regenerate_id() issuesAndrey Andreev5-27/+95
2014-10-27Revert "#3073 (feature/session): Fix a GC issue with the files driver"Andrey Andreev1-1/+1
This reverts commit c5519ce166943b744bbea75a87831132aced4247.
2014-10-26#3073 (feature/session): set_flashdata() crapAndrey Andreev1-1/+1
2014-10-26#3073 (feature/session): Fix a GC issue with the files driverAndrey Andreev1-1/+1
2014-10-06feature/session (#3073): Fix a variable nameAndrey Andreev1-1/+1
2014-10-06feature/session (#3073): Refactor configuration & fix cookie expiry timesAndrey Andreev6-203/+169
2014-10-05Merge branch 'develop' into feature/sessionAndrey Andreev12-217/+331
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
Close #3001 Close #3232 Related: #3244
2014-09-17feature/session (#3073): Redis driver save_path param parsing fixesAndrey Andreev1-1/+2
Close #3240
2014-09-16feature/session (#3073): Bug fixesAndrey Andreev2-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-08Add 'named callable' rules to Form validation libraryAndrey Andreev1-4/+16
Requested in issue #3183 Supersedes PR #3220
2014-09-02feature/session (#3073): Add Memcached session driverAndrey Andreev1-0/+287
2014-08-28CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 ↵Andrey Andreev1-1/+1
(#3189)
2014-08-27feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driverAndrey Andreev1-1/+1
2014-08-27feature/session (#3073): Add Redis session driverAndrey Andreev1-0/+311
Seems like I forgot to 'git add' it in previous commit.
2014-08-27feature/session (#3073): Rework locking mechanism & add Redis driverAndrey Andreev2-70/+98
2014-08-27Fix #2963Andrey Andreev2-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-27Close #3205Andrey Andreev1-18/+4
2014-08-27[ci skip] Update a comment block descriptionAndrey Andreev1-1/+1
2014-08-27Fix #3189Andrey Andreev1-33/+33
2014-08-18Fix a wrong variable name from previous commitAndrey Andreev1-1/+1
Rel: #3186
2014-08-18Optimize Redis serialized values supportAndrey Andreev1-17/+19
Rel: PR #3186
2014-08-18Cache_redis: A code-styling correction..Ivan Tcholakov1-1/+1
2014-08-18Cache_redis: Optimizations.Ivan Tcholakov1-2/+2
2014-08-18Cache_redis: Polishing.Ivan Tcholakov1-7/+4
2014-08-18Cache_redis: Refactoring if delete() method.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis, save() method: An optimization, moving sRemove call.Ivan Tcholakov1-2/+1
2014-08-18Cache_redis, delete() method: Try to remove a key from Redis auxilary set ↵Ivan Tcholakov1-3/+6
only when the corresponding value is really deleted.
2014-08-18Cache_redis, delete() method: Bringing back a line of code.Ivan Tcholakov1-0/+3
2014-08-18Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'.Ivan Tcholakov1-8/+3
2014-08-18Cache_redis, delete() method: Removing code for updating the internal cache, ↵Ivan Tcholakov1-7/+0
it is useless.
2014-08-18Cache_redis: Strinct array_search() for now.Ivan Tcholakov1-3/+3
2014-08-18Cache_redis: AND -> && correction, srrict in_array() check.Ivan Tcholakov1-1/+1
2014-08-14Cache_redis: Adding serialization support.Ivan Tcholakov1-2/+57
2014-08-11Added file path for file GCMarcos SF Filho1-1/+1
2014-08-06Change name didn't work if reset initialization it's trueJoseba Juániz1-11/+14
If user initializes the upload library with the reset flag as true, the uploaded file doesn't change it's name, it's neccesary to initialize or change the $_file_name_override every time.
2014-08-01Make CI_Pagination properties per_page, cur_page publicAndrey Andreev1-38/+38
Useful if you want to make calculations based on them.
2014-07-31Fix #3160Andrey Andreev1-2/+2
2014-07-31Fix #3161Andrey Andreev2-8/+12
2014-07-12Fix CI_Encryption::substr() for PHP 5.3Andrey Andreev1-1/+4
Nothing critical, just an edge case that isn't currently used
2014-07-12Fix CI_Encryption::substr() usage of mb_substr()Andrey Andreev1-1/+1
The whole point was to use 8bit encoding
2014-07-07Continuing from previous commit ... use CI_Encryption::substr()Andrey Andreev1-8/+8
2014-07-07Fix potential bugs in password_hash(), CI_EncryptionAndrey Andreev1-8/+53
strlen(), substr() are not byte-safe when mbstring.func_overload is enabled
2014-07-02Remove GCM mode from CI_Encryption (OpenSSL)Andrey Andreev1-3/+2
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles.