1. 7474a67 #3073 (feature/session): Fix session_regenerate_id() issues by Andrey Andreev · 10 years ago
  2. c6e5098 #3073 (feature/session): set_flashdata() crap by Andrey Andreev · 10 years ago
  3. c5519ce #3073 (feature/session): Fix a GC issue with the files driver by Andrey Andreev · 10 years ago
  4. 6612b67 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  5. 41b546d feature/session (#3073): Fix a variable name by Andrey Andreev · 10 years ago
  6. 286f9e1 Optimize the composer_autoload check by Andrey Andreev · 10 years ago
  7. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  8. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  9. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  10. 86d7ead Merge pull request #3262 from adrianorsouza/pr-fix-doc-input-class by Andrey Andreev · 10 years ago
  11. f112e4a fix doc block get_request_header() by Adriano Rosa · 10 years ago
  12. e4b9cd6 stream_set_chunk_size() requires PHP 5.4 by Andrey Andreev · 10 years ago
  13. b627430 Make sure we don't waste entropy by Andrey Andreev · 10 years ago
  14. 5bf4dcd Close #3194 by Andrey Andreev · 10 years ago
  15. 970b383 Revert #3194 by Andrey Andreev · 10 years ago
  16. f9a615a [ci skip] Remove references to 'PHP5' from comments by Andrey Andreev · 10 years ago
  17. b8f4c71 Merge pull request #3251 from amir-s/develop by Andrey Andreev · 10 years ago
  18. d5eb732 fixed a typo in changelog by Amir Saboury · 10 years ago
  19. a3de292 Merge pull request #3245 from vlakoff/documentation by Andrey Andreev · 10 years ago
  20. 891855d Fix examples in documentation by vlakoff · 10 years ago
  21. f186e1f Fix #3242 by Andrey Andreev · 10 years ago
  22. 607d5e2 Fix a defined() check by Andrey Andreev · 10 years ago
  23. 39ec295 feature/session (#3073): Redis driver save_path param parsing fixes by Andrey Andreev · 10 years ago
  24. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  25. dc0ad20 Don't assume that log_file_permissions exists by Andrey Andreev · 10 years ago
  26. d069b9b feature/session (#3073): Bug fixes by Andrey Andreev · 10 years ago
  27. e18dfa3 Merge pull request #3235 from aanbar/fix-docs by Andrey Andreev · 10 years ago
  28. cbde7d4 removed extra quote by Ahmad Anbar · 10 years ago
  29. a135a18 Fix #3228 by Andrey Andreev · 10 years ago
  30. 4f86b35 Merge pull request #3229 from aanbar/add_vcard_to_mime by Andrey Andreev · 10 years ago
  31. 4b73882 Added vcard mime-type by Ahmad Anbar · 10 years ago
  32. 03eeb36 Add svg to config/mimes.php by Andrey Andreev · 10 years ago
  33. 60726ef Add 'named callable' rules to Form validation library by Andrey Andreev · 10 years ago
  34. c9eface feature/session (#3073): Add Memcached session driver by Andrey Andreev · 10 years ago
  35. efe33a2 Fix CI_Security::get_random_bytes() length validation by Andrey Andreev · 10 years ago
  36. 47c21c6 CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189) by Andrey Andreev · 10 years ago
  37. 2a1f940 feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver by Andrey Andreev · 10 years ago
  38. 43f6cdb feature/session (#3073): Add Redis session driver by Andrey Andreev · 10 years ago
  39. 93d9fa7 feature/session (#3073): Rework locking mechanism & add Redis driver by Andrey Andreev · 10 years ago
  40. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  41. 487ccc9 Add CI_Security::get_random_bytes() for CSRF & XSS token generation by Andrey Andreev · 10 years ago
  42. d4afe4a [ci skip] Fix routing documentation (#3192) by Andrey Andreev · 10 years ago
  43. 294cff7 Merge pull request #3202 from rougin/patch-1 by Andrey Andreev · 10 years ago
  44. f38c9c2 Close #3205 by Andrey Andreev · 10 years ago
  45. fc4db34 [ci skip] Update a comment block description by Andrey Andreev · 10 years ago
  46. b27338a Fix #3189 by Andrey Andreev · 10 years ago
  47. a7d3250 Removed empty line by Rougin Gutib · 10 years ago
  48. b2a5bab Removed empty line by Rougin Royce Gutib · 10 years ago
  49. c40cce6 Merge pull request #3204 from ivantcholakov/feature/html-escape-upgrade by Andrey Andreev · 10 years ago
  50. 8adf5e8 Merge pull request #3195 from hArpanet/develop by Andrey Andreev · 10 years ago
  51. 516f59c ibase_driver add table/column aliases by hArpanet · 10 years ago
  52. c851dc5 Upgraded html_escape() - The simplest version. by Ivan Tcholakov · 10 years ago
  53. 6222437 Upgrading the function html_escape() - Readability Improvement 2. by Ivan Tcholakov · 10 years ago
  54. e7f55bf Upgrading the function html_escape() - readability improvement. by Ivan Tcholakov · 10 years ago
  55. 993f98c Upgrading the function html_escape() - documentation corrections. by Ivan Tcholakov · 10 years ago
  56. 4f45858 Upgrading the function html_escape(), escaping twice can be prevented by setting the second argument to FALSE. by Ivan Tcholakov · 10 years ago
  57. 191550a Fixed typo error by Rougin Royce Gutib · 10 years ago
  58. a0c3ce3 Merge pull request #3198 from ivantcholakov/feature/is-not-null by Andrey Andreev · 10 years ago
  59. 8b58399 Query builder, IS NOT NULL support #3194: Adding a changelog entry. by Ivan Tcholakov · 10 years ago
  60. a3cc808 Query builder, IS NOT NULL support #3194: Strict comparison. by Ivan Tcholakov · 10 years ago
  61. 7e6aba1 Query builder: IS NOT NULL support implementation, see #3194 by Ivan Tcholakov · 10 years ago
  62. d07daa5 ibase_driver returning whitespace in table/column names by hArpanet · 10 years ago
  63. 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
  64. 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
  65. 5e9b936 Merge pull request #3186 from ivantcholakov/feature/cache-redis-serialization by Andrey Andreev · 10 years ago
  66. 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
  67. 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
  68. d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
  69. ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
  70. 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
  71. 6c52096 [ci skip] Polish changes from PR #3176 by Andrey Andreev · 10 years ago
  72. 3783be6 Merge pull request #3176 from caseyh/develop by Andrey Andreev · 10 years ago
  73. 8ef8281 Alter Pull #3176 - CSRF Whitelist by caseyh · 10 years ago
  74. 5ac7c77 Alter Pull #3176 to follow discussion by caseyh · 10 years ago
  75. 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
  76. bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
  77. 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
  78. 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
  79. c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
  80. e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
  81. 22ce276 Fix #3187 by Andrey Andreev · 10 years ago
  82. 43090cc Skip CI_Encrypt tests if MCrypt is not available by Andrey Andreev · 10 years ago
  83. 927e508 Cache_redis: Adding serialization support. by Ivan Tcholakov · 10 years ago
  84. 2f4c3bc CSRF whitelist supports regex by Casey Hancock · 10 years ago
  85. 85f0c55 Added file path for file GC by Marcos SF Filho · 10 years ago
  86. 09546ed Polish changes following PR #3173 by Andrey Andreev · 10 years ago
  87. 8aedf23 Merge pull request #3173 from ET-NiK/develop by Andrey Andreev · 10 years ago
  88. 6854f87 Using ImagePNG in CAPTCHA helper Using ImagePNG function, if ImageJPG not exists by ET-NiK · 10 years ago
  89. 345478b Merge pull request #3169 from Patroklo/develop by Andrey Andreev · 10 years ago
  90. a8027ff Change name didn't work if reset initialization it's true by Joseba Juániz · 10 years ago
  91. 9b8286c Fix #3123 by Andrey Andreev · 10 years ago
  92. 8382157 Make CI_Pagination properties per_page, cur_page public by Andrey Andreev · 10 years ago
  93. b32599e Merge pull request #3162 from MianSaleem/patch-1 by Andrey Andreev · 10 years ago
  94. dc5fe5a Last empty line remove by Mian Saleem · 10 years ago
  95. c072d86 Update url_helper.php by Mian Saleem · 10 years ago
  96. 95a16a2 Update url_helper.php by Mian Saleem · 10 years ago
  97. ec70152 Support for menubar attribute to the :func:`anchor_popup()` by Mian Saleem · 10 years ago
  98. fc88a5f Update url_helper.php by Mian Saleem · 10 years ago
  99. 25df7a9 Fix #3160 by Andrey Andreev · 10 years ago
  100. 5f0799a Fix #3161 by Andrey Andreev · 10 years ago