1. e7516b0 CI_Encryption: Work around MCrypt's dumb behavior in ECB mode by Andrey Andreev · 11 years ago
  2. 4a2918a Integrate CI_Encryption into the framework by Andrey Andreev · 11 years ago
  3. 9108dd4 CI_Encryption: Remove ARCFour from aliased ciphers due ... by Andrey Andreev · 11 years ago
  4. 50ccc38 CI_Encryption: Fix more errors and add a 'portability' test case by Andrey Andreev · 11 years ago
  5. 177144f Fix a logical error in CI_Encryption by Andrey Andreev · 11 years ago
  6. 912831f CI_Encryption: Fix some errors and add unit tests for hkdf() by Andrey Andreev · 11 years ago
  7. 29cade4 CI_Encryption improvements by Andrey Andreev · 11 years ago
  8. 818aedb Introducing CI_Encryption (a CI_Encrypt replacement) by Andrey Andreev · 11 years ago
  9. aa9a4f7 Fix #2844 by Andrey Andreev · 11 years ago
  10. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  11. 3aecedb Fix #2737 by Andrey Andreev · 11 years ago
  12. b2a0e70 Fix #2825 by Andrey Andreev · 11 years ago
  13. a9938a0 Minor changes related to CI_User_agent by Andrey Andreev · 11 years ago
  14. d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
  15. 3d21520 Fix incorrect checks for the fwrite() return value by Andrey Andreev · 11 years ago
  16. 1dbdf72c condition repair and comments by Petr Heralecky · 11 years ago
  17. ceb03af rename src to file by Petr Heralecky · 11 years ago
  18. 232ea65 attach files by absolute url by Petr Heralecky · 11 years ago
  19. c809726 Further changes related to PR #2807 by Andrey Andreev · 11 years ago
  20. 9ad2fff variable repair by Petr Heralecky · 11 years ago
  21. 230fca3 styleguided 2 by Petr Heralecky · 11 years ago
  22. de88615 styleguided by Petr Heralecky · 11 years ago
  23. 300e3f0 Added Email::attach_cid() returning CID by Petr Heralecky · 11 years ago
  24. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  25. e9e885d Merge pull request #2802 from marcossffilho/develop by Andrey Andreev · 11 years ago
  26. 2e914b7 Updates for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  27. 7945d30 Fixed the comment and array alignment. by Ahmedul Haque Abid · 11 years ago
  28. d8a3716 Added space after 'if' condition by Ahmedul Haque Abid · 11 years ago
  29. ea29488 Changed the rest of 'error_msg' to 'errors' by Ahmedul Haque Abid · 11 years ago
  30. e9b0ccc Added the missing "is" in the comment by Ahmedul Haque Abid · 11 years ago
  31. 34cf490 Merge branch 'develop' into feature/form_validation/custom_error_per_field by Ahmedul Haque Abid · 11 years ago
  32. b07a428 Updated comment messages. by Ahmedul Haque Abid · 11 years ago
  33. 557c6ec Removed extra space between closing parenthesis. by Ahmedul Haque Abid · 11 years ago
  34. bc1cbad Fixed a missed variable $errors in set_rules(). by Ahmedul Haque Abid · 11 years ago
  35. 0742fad Changed $error_msg to $errors by Ahmedul Haque Abid · 11 years ago
  36. 27e91a0 Add CI_User_agent::parse() to allow parsing a custom user-agent string by Andrey Andreev · 11 years ago
  37. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  38. 0cd7c92 Unnecessary rtrim and update docs for Calendar class by Marcos SF Filho · 11 years ago
  39. c4f6616 Join two if statement into one by Marcos SF Filho · 11 years ago
  40. a593e3e Code Corrections for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  41. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  42. 42b4000 Added custom error messages functionality for individual fields. by Ahmedul Haque Abid · 11 years ago
  43. 7977e1d Update the Calendar Class by Marcos SF Filho · 11 years ago
  44. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  45. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  46. cab3e18 A tiny improvement in CI_Upload::do_xss_clean() by Andrey Andreev · 11 years ago
  47. e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
  48. a20ec97 Add ability for changing the original file path/name in CI_Zip::read_file() by Andrey Andreev · 11 years ago
  49. 3b2803e Fix #2143 by Andrey Andreev · 11 years ago
  50. dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
  51. a9c7d18 Fix #2237: Parser library failed if the same tag pair is used more than once within a template by Andrey Andreev · 11 years ago
  52. 45549a2 Remove a redudant value check by Andrey Andreev · 11 years ago
  53. e6376aa Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_userdata() and unset_flashdata()'s first parameter mandatory by Andrey Andreev · 11 years ago
  54. 868301a [ci skip] Fix a docblock typo by Andrey Andreev · 11 years ago
  55. a4712f5 Make CI_Form_validation::error()'s first parameter mandatory and add a typehint for CI_Form_validation::error() by Andrey Andreev · 11 years ago
  56. cb66367 Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  57. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  58. 2ce19b1 Merge pull request #2768 from porquero/patch-1 by Andrey Andreev · 11 years ago
  59. b4c6218 FTP class improvements by Andrey Andreev · 11 years ago
  60. 430b14c Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  61. 5306cad Remove _serialize() and _unserialize() methods by Jordan Eldredge · 11 years ago
  62. 5d6b9c5 Remove unneeded manual escaping of session data by Jordan Eldredge · 11 years ago
  63. 0612e92 Added post-increment for $count by Cristian Riffo Huez · 11 years ago
  64. 37fe56f Merge pull request #2764 from refringe/feature/cookie_session by Andrey Andreev · 11 years ago
  65. 74c5f26 Issue #2763 - Fixes Session GC Probability Calculation by Tyler Brownell · 11 years ago
  66. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  67. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  68. 333b69b Spaces, log message by Kakysha · 11 years ago
  69. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  70. ffe2130 some code rewrite by Kakysha · 11 years ago
  71. 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
  72. 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
  73. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  74. 32c7212 Add CI_Upload:: option by Andrey Andreev · 11 years ago
  75. 3d759d7 Merge pull request #2661 from DaveMC08/feature/issue_2617 by Andrey Andreev · 11 years ago
  76. abcb67c req. changes: by David Cox Jr · 11 years ago
  77. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  78. 06fa739 fix issue #2617 simply adds the $_FILES array to profiler output of POST data by David Cox Jr · 11 years ago
  79. 88f41df [ci skip] Update Zip library docblocks by Andrey Andreev · 11 years ago
  80. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  81. 2b956af An improved version of PR #2584, fixes #2583 by Andrey Andreev · 11 years ago
  82. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  83. c958eeb Optimize CI_Session::__construct() routines and make driver validity check stricter by Andrey Andreev · 11 years ago
  84. d967f72 Cache Log Error Levels by Tyler Brownell · 11 years ago
  85. 45a4544 Merge pull request #2556 from vlakoff/develop-4 by Andrey Andreev · 11 years ago
  86. 3b8b892 Fixes in JavaScript Library by vlakoff · 11 years ago
  87. 516527c Cache Driver - Backup Never Loaded by Tyler Brownell · 11 years ago
  88. 05370bf change empty function to Identical comparison operator by Hashem Qolami · 12 years ago
  89. 90803ce Fix Form Validation issue with text inputs which have array as name by Hashem Qolami · 12 years ago
  90. c05ab73 Cache result of is_referral() by vlakoff · 12 years ago
  91. 161f193 User_agent library: robuster detection in is_referral() by vlakoff · 12 years ago
  92. 6a3d7e5 Fix a Memcache(d) default configuration bug (based on #249) by Andrey Andreev · 12 years ago
  93. c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 12 years ago
  94. 903f31b Merge pull request #2447 from rlerdorf/develop by Andrey Andreev · 12 years ago
  95. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  96. 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
  97. 06faa55 Merge pull request #2452 from thallisphp/patch-3 by Andrey Andreev · 12 years ago
  98. 283408d Merge pull request #2411 from Dumk0/patch-1 by Andrey Andreev · 12 years ago
  99. c1fdef5 Merge pull request #2417 from thefuzzy0ne/fix/upload_dry by Andrey Andreev · 12 years ago
  100. 0b97f8e Add changelog entry for PR #2502 by Andrey Andreev · 12 years ago