1. c6e5098 #3073 (feature/session): set_flashdata() crap by Andrey Andreev · 10 years ago
  2. c5519ce #3073 (feature/session): Fix a GC issue with the files driver by Andrey Andreev · 10 years ago
  3. 6612b67 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  4. 41b546d feature/session (#3073): Fix a variable name by Andrey Andreev · 10 years ago
  5. 286f9e1 Optimize the composer_autoload check by Andrey Andreev · 10 years ago
  6. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  7. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  8. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  9. f112e4a fix doc block get_request_header() by Adriano Rosa · 10 years ago
  10. e4b9cd6 stream_set_chunk_size() requires PHP 5.4 by Andrey Andreev · 10 years ago
  11. b627430 Make sure we don't waste entropy by Andrey Andreev · 10 years ago
  12. 5bf4dcd Close #3194 by Andrey Andreev · 10 years ago
  13. 970b383 Revert #3194 by Andrey Andreev · 10 years ago
  14. f9a615a [ci skip] Remove references to 'PHP5' from comments by Andrey Andreev · 10 years ago
  15. f186e1f Fix #3242 by Andrey Andreev · 10 years ago
  16. 607d5e2 Fix a defined() check by Andrey Andreev · 10 years ago
  17. 39ec295 feature/session (#3073): Redis driver save_path param parsing fixes by Andrey Andreev · 10 years ago
  18. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  19. dc0ad20 Don't assume that log_file_permissions exists by Andrey Andreev · 10 years ago
  20. d069b9b feature/session (#3073): Bug fixes by Andrey Andreev · 10 years ago
  21. a135a18 Fix #3228 by Andrey Andreev · 10 years ago
  22. 60726ef Add 'named callable' rules to Form validation library by Andrey Andreev · 10 years ago
  23. c9eface feature/session (#3073): Add Memcached session driver by Andrey Andreev · 10 years ago
  24. efe33a2 Fix CI_Security::get_random_bytes() length validation by Andrey Andreev · 10 years ago
  25. 47c21c6 CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189) by Andrey Andreev · 10 years ago
  26. 2a1f940 feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver by Andrey Andreev · 10 years ago
  27. 43f6cdb feature/session (#3073): Add Redis session driver by Andrey Andreev · 10 years ago
  28. 93d9fa7 feature/session (#3073): Rework locking mechanism & add Redis driver by Andrey Andreev · 10 years ago
  29. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  30. 487ccc9 Add CI_Security::get_random_bytes() for CSRF & XSS token generation by Andrey Andreev · 10 years ago
  31. 294cff7 Merge pull request #3202 from rougin/patch-1 by Andrey Andreev · 10 years ago
  32. f38c9c2 Close #3205 by Andrey Andreev · 10 years ago
  33. fc4db34 [ci skip] Update a comment block description by Andrey Andreev · 10 years ago
  34. b27338a Fix #3189 by Andrey Andreev · 10 years ago
  35. a7d3250 Removed empty line by Rougin Gutib · 10 years ago
  36. c40cce6 Merge pull request #3204 from ivantcholakov/feature/html-escape-upgrade by Andrey Andreev · 10 years ago
  37. 8adf5e8 Merge pull request #3195 from hArpanet/develop by Andrey Andreev · 10 years ago
  38. 516f59c ibase_driver add table/column aliases by hArpanet · 10 years ago
  39. c851dc5 Upgraded html_escape() - The simplest version. by Ivan Tcholakov · 10 years ago
  40. 6222437 Upgrading the function html_escape() - Readability Improvement 2. by Ivan Tcholakov · 10 years ago
  41. e7f55bf Upgrading the function html_escape() - readability improvement. by Ivan Tcholakov · 10 years ago
  42. 993f98c Upgrading the function html_escape() - documentation corrections. by Ivan Tcholakov · 10 years ago
  43. 4f45858 Upgrading the function html_escape(), escaping twice can be prevented by setting the second argument to FALSE. by Ivan Tcholakov · 10 years ago
  44. 191550a Fixed typo error by Rougin Royce Gutib · 10 years ago
  45. a3cc808 Query builder, IS NOT NULL support #3194: Strict comparison. by Ivan Tcholakov · 10 years ago
  46. 7e6aba1 Query builder: IS NOT NULL support implementation, see #3194 by Ivan Tcholakov · 10 years ago
  47. d07daa5 ibase_driver returning whitespace in table/column names by hArpanet · 10 years ago
  48. 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
  49. 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
  50. 5e9b936 Merge pull request #3186 from ivantcholakov/feature/cache-redis-serialization by Andrey Andreev · 10 years ago
  51. 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
  52. 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
  53. d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
  54. ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
  55. 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
  56. 6c52096 [ci skip] Polish changes from PR #3176 by Andrey Andreev · 10 years ago
  57. 3783be6 Merge pull request #3176 from caseyh/develop by Andrey Andreev · 10 years ago
  58. 5ac7c77 Alter Pull #3176 to follow discussion by caseyh · 10 years ago
  59. 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
  60. bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
  61. 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
  62. 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
  63. c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
  64. e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
  65. 22ce276 Fix #3187 by Andrey Andreev · 10 years ago
  66. 927e508 Cache_redis: Adding serialization support. by Ivan Tcholakov · 10 years ago
  67. 2f4c3bc CSRF whitelist supports regex by Casey Hancock · 10 years ago
  68. 85f0c55 Added file path for file GC by Marcos SF Filho · 10 years ago
  69. 09546ed Polish changes following PR #3173 by Andrey Andreev · 10 years ago
  70. 6854f87 Using ImagePNG in CAPTCHA helper Using ImagePNG function, if ImageJPG not exists by ET-NiK · 10 years ago
  71. a8027ff Change name didn't work if reset initialization it's true by Joseba Juániz · 10 years ago
  72. 9b8286c Fix #3123 by Andrey Andreev · 10 years ago
  73. 8382157 Make CI_Pagination properties per_page, cur_page public by Andrey Andreev · 10 years ago
  74. b32599e Merge pull request #3162 from MianSaleem/patch-1 by Andrey Andreev · 10 years ago
  75. dc5fe5a Last empty line remove by Mian Saleem · 10 years ago
  76. fc88a5f Update url_helper.php by Mian Saleem · 10 years ago
  77. 25df7a9 Fix #3160 by Andrey Andreev · 10 years ago
  78. 5f0799a Fix #3161 by Andrey Andreev · 10 years ago
  79. a3f13b7 anchor popup attribute missing by Mian Saleem · 10 years ago
  80. 466af6c Merge pull request #3134 from kdazzle/patch-1 by Andrey Andreev · 11 years ago
  81. 2761ff4 Add changelog entry for CSRF status code; remove line at EOF by Kyle Valade · 11 years ago
  82. 35a7b44 Fix CI_Encryption::substr() for PHP 5.3 by Andrey Andreev · 11 years ago
  83. 11beac2 Fix CI_Encryption::substr() usage of mb_substr() by Andrey Andreev · 11 years ago
  84. ed86ee1 Add setting ['composer_autoload'] by Andrey Andreev · 11 years ago
  85. 9fa275e Continuing from previous commit ... use CI_Encryption::substr() by Andrey Andreev · 11 years ago
  86. 2da3550 Fix potential bugs in password_hash(), CI_Encryption by Andrey Andreev · 11 years ago
  87. 6500bc7 Add a backport (compat) for quoted_printable_encode() by Andrey Andreev · 11 years ago
  88. 5b3fe7c Fix a few typos and add a backport (compat) for hex2bin() by Andrey Andreev · 11 years ago
  89. 05fcc09 Return 403 instead of 500 if no CSRF token given by Kyle Valade · 11 years ago
  90. f7bdd80 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 11 years ago
  91. 5286ef0 Fix #3131 by Andrey Andreev · 11 years ago
  92. 5df2f1b Missing looping index added. Without index empty rows returned for csv column headers. by Dionysis Arvanitis · 11 years ago
  93. ab9971f Remove GCM mode from CI_Encryption (OpenSSL) by Andrey Andreev · 11 years ago
  94. 961db7d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 11 years ago
  95. 60f744b Fix #3124 by Andrey Andreev · 11 years ago
  96. 3820b5a Fixed eof by Graham Campbell · 11 years ago
  97. eb93e73 Fixed typo by Graham Campbell · 11 years ago
  98. 42183de Add CI_Encryption::create_key() by Andrey Andreev · 11 years ago
  99. 4191be3 Fix a _potential_ flaw in password_hash() by Andrey Andreev · 11 years ago
  100. 1e83d69 Remove the custom IV option from CI_Encryption by Andrey Andreev · 11 years ago