1. 6f6102c Add method chaining support to Calendar & Pagination libs by Andrey Andreev · 11 years ago
  2. a89c1da Method chaining support for FV set_data(), reset_validation() by Andrey Andreev · 11 years ago
  3. 505b3d6 Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  4. ff6d1a8 Merge branch 'develop' into 'feature/user-guide-cleanup' by Andrey Andreev · 11 years ago
  5. 3aa781a Make CI_Session's HMAC comparison time-attack-safe by Andrey Andreev · 11 years ago
  6. aa9a4f7 Fix #2844 by Andrey Andreev · 11 years ago
  7. 98d6cc8 Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  8. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  9. ea801ab Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  10. 3aecedb Fix #2737 by Andrey Andreev · 11 years ago
  11. b2a0e70 Fix #2825 by Andrey Andreev · 11 years ago
  12. a9938a0 Minor changes related to CI_User_agent by Andrey Andreev · 11 years ago
  13. d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
  14. 3d21520 Fix incorrect checks for the fwrite() return value by Andrey Andreev · 11 years ago
  15. 1dbdf72c condition repair and comments by Petr Heralecky · 11 years ago
  16. ceb03af rename src to file by Petr Heralecky · 11 years ago
  17. 232ea65 attach files by absolute url by Petr Heralecky · 11 years ago
  18. c809726 Further changes related to PR #2807 by Andrey Andreev · 11 years ago
  19. 9ad2fff variable repair by Petr Heralecky · 11 years ago
  20. 230fca3 styleguided 2 by Petr Heralecky · 11 years ago
  21. de88615 styleguided by Petr Heralecky · 11 years ago
  22. 300e3f0 Added Email::attach_cid() returning CID by Petr Heralecky · 11 years ago
  23. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  24. e9e885d Merge pull request #2802 from marcossffilho/develop by Andrey Andreev · 11 years ago
  25. 2e914b7 Updates for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  26. 7945d30 Fixed the comment and array alignment. by Ahmedul Haque Abid · 11 years ago
  27. d8a3716 Added space after 'if' condition by Ahmedul Haque Abid · 11 years ago
  28. ea29488 Changed the rest of 'error_msg' to 'errors' by Ahmedul Haque Abid · 11 years ago
  29. e9b0ccc Added the missing "is" in the comment by Ahmedul Haque Abid · 11 years ago
  30. 34cf490 Merge branch 'develop' into feature/form_validation/custom_error_per_field by Ahmedul Haque Abid · 11 years ago
  31. b07a428 Updated comment messages. by Ahmedul Haque Abid · 11 years ago
  32. 557c6ec Removed extra space between closing parenthesis. by Ahmedul Haque Abid · 11 years ago
  33. bc1cbad Fixed a missed variable $errors in set_rules(). by Ahmedul Haque Abid · 11 years ago
  34. 0742fad Changed $error_msg to $errors by Ahmedul Haque Abid · 11 years ago
  35. 27e91a0 Add CI_User_agent::parse() to allow parsing a custom user-agent string by Andrey Andreev · 11 years ago
  36. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  37. 0cd7c92 Unnecessary rtrim and update docs for Calendar class by Marcos SF Filho · 11 years ago
  38. c4f6616 Join two if statement into one by Marcos SF Filho · 11 years ago
  39. a593e3e Code Corrections for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  40. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  41. 42b4000 Added custom error messages functionality for individual fields. by Ahmedul Haque Abid · 11 years ago
  42. 7977e1d Update the Calendar Class by Marcos SF Filho · 11 years ago
  43. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  44. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  45. cab3e18 A tiny improvement in CI_Upload::do_xss_clean() by Andrey Andreev · 11 years ago
  46. e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
  47. a20ec97 Add ability for changing the original file path/name in CI_Zip::read_file() by Andrey Andreev · 11 years ago
  48. 3b2803e Fix #2143 by Andrey Andreev · 11 years ago
  49. dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
  50. 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
  51. 45549a2 Remove a redudant value check by Andrey Andreev · 11 years ago
  52. 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
  53. 868301a [ci skip] Fix a docblock typo by Andrey Andreev · 11 years ago
  54. 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
  55. cb66367 Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  56. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  57. 2ce19b1 Merge pull request #2768 from porquero/patch-1 by Andrey Andreev · 11 years ago
  58. b4c6218 FTP class improvements by Andrey Andreev · 11 years ago
  59. 430b14c Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  60. 5306cad Remove _serialize() and _unserialize() methods by Jordan Eldredge · 11 years ago
  61. 5d6b9c5 Remove unneeded manual escaping of session data by Jordan Eldredge · 11 years ago
  62. 0612e92 Added post-increment for $count by Cristian Riffo Huez · 11 years ago
  63. 37fe56f Merge pull request #2764 from refringe/feature/cookie_session by Andrey Andreev · 11 years ago
  64. 74c5f26 Issue #2763 - Fixes Session GC Probability Calculation by Tyler Brownell · 11 years ago
  65. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  66. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  67. 333b69b Spaces, log message by Kakysha · 11 years ago
  68. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  69. ffe2130 some code rewrite by Kakysha · 11 years ago
  70. 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
  71. 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
  72. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  73. 32c7212 Add CI_Upload:: option by Andrey Andreev · 11 years ago
  74. 3d759d7 Merge pull request #2661 from DaveMC08/feature/issue_2617 by Andrey Andreev · 11 years ago
  75. abcb67c req. changes: by David Cox Jr · 11 years ago
  76. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  77. 06fa739 fix issue #2617 simply adds the $_FILES array to profiler output of POST data by David Cox Jr · 11 years ago
  78. 88f41df [ci skip] Update Zip library docblocks by Andrey Andreev · 11 years ago
  79. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  80. 2b956af An improved version of PR #2584, fixes #2583 by Andrey Andreev · 11 years ago
  81. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  82. c958eeb Optimize CI_Session::__construct() routines and make driver validity check stricter by Andrey Andreev · 12 years ago
  83. d967f72 Cache Log Error Levels by Tyler Brownell · 12 years ago
  84. 45a4544 Merge pull request #2556 from vlakoff/develop-4 by Andrey Andreev · 12 years ago
  85. 3b8b892 Fixes in JavaScript Library by vlakoff · 12 years ago
  86. 516527c Cache Driver - Backup Never Loaded by Tyler Brownell · 12 years ago
  87. 05370bf change empty function to Identical comparison operator by Hashem Qolami · 12 years ago
  88. a756125 Updating Calendar lib docs by Derek Jones · 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