Age | Commit message (Expand) | Author | Files | Lines |
2014-10-19 | We can preserve transparency for PNG images | Дмитрий | 1 | -1/+8 |
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 |
2014-09-17 | feature/session (#3073): Redis driver save_path param parsing fixes | Andrey Andreev | 1 | -1/+2 |
2014-09-16 | feature/session (#3073): Bug fixes | Andrey Andreev | 2 | -2/+2 |
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -4/+16 |
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 (#3... | Andrey Andreev | 1 | -1/+1 |
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 |
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 |
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 |
2014-08-18 | Optimize Redis serialized values support | Andrey Andreev | 1 | -17/+19 |
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 onl... | Ivan Tcholakov | 1 | -3/+6 |
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 |
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 |
2014-08-11 | Added file path for file GC | Marcos SF Filho | 1 | -1/+1 |
2014-08-06 | Change name didn't work if reset initialization it's true | Joseba Juániz | 1 | -11/+14 |
2014-08-01 | Make CI_Pagination properties per_page, cur_page public | Andrey Andreev | 1 | -38/+38 |
2014-07-31 | Fix #3160 | Andrey Andreev | 1 | -2/+2 |
2014-07-31 | Fix #3161 | Andrey Andreev | 2 | -8/+12 |
2014-07-12 | Fix CI_Encryption::substr() for PHP 5.3 | Andrey Andreev | 1 | -1/+4 |
2014-07-12 | Fix CI_Encryption::substr() usage of mb_substr() | Andrey Andreev | 1 | -1/+1 |
2014-07-07 | Continuing from previous commit ... use CI_Encryption::substr() | Andrey Andreev | 1 | -8/+8 |
2014-07-07 | Fix potential bugs in password_hash(), CI_Encryption | Andrey Andreev | 1 | -8/+53 |
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -3/+2 |
2014-06-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -0/+15 |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -51/+36 |
2014-06-13 | Make 'num_links=0' configuration available in Pagination library | Takayuki Sakai | 1 | -4/+4 |
2014-06-13 | Revert "Make num_links=0 in pagination library possible to configure" | Takayuki Sakai | 1 | -15/+9 |
2014-06-13 | Make num_links=0 in pagination library possible to configure | Takayuki Sakai | 1 | -9/+15 |
2014-06-11 | [ci skip] A tiny optimization | Andrey Andreev | 1 | -5/+5 |
2014-06-07 | Fix #3085 | Andrey Andreev | 1 | -17/+19 |
2014-06-04 | #3073: Fix temp/flash data getters | Andrey Andreev | 1 | -9/+9 |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 1 | -1/+1 |