1. cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
  2. 9e2dcd4 [ci skip] Fix allow_get_array defaulting to FALSE if it doesn't exist by Andrey Andreev · 7 years ago
  3. 422b889 Fix a CI_Input::set_cookie() bug by Andrey Andreev · 8 years ago
  4. da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
  5. 3a89d3c Fix #4679, for real by Andrey Andreev · 8 years ago
  6. 9fd9248 Fix #4679 by Andrey Andreev · 8 years ago
  7. cd3d595 Fix #4563 by Andrey Andreev · 9 years ago
  8. 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
  9. bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
  10. 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
  11. e70238e Remove unnecessary count() calls from _sanitize_globals() by Andrey Andreev · 9 years ago
  12. dd28a88 Move csrf_verify() call out of _sanitize_globals() by Andrey Andreev · 9 years ago
  13. d45180c Fix #4056 by Andrey Andreev · 9 years ago
  14. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  15. b763948 Fix #3890 by Andrey Andreev · 9 years ago
  16. 0fc46ca Updated CI_Input unit test and fixed error "undefined offset" caused by using the same variable name, $i, twice for for loop inside for loop. by Heesung Ahn · 10 years ago
  17. 52caf59 Make CI_Input:: read-only as well by Andrey Andreev · 10 years ago
  18. 7d365dc Fix #3633 by Andrey Andreev · 10 years ago
  19. 88fd8e4 Eh ... really fix that notice (#3604) by Andrey Andreev · 10 years ago
  20. d0ac8b1 Fix an E_NOTICE caused by #3604 by Andrey Andreev · 10 years ago
  21. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  22. 1e35792 Update Input.php by Ignasimg · 10 years ago
  23. cae9588 funny tabs & spaces added and removed. by Ignasimg · 10 years ago
  24. 0b5569f Added support for raw_input_stream property. by Ignasimg · 10 years ago
  25. a8c964c documentation changes by Ignasimg · 10 years ago
  26. d02a69a a tiny change by İrfan Evrens · 10 years ago
  27. f9fbf11 Update Input.php by Ignasimg · 10 years ago
  28. 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
  29. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  30. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  31. 6b3bf4c Fix an error from the previous commit by Andrey Andreev · 10 years ago
  32. ef29f83 Some optimizations & polishing following PR #3381 by Andrey Andreev · 10 years ago
  33. ff89a4e Added changelog entry updated documentation Fixed code style. by Ahmad Anbar · 10 years ago
  34. 89432af Allow pulling multiple get/post ...etc at once by Ahmad Anbar · 10 years ago
  35. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  36. d444d44 config_item() to return NULL instead of FALSE for non-existing items by Andrey Andreev · 10 years ago
  37. f112e4a fix doc block get_request_header() by Adriano Rosa · 10 years ago
  38. dc134a8 [ci skip] Update a comment for CI_Input::input_stream() by Andrey Andreev · 11 years ago
  39. b78a8c7 Fix #3004 by Andrey Andreev · 11 years ago
  40. efc08e9 Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa by Andrey Andreev · 11 years ago
  41. 28eca65 remove eol by fabianozenatti · 11 years ago
  42. 523cda3 Fix typo in CI_Input constructor by fabianozenatti · 11 years ago
  43. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  44. 8850e37 Add parameter to CI_Input::user_agent() by Andrey Andreev · 11 years ago
  45. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  46. 871754a 2013 > 2014 by darwinel · 11 years ago
  47. 7c60b12 CI_Input tweaks by Andrey Andreev · 11 years ago
  48. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  49. 80a16b1 Fix #346 by Andrey Andreev · 11 years ago
  50. 5ac428b Fix #148 by Andrey Andreev · 11 years ago
  51. 8f5420b Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), delete_cookie()'s first (name) parameter mandatory by Andrey Andreev · 11 years ago
  52. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  53. fd0aabb Fix issue #33 by Andrey Andreev · 11 years ago
  54. 441fd26 Input class: change behavior of get_post() method, add post_get() method by vlakoff · 11 years ago
  55. 40d1249 Replace php_sapi_name() function with PHP_SAPI constant by vlakoff · 11 years ago
  56. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  57. 8347f91 See #2409: Avoid overwriting global $_SERVER and set Content-Type to protected property; by CJ · 12 years ago
  58. c5c522a #2409: Force Content Type to go through camelization; by CJ · 12 years ago
  59. d195f22 See #2409: Reformating and code cleanup for request_headers; by CJ · 12 years ago
  60. d08e18c See #2409: Remove double replacing of dashes and instead change `Content-Type` to `CONTENT_TYPE` by CJ · 12 years ago
  61. 71cff1d #2409: Updated based on feedback by @narfbg; by CJ · 12 years ago
  62. 826990f apache_request_headers need not go through recapitalization of incoming by CJ · 12 years ago
  63. 408cbb4 Code style fix by nisheeth-barthwal · 12 years ago
  64. 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
  65. 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
  66. 7b1a2f1 Changed "else if" to "elseif" by nisheeth-barthwal · 12 years ago
  67. a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
  68. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  69. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  70. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  71. b75e13d Fix newline standardization. by Eric Roberts · 12 years ago
  72. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  73. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  74. c82b57b Fixed normalization of headers under Apache by Daniel Hunsaker · 12 years ago
  75. 77bd21b Fix CI_Input::get() and CI_Input::post() not returning array when a key is not specified by Andrey Andreev · 12 years ago
  76. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  77. 303eef0 Added CI_Input::input_stream() by Andrey Andreev · 12 years ago
  78. 8e8937b Merge pull request #1730 from damao/develop by Alex Bilbie · 12 years ago
  79. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  80. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  81. 8b9aa17 Remove extra new lines by vkeranov · 12 years ago
  82. 1887ec6 Input class improvements by Andrey Andreev · 12 years ago
  83. 82d2cf1 Fix CI_Input::ip_address() subnet detection by Andrey Andreev · 12 years ago
  84. 9df35b4 Remove an unnecessary variable initialization by Andrey Andreev · 12 years ago
  85. ea7a866 Merge changes from develop by Andrey Andreev · 12 years ago
  86. e45ad2b Merge changes from 2.1-stable by Andrey Andreev · 12 years ago
  87. 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
  88. 5b92ae1 Misc. style fixes [ci skip] by Andrey Andreev · 12 years ago
  89. 14c9331 Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy by Adam McCann · 12 years ago
  90. 3c0846b China's biggest ICP China Telecom will hijack user and leave a cookie contains | . by bigCat · 12 years ago
  91. 8960acf Update system/core/Input.php by Jordan Pittman · 12 years ago
  92. a5a7135 Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy IPs config option by Jordan Pittman · 12 years ago
  93. 0d2c06e Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest by Andrey Andreev · 12 years ago
  94. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 12 years ago
  95. 1ab6f65 removed ip_version() by Joffrey Jaffeux · 12 years ago
  96. 1eb9b12 styling guide false -> FALSE by Joffrey Jaffeux · 12 years ago
  97. 908f36a ip_version() now returns int instead of string by Joffrey Jaffeux · 12 years ago
  98. 0723617 follow styling guide by Joffrey Jaffeux · 12 years ago
  99. c28b651 Add support for ipv6 by Joffrey Jaffeux · 12 years ago
  100. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 12 years ago