1. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  2. 871754a 2013 > 2014 by darwinel · 11 years ago
  3. 7c60b12 CI_Input tweaks by Andrey Andreev · 11 years ago
  4. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  5. 80a16b1 Fix #346 by Andrey Andreev · 11 years ago
  6. 5ac428b Fix #148 by Andrey Andreev · 11 years ago
  7. 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
  8. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  9. fd0aabb Fix issue #33 by Andrey Andreev · 11 years ago
  10. 441fd26 Input class: change behavior of get_post() method, add post_get() method by vlakoff · 11 years ago
  11. 40d1249 Replace php_sapi_name() function with PHP_SAPI constant by vlakoff · 11 years ago
  12. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  13. 8347f91 See #2409: Avoid overwriting global $_SERVER and set Content-Type to protected property; by CJ · 12 years ago
  14. c5c522a #2409: Force Content Type to go through camelization; by CJ · 12 years ago
  15. d195f22 See #2409: Reformating and code cleanup for request_headers; by CJ · 12 years ago
  16. d08e18c See #2409: Remove double replacing of dashes and instead change `Content-Type` to `CONTENT_TYPE` by CJ · 12 years ago
  17. 71cff1d #2409: Updated based on feedback by @narfbg; by CJ · 12 years ago
  18. 826990f apache_request_headers need not go through recapitalization of incoming by CJ · 12 years ago
  19. 408cbb4 Code style fix by nisheeth-barthwal · 12 years ago
  20. 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
  21. 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
  22. 7b1a2f1 Changed "else if" to "elseif" by nisheeth-barthwal · 12 years ago
  23. a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
  24. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  25. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  26. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  27. b75e13d Fix newline standardization. by Eric Roberts · 12 years ago
  28. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  29. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  30. c82b57b Fixed normalization of headers under Apache by Daniel Hunsaker · 12 years ago
  31. 77bd21b Fix CI_Input::get() and CI_Input::post() not returning array when a key is not specified by Andrey Andreev · 12 years ago
  32. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  33. 303eef0 Added CI_Input::input_stream() by Andrey Andreev · 12 years ago
  34. 8e8937b Merge pull request #1730 from damao/develop by Alex Bilbie · 12 years ago
  35. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  36. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  37. 8b9aa17 Remove extra new lines by vkeranov · 12 years ago
  38. 1887ec6 Input class improvements by Andrey Andreev · 12 years ago
  39. 82d2cf1 Fix CI_Input::ip_address() subnet detection by Andrey Andreev · 12 years ago
  40. 9df35b4 Remove an unnecessary variable initialization by Andrey Andreev · 12 years ago
  41. ea7a866 Merge changes from develop by Andrey Andreev · 12 years ago
  42. e45ad2b Merge changes from 2.1-stable by Andrey Andreev · 12 years ago
  43. 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
  44. 5b92ae1 Misc. style fixes [ci skip] by Andrey Andreev · 12 years ago
  45. 14c9331 Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy by Adam McCann · 12 years ago
  46. 3c0846b China's biggest ICP China Telecom will hijack user and leave a cookie contains | . by bigCat · 12 years ago
  47. 8960acf Update system/core/Input.php by Jordan Pittman · 13 years ago
  48. a5a7135 Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy IPs config option by Jordan Pittman · 13 years ago
  49. 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 · 13 years ago
  50. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  51. 1ab6f65 removed ip_version() by Joffrey Jaffeux · 13 years ago
  52. 1eb9b12 styling guide false -> FALSE by Joffrey Jaffeux · 13 years ago
  53. 908f36a ip_version() now returns int instead of string by Joffrey Jaffeux · 13 years ago
  54. 0723617 follow styling guide by Joffrey Jaffeux · 13 years ago
  55. c28b651 Add support for ipv6 by Joffrey Jaffeux · 13 years ago
  56. 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
  57. ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
  58. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  59. 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
  60. e574115 Reverted recent commit, cookie_prefix was breaking things. by Phil Sturgeon · 13 years ago
  61. 03edf58 Update system/core/Input.php by ziv · 13 years ago
  62. 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
  63. 67cb3ee Fix syntax error by Timothy Warren · 13 years ago
  64. 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
  65. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  66. 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
  67. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  68. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  69. 7c8841f comment fix by Michiel Vugteveen · 13 years ago
  70. 704fb16 oops by Michiel Vugteveen · 13 years ago
  71. dc900df removed is_method by Michiel Vugteveen · 13 years ago
  72. be0ca26 added method() and is_method() by Michiel Vugteveen · 13 years ago
  73. 773e117 Remove a few spaces by Andrey Andreev · 13 years ago
  74. 9448afb Fix CI_Input::is_ajax_request() by Andrey Andreev · 13 years ago
  75. d63e401 Adding in a few 503 status codes for common errors in response to this ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 by Kevin Cupp · 13 years ago
  76. 90cfe14 Switch private methods to protected by Andrey Andreev · 13 years ago
  77. 1377497 Switch some public properties to protected by Andrey Andreev · 13 years ago
  78. 64e98aa Improve code Input & Model libraries by Andrey Andreev · 13 years ago
  79. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  80. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  81. 75b1f39 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  82. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  83. af72862 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  84. 8d263b0 Suppress warnings generated by get_magic_quotes_gpc() (issue #467) by Andrey Andreev · 13 years ago
  85. 4721379 Update: change _fetch_from_array form private to protected by Bo-Yi Wu · 13 years ago
  86. 013c895 Update: modified return bool value on comment by Bo-Yi Wu · 13 years ago
  87. 4ddee14 Update: check filter_var function exist by Bo-Yi Wu · 13 years ago
  88. 4db872f Update: add public or private prefix. by Bo-Yi Wu · 13 years ago
  89. c9f84c1 Update: if php version >= 5.2, use filter_var to check validate ip. by Bo-Yi Wu · 13 years ago
  90. 38e4a77 Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  91. 16f27b4 Changed order by John Bellone · 13 years ago
  92. 52c10b6 Making changes to stop remote spoofing by John Bellone · 13 years ago
  93. 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  94. cda768a Added some docs to CI core files by David Behler · 13 years ago
  95. 9b5df59 Added some docs to CI core files by David Behler · 13 years ago
  96. fe1d45a Fixed conflicts. by Phil Sturgeon · 13 years ago
  97. c5dccf7 Get php_sapi_name() == 'cli' involved in the 'is this the command line?' decision. by Phil Sturgeon · 13 years ago
  98. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  99. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  100. 114ab09 Fixed double-space typo. by Razican · 14 years ago