1. b587698 Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop by ftwbzhao · 10 years ago
  2. b2119a7 [fix] redis get_metadata by ftwbzhao · 10 years ago
  3. abd713f use = instead of += by ftwbzhao · 10 years ago
  4. 9b9a06c [feature] check redis auth failed by ftwbzhao · 10 years ago
  5. 01015d9 Fixed redis cache save logic by Mathew White · 10 years ago
  6. bc834c3 Cache: is_supported by Fieah · 10 years ago
  7. b68a811 add <!DOCTYPE html> by Tjoosten · 10 years ago
  8. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  9. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  10. 21f2e06 PR #3452 by Andrey Andreev · 10 years ago
  11. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  12. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  13. 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
  14. 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
  15. 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
  16. 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
  17. d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
  18. ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
  19. 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
  20. d514d5c Cache_redis, delete() method: Try to remove a key from Redis auxilary set only when the corresponding value is really deleted. by Ivan Tcholakov · 10 years ago
  21. bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
  22. 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
  23. 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
  24. c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
  25. e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
  26. 927e508 Cache_redis: Adding serialization support. by Ivan Tcholakov · 10 years ago
  27. 25df7a9 Fix #3160 by Andrey Andreev · 10 years ago
  28. 5f0799a Fix #3161 by Andrey Andreev · 10 years ago
  29. f627474 Don't use error suppression on ini_get() either by Andrey Andreev · 11 years ago
  30. 871754a 2013 > 2014 by darwinel · 11 years ago
  31. b2a0e70 Fix #2825 by Andrey Andreev · 11 years ago
  32. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  33. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  34. 333b69b Spaces, log message by Kakysha · 11 years ago
  35. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  36. ffe2130 some code rewrite by Kakysha · 11 years ago
  37. 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
  38. 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
  39. d967f72 Cache Log Error Levels by Tyler Brownell · 11 years ago
  40. 516527c Cache Driver - Backup Never Loaded by Tyler Brownell · 11 years ago
  41. 6a3d7e5 Fix a Memcache(d) default configuration bug (based on #249) by Andrey Andreev · 12 years ago
  42. 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
  43. 08ddfb8 Removed unused variable $name in Cache_memcached.php by ThallisPHP · 12 years ago
  44. 83c344e Cache file driver: clean() now preserves .htaccess and index files by vlakoff · 12 years ago
  45. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  46. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  47. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  48. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  49. 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
  50. a2b0677 Fix #18 by Andrey Andreev · 12 years ago
  51. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  52. 94b1f76 Style guide... by vkeranov · 12 years ago
  53. 58c2b10 Implement cache key prefixing (as suggested in #1197) and update the Cache docs by Andrey Andreev · 12 years ago
  54. fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
  55. 0159ae7 AND -> && by Andrey Andreev · 13 years ago
  56. ee11269 A TTL of 0 will keep the cache persistant. by Sean Fisher · 13 years ago
  57. c9195a7 Add changelog for pull #1017 by Andrey Andreev · 13 years ago
  58. 187742c Merge pull request #1017 from burakerdem/patch-1 by Andrey Andreev · 13 years ago
  59. 9e674f7 Cleanup the new Redis cache driver and add a changelog entry for it by Andrey Andreev · 13 years ago
  60. 5ccf5ce Fixed according to feedback. by Anton Lindqvist · 13 years ago
  61. 94c6b1f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  62. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  63. 3fa2b61 Merge pull request #1403 from cryode/bug/cache_backup by Phil Sturgeon · 13 years ago
  64. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  65. bf50a3b Fix issue where cache backup is ignored on first call. by Eric Roberts · 13 years ago
  66. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  67. b82bc3a Fix Cache, Image_lib and Log libraries by Timothy Warren · 13 years ago
  68. 6581cac Added missing commas. by Anton Lindqvist · 13 years ago
  69. 3093042 Align and sort valid cache drivers. by Anton Lindqvist · 13 years ago
  70. 92f10e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  71. 210e664 Added redis auth support. by Anton Lindqvist · 13 years ago
  72. 0688ac9 Start comment cleanup of libraries by Timothy Warren · 13 years ago
  73. f1bbb17 Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver by Ryan Neufeld · 13 years ago
  74. b24b033 Switch private methods and properties to protected and cleanup the Cache library and drivers by Andrey Andreev · 13 years ago
  75. 6b535f5 Fix some spaces and alignments in the new Wincache driver by Andrey Andreev · 13 years ago
  76. 09aefde Merge pull request #1095 from colonelchlorine/develop by Phil Sturgeon · 13 years ago
  77. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  78. 100934c Updated tabs, reinserted license, and fixed logic on get() by Mike Davies · 13 years ago
  79. 03a5765 Added support for Wincache when running CI on Windows boxes by Mike Davies · 13 years ago
  80. 6e09f23 Lowered the file permissions for file caches. by Yorick Peterse · 13 years ago
  81. 0b48dd4 Filesystem cache metadata function return correct TTL now. by Burak Erdem · 13 years ago
  82. 5a1d953 Updated redis driver doc block. by Anton Lindqvist · 13 years ago
  83. 3573af8 Fixed syntax according to feedback. by Anton Lindqvist · 13 years ago
  84. 1e8be29 Added redis cache driver. by Anton Lindqvist · 13 years ago
  85. 7bb95df APC throws "apc_store() expects parameter 3 to be long, string given". Validates the TTL to an integer. by Sean Fisher · 13 years ago
  86. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  87. 7d4ea07 Improve the Cache library by Andrey Andreev · 13 years ago
  88. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  89. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  90. 4d7c27e Fix #576: using ini_get() to detect if apc is enabled or not by Bo-Yi Wu · 13 years ago
  91. ba00e9f resolve a difference between the two memcache set method parameters by Mark Huot · 13 years ago
  92. a3a8b61 - check if file exists before unlinking by Jeroen van der Gulik · 13 years ago
  93. 284dd97 Merge pull request #234 from johnbellone/issue31 by Greg Aker · 13 years ago
  94. 151b7a9 Cleaning up some tabs/spaces issues. Also stripped trailing white space from the file. by Greg Aker · 13 years ago
  95. 3932f3d Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into johnbellone-issue45 by Greg Aker · 13 years ago
  96. 51e4bca I hate tabs by John Bellone · 13 years ago
  97. 090bdf6 Fixing stylish things by John Bellone · 13 years ago
  98. c456b4a Changing to set as add will not save over existing value by John Bellone · 13 years ago
  99. 51758fc Nah, who needs this? by John Bellone · 13 years ago
  100. 02d7369 Returning value from _setup_memcached() now by John Bellone · 13 years ago