1. 46f2f26 [ci skip] Update system/libraries/Session/ with the MIT license notice by Andrey Andreev · 10 years ago
  2. 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
  3. 4f50256 #3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOL by Andrey Andreev · 10 years ago
  4. a8f29f9 #3073 (feature/session): (Try to) fix memcached driver by Andrey Andreev · 10 years ago
  5. 32a077a Really fix #3318 by Andrey Andreev · 10 years ago
  6. 5a7f77d Fix #3318 by Andrey Andreev · 10 years ago
  7. 50c9ea1 Fix #3317 ... MCrypt sucks by Andrey Andreev · 10 years ago
  8. d8e31ec Simplify CI_Loader::lang() following #3316 by Andrey Andreev · 10 years ago
  9. 0e924ce Ability to pass array of language files to Language Library similar to Loader Library by Gabriel Potkány · 10 years ago
  10. 8c9612b #3310 Remove a dead line by Andrey Andreev · 10 years ago
  11. a0471dc Fix #3310 by Andrey Andreev · 10 years ago
  12. de5c246 #3073 (feature/session): Fix a typo from ff37ffe164443e53b24d529f967a1bdf065bff3a by Andrey Andreev · 10 years ago
  13. ff37ffe #3073 (feature/session): Don't regenerate IDs on AJAX requests by Andrey Andreev · 10 years ago
  14. 8e60b9a #3073 (feature/session): Implement automatic ID regeneration by Andrey Andreev · 10 years ago
  15. 5289f27 Polish changes following #3305 by Andrey Andreev · 10 years ago
  16. ce8aa3b Remove comment field definition from all other forge classes by Zachary Flower · 10 years ago
  17. e4b10bf Move MySQL comments to MySQL forge classes only by Zachary Flower · 10 years ago
  18. 12ee7a1 Move comment field after unique field in db forge by Zachary Flower · 10 years ago
  19. e59347d Ensure forge comments are actually getting parsed by Zachary Flower · 10 years ago
  20. 9b51228 Disable database COMMENT field by default in all other DB Forge drivers by Zachary Flower · 10 years ago
  21. 24fbc61 Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, mysql, and mysqli) by Zachary Flower · 10 years ago
  22. 305186d Fix write() for session_regenerate_id(TRUE) by Shakespeare2000 · 10 years ago
  23. d46c370 Merge branch 'feature/session' of github.com:bcit-ci/CodeIgniter into feature/session by Andrey Andreev · 10 years ago
  24. 7474a67 #3073 (feature/session): Fix session_regenerate_id() issues by Andrey Andreev · 10 years ago
  25. 4b838af Add a real exception handler by Andrey Andreev · 10 years ago
  26. 815ac8a Close #3292 by Andrey Andreev · 10 years ago
  27. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  28. cd48961 Revert "#3073 (feature/session): Fix a GC issue with the files driver" by Andrey Andreev · 10 years ago
  29. c6e5098 #3073 (feature/session): set_flashdata() crap by Andrey Andreev · 10 years ago
  30. c5519ce #3073 (feature/session): Fix a GC issue with the files driver by Andrey Andreev · 10 years ago
  31. d4818b7 Fix #3283 by Andrey Andreev · 10 years ago
  32. 4a4f550 Escape the array elements separately and join them in compile_binds() by clawoo · 10 years ago
  33. a779c48 Escape arrays sent as binding values for database queries. by clawoo · 10 years ago
  34. f35ae5e Fix #3270 by Andrey Andreev · 10 years ago
  35. 1c77aab #3253 by Andrey Andreev · 10 years ago
  36. 4bdb667 Attempt a better base_url auto-detection by Andrey Andreev · 10 years ago
  37. 7cc3e99 Update a config_item() use case for the new NULL return value by Andrey Andreev · 10 years ago
  38. 6612b67 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  39. 41b546d feature/session (#3073): Fix a variable name by Andrey Andreev · 10 years ago
  40. 286f9e1 Optimize the composer_autoload check by Andrey Andreev · 10 years ago
  41. dfb39be feature/session (#3073): Refactor configuration & fix cookie expiry times by Andrey Andreev · 10 years ago
  42. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  43. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  44. f112e4a fix doc block get_request_header() by Adriano Rosa · 10 years ago
  45. e4b9cd6 stream_set_chunk_size() requires PHP 5.4 by Andrey Andreev · 10 years ago
  46. b627430 Make sure we don't waste entropy by Andrey Andreev · 10 years ago
  47. 5bf4dcd Close #3194 by Andrey Andreev · 10 years ago
  48. 970b383 Revert #3194 by Andrey Andreev · 10 years ago
  49. f9a615a [ci skip] Remove references to 'PHP5' from comments by Andrey Andreev · 10 years ago
  50. f186e1f Fix #3242 by Andrey Andreev · 10 years ago
  51. 607d5e2 Fix a defined() check by Andrey Andreev · 10 years ago
  52. 39ec295 feature/session (#3073): Redis driver save_path param parsing fixes by Andrey Andreev · 10 years ago
  53. 2c6cdd7 Fix #3238 by Andrey Andreev · 10 years ago
  54. dc0ad20 Don't assume that log_file_permissions exists by Andrey Andreev · 10 years ago
  55. d069b9b feature/session (#3073): Bug fixes by Andrey Andreev · 10 years ago
  56. a135a18 Fix #3228 by Andrey Andreev · 10 years ago
  57. 60726ef Add 'named callable' rules to Form validation library by Andrey Andreev · 10 years ago
  58. c9eface feature/session (#3073): Add Memcached session driver by Andrey Andreev · 10 years ago
  59. efe33a2 Fix CI_Security::get_random_bytes() length validation by Andrey Andreev · 10 years ago
  60. 47c21c6 CI_Parser: Fix a regression from b27338ac9710cfcf69c4c99028f474aae8b28b49 (#3189) by Andrey Andreev · 10 years ago
  61. 2a1f940 feature/session (#3073): Fix an E_WARNING in CI_Session_redis_driver by Andrey Andreev · 10 years ago
  62. 43f6cdb feature/session (#3073): Add Redis session driver by Andrey Andreev · 10 years ago
  63. 93d9fa7 feature/session (#3073): Rework locking mechanism & add Redis driver by Andrey Andreev · 10 years ago
  64. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  65. 487ccc9 Add CI_Security::get_random_bytes() for CSRF & XSS token generation by Andrey Andreev · 10 years ago
  66. 294cff7 Merge pull request #3202 from rougin/patch-1 by Andrey Andreev · 10 years ago
  67. f38c9c2 Close #3205 by Andrey Andreev · 10 years ago
  68. fc4db34 [ci skip] Update a comment block description by Andrey Andreev · 10 years ago
  69. b27338a Fix #3189 by Andrey Andreev · 10 years ago
  70. a7d3250 Removed empty line by Rougin Gutib · 10 years ago
  71. c40cce6 Merge pull request #3204 from ivantcholakov/feature/html-escape-upgrade by Andrey Andreev · 10 years ago
  72. 8adf5e8 Merge pull request #3195 from hArpanet/develop by Andrey Andreev · 10 years ago
  73. 516f59c ibase_driver add table/column aliases by hArpanet · 10 years ago
  74. c851dc5 Upgraded html_escape() - The simplest version. by Ivan Tcholakov · 10 years ago
  75. 6222437 Upgrading the function html_escape() - Readability Improvement 2. by Ivan Tcholakov · 10 years ago
  76. e7f55bf Upgrading the function html_escape() - readability improvement. by Ivan Tcholakov · 10 years ago
  77. 993f98c Upgrading the function html_escape() - documentation corrections. by Ivan Tcholakov · 10 years ago
  78. 4f45858 Upgrading the function html_escape(), escaping twice can be prevented by setting the second argument to FALSE. by Ivan Tcholakov · 10 years ago
  79. 191550a Fixed typo error by Rougin Royce Gutib · 10 years ago
  80. a3cc808 Query builder, IS NOT NULL support #3194: Strict comparison. by Ivan Tcholakov · 10 years ago
  81. 7e6aba1 Query builder: IS NOT NULL support implementation, see #3194 by Ivan Tcholakov · 10 years ago
  82. d07daa5 ibase_driver returning whitespace in table/column names by hArpanet · 10 years ago
  83. 1b634f8 Fix a wrong variable name from previous commit by Andrey Andreev · 10 years ago
  84. 2492b50 Optimize Redis serialized values support by Andrey Andreev · 10 years ago
  85. 5e9b936 Merge pull request #3186 from ivantcholakov/feature/cache-redis-serialization by Andrey Andreev · 10 years ago
  86. 2dcdd06 Cache_redis: A code-styling correction.. by Ivan Tcholakov · 10 years ago
  87. 73f9302 Cache_redis: Optimizations. by Ivan Tcholakov · 10 years ago
  88. d245f06 Cache_redis: Polishing. by Ivan Tcholakov · 10 years ago
  89. ff4d114 Cache_redis: Refactoring if delete() method. by Ivan Tcholakov · 10 years ago
  90. 52b3253 Cache_redis, save() method: An optimization, moving sRemove call. by Ivan Tcholakov · 10 years ago
  91. 6c52096 [ci skip] Polish changes from PR #3176 by Andrey Andreev · 10 years ago
  92. 3783be6 Merge pull request #3176 from caseyh/develop by Andrey Andreev · 10 years ago
  93. 5ac7c77 Alter Pull #3176 to follow discussion by caseyh · 10 years ago
  94. 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
  95. bc41761 Cache_redis, delete() method: Bringing back a line of code. by Ivan Tcholakov · 10 years ago
  96. 7c83557 Cache_redis, Hardcoded name for the auxilary Redis set - '_ci_redis_serialized'. by Ivan Tcholakov · 10 years ago
  97. 5853140 Cache_redis, delete() method: Removing code for updating the internal cache, it is useless. by Ivan Tcholakov · 10 years ago
  98. c773a48 Cache_redis: Strinct array_search() for now. by Ivan Tcholakov · 10 years ago
  99. e838c83 Cache_redis: AND -> && correction, srrict in_array() check. by Ivan Tcholakov · 10 years ago
  100. 22ce276 Fix #3187 by Andrey Andreev · 10 years ago