1. 83c344e Cache file driver: clean() now preserves .htaccess and index files by vlakoff · 12 years ago
  2. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  3. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  4. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  5. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  6. 2eaeee5 Change fs permissions and add some missing index.html files (#2017) by Andrey Andreev · 12 years ago
  7. a2b0677 Fix #18 by Andrey Andreev · 12 years ago
  8. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  9. 94b1f76 Style guide... by vkeranov · 12 years ago
  10. 58c2b10 Implement cache key prefixing (as suggested in #1197) and update the Cache docs by Andrey Andreev · 12 years ago
  11. fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
  12. 0159ae7 AND -> && by Andrey Andreev · 13 years ago
  13. ee11269 A TTL of 0 will keep the cache persistant. by Sean Fisher · 13 years ago
  14. c9195a7 Add changelog for pull #1017 by Andrey Andreev · 13 years ago
  15. 187742c Merge pull request #1017 from burakerdem/patch-1 by Andrey Andreev · 13 years ago
  16. 9e674f7 Cleanup the new Redis cache driver and add a changelog entry for it by Andrey Andreev · 13 years ago
  17. 5ccf5ce Fixed according to feedback. by Anton Lindqvist · 13 years ago
  18. 94c6b1f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  19. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  20. 3fa2b61 Merge pull request #1403 from cryode/bug/cache_backup by Phil Sturgeon · 13 years ago
  21. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  22. bf50a3b Fix issue where cache backup is ignored on first call. by Eric Roberts · 13 years ago
  23. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  24. b82bc3a Fix Cache, Image_lib and Log libraries by Timothy Warren · 13 years ago
  25. 6581cac Added missing commas. by Anton Lindqvist · 13 years ago
  26. 3093042 Align and sort valid cache drivers. by Anton Lindqvist · 13 years ago
  27. 92f10e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  28. 210e664 Added redis auth support. by Anton Lindqvist · 13 years ago
  29. 0688ac9 Start comment cleanup of libraries by Timothy Warren · 13 years ago
  30. f1bbb17 Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver by Ryan Neufeld · 13 years ago
  31. b24b033 Switch private methods and properties to protected and cleanup the Cache library and drivers by Andrey Andreev · 13 years ago
  32. 6b535f5 Fix some spaces and alignments in the new Wincache driver by Andrey Andreev · 13 years ago
  33. 09aefde Merge pull request #1095 from colonelchlorine/develop by Phil Sturgeon · 13 years ago
  34. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  35. 100934c Updated tabs, reinserted license, and fixed logic on get() by Mike Davies · 13 years ago
  36. 03a5765 Added support for Wincache when running CI on Windows boxes by Mike Davies · 13 years ago
  37. 6e09f23 Lowered the file permissions for file caches. by Yorick Peterse · 13 years ago
  38. 0b48dd4 Filesystem cache metadata function return correct TTL now. by Burak Erdem · 13 years ago
  39. 5a1d953 Updated redis driver doc block. by Anton Lindqvist · 13 years ago
  40. 3573af8 Fixed syntax according to feedback. by Anton Lindqvist · 13 years ago
  41. 1e8be29 Added redis cache driver. by Anton Lindqvist · 13 years ago
  42. 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
  43. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  44. 7d4ea07 Improve the Cache library by Andrey Andreev · 13 years ago
  45. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  46. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  47. 4d7c27e Fix #576: using ini_get() to detect if apc is enabled or not by Bo-Yi Wu · 13 years ago
  48. ba00e9f resolve a difference between the two memcache set method parameters by Mark Huot · 13 years ago
  49. a3a8b61 - check if file exists before unlinking by Jeroen van der Gulik · 13 years ago
  50. 284dd97 Merge pull request #234 from johnbellone/issue31 by Greg Aker · 13 years ago
  51. 151b7a9 Cleaning up some tabs/spaces issues. Also stripped trailing white space from the file. by Greg Aker · 13 years ago
  52. 3932f3d Merge branch 'issue45' of https://github.com/johnbellone/CodeIgniter into johnbellone-issue45 by Greg Aker · 13 years ago
  53. 51e4bca I hate tabs by John Bellone · 13 years ago
  54. 090bdf6 Fixing stylish things by John Bellone · 13 years ago
  55. c456b4a Changing to set as add will not save over existing value by John Bellone · 13 years ago
  56. 51758fc Nah, who needs this? by John Bellone · 13 years ago
  57. 02d7369 Returning value from _setup_memcached() now by John Bellone · 13 years ago
  58. 0ad834c Fixing configuration by John Bellone · 13 years ago
  59. cbb81c6 Formatting, damn tabs by John Bellone · 13 years ago
  60. 9e8dc0e Making changes to support other Memcached extension by John Bellone · 13 years ago
  61. 3db2849 Resolved issue 48. Removed unneeded array copy. by Ben Edmunds · 13 years ago
  62. 80f4c34 Resolved issue 160. Removed unneeded array copy. by Ben Edmunds · 13 years ago
  63. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  64. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  65. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  66. bffb776 Changed path in footer comment of cache dummy. by Eric Barnes · 14 years ago
  67. eb2dcda Added CI_ Prefix to the Cache driver. by Phil Sturgeon · 14 years ago
  68. 23351dc Fix #329 where the file caching driver referenced the incorrect cache directory. by Greg Aker · 14 years ago
  69. 999e747 Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers. by Greg Aker · 14 years ago
  70. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  71. bde25d9 Initial commit of Caching Driver. by Greg Aker · 14 years ago