- e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 8b9aa17 Remove extra new lines by vkeranov · 12 years ago
- 1887ec6 Input class improvements by Andrey Andreev · 12 years ago
- 82d2cf1 Fix CI_Input::ip_address() subnet detection by Andrey Andreev · 12 years ago
- 9df35b4 Remove an unnecessary variable initialization by Andrey Andreev · 12 years ago
- ea7a866 Merge changes from develop by Andrey Andreev · 12 years ago
- e45ad2b Merge changes from 2.1-stable by Andrey Andreev · 12 years ago
- 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
- 5b92ae1 Misc. style fixes [ci skip] by Andrey Andreev · 12 years ago
- 14c9331 Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy by Adam McCann · 12 years ago
- 8960acf Update system/core/Input.php by Jordan Pittman · 13 years ago
- 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
- 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
- 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
- 1ab6f65 removed ip_version() by Joffrey Jaffeux · 13 years ago
- 1eb9b12 styling guide false -> FALSE by Joffrey Jaffeux · 13 years ago
- 908f36a ip_version() now returns int instead of string by Joffrey Jaffeux · 13 years ago
- 0723617 follow styling guide by Joffrey Jaffeux · 13 years ago
- c28b651 Add support for ipv6 by Joffrey Jaffeux · 13 years ago
- 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
- ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
- 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
- 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
- e574115 Reverted recent commit, cookie_prefix was breaking things. by Phil Sturgeon · 13 years ago
- 03edf58 Update system/core/Input.php
by ziv · 13 years ago
- 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
- 67cb3ee Fix syntax error by Timothy Warren · 13 years ago
- 40403d2 Additional formatting fixes by Timothy Warren · 13 years ago
- 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
- 1ae6516 Remove PHP 5.1.6-specific code by Andrey Andreev · 13 years ago
- 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 7c8841f comment fix by Michiel Vugteveen · 13 years ago
- 704fb16 oops by Michiel Vugteveen · 13 years ago
- dc900df removed is_method by Michiel Vugteveen · 13 years ago
- be0ca26 added method() and is_method() by Michiel Vugteveen · 13 years ago
- 773e117 Remove a few spaces by Andrey Andreev · 13 years ago
- 9448afb Fix CI_Input::is_ajax_request() by Andrey Andreev · 13 years ago
- 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
- 90cfe14 Switch private methods to protected by Andrey Andreev · 13 years ago
- 1377497 Switch some public properties to protected by Andrey Andreev · 13 years ago
- 64e98aa Improve code Input & Model libraries by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
- 75b1f39 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- af72862 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
- 8d263b0 Suppress warnings generated by get_magic_quotes_gpc() (issue #467) by Andrey Andreev · 13 years ago
- 4721379 Update: change _fetch_from_array form private to protected by Bo-Yi Wu · 13 years ago
- 013c895 Update: modified return bool value on comment by Bo-Yi Wu · 13 years ago
- 4ddee14 Update: check filter_var function exist by Bo-Yi Wu · 13 years ago
- 4db872f Update: add public or private prefix. by Bo-Yi Wu · 13 years ago
- c9f84c1 Update: if php version >= 5.2, use filter_var to check validate ip. by Bo-Yi Wu · 13 years ago
- 38e4a77 Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into develop by Phil Sturgeon · 13 years ago
- 16f27b4 Changed order by John Bellone · 13 years ago
- 52c10b6 Making changes to stop remote spoofing by John Bellone · 13 years ago
- 4fbda2a881 Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
- cda768a Added some docs to CI core files by David Behler · 13 years ago
- 9b5df59 Added some docs to CI core files by David Behler · 13 years ago
- fe1d45a Fixed conflicts. by Phil Sturgeon · 13 years ago
- c5dccf7 Get php_sapi_name() == 'cli' involved in the 'is this the command line?' decision. by Phil Sturgeon · 13 years ago
- 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
- 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
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 14a0ac6 Moving security to core. by Pascal Kriete · 14 years ago
- 82f9b15 Standardized newlines even more extensively in Input class. by Phil Sturgeon · 14 years ago
- 9aa7dc9 Bugfix in foreach-loop ('name' must be last, as it also is the array's name); consistent handling for 'cookie_secure' config item by tobiasbg · 14 years ago
- 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
- d8d1e24 Secure cookies can now be made with the set_cookie() helper and Input Class method. by Phil Sturgeon · 14 years ago
- 44f2105 Input post() and get() will now return a full array if the first argument is not provided. by Phil Sturgeon · 14 years ago
- d98325d Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor by Phil Sturgeon · 14 years ago
- 5d5895f Whitespace cleanup in core/ by Pascal Kriete · 14 years ago
- ff1cfa1 Updated the post method and added the new functionality to the get method also by vascopj · 14 years ago
- d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
- 0ba58b8 A change to pass all fields back if there are no fields passed into the "post" method. by vascopj · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- aaec1e4 Renaming the unicode class to utf8 so we don't run the risk of violating the Unicode Consortium's trademark. by Pascal Kriete · 14 years ago
- c382871 Reverted regex validation while we re-think the implementation, and added ->input->is_cli_request(); by Phil Sturgeon · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
- 65d603e Added full Query String and $_GET array support. This is enabled by default. Added a seperate config option to enable/disable the $_GET array. by Dan Horrigan · 14 years ago
- fd69489 Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change will check the function exists before calling it in Input. by Phil Sturgeon · 14 years ago
- 2fae66e Fix #260 - tightening up the is_ajax_request() method in the Input class. Thanks sophistry for the suggestion by Greg Aker · 14 years ago
- 081ac9d Adding is_ajax_request() method to CI_Input by Greg Aker · 14 years ago
- ec2f571 Adding request_headers() and get_request_header() methods to the input class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist. by Greg Aker · 14 years ago
- a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
- 69fc4fc significant rewrite to Input class by Derek Jones · 15 years ago
- c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
- b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/libraries/Input.php]
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- e24f61a added hyphens to allowed characters in GET keys and vals in submitted URLs in xss_clean() by Derek Jones · 15 years ago
- 16d40d7 Fixed a case sensitive string replacement, simplified redundant string replacement by Derek Jones · 16 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 42b2e17 ... replaced $CFG->item() with config_item() by Derek Jones · 16 years ago
- 97707cc replaced $this->config-> with $CFG-> in ip_address() by Derek Jones · 16 years ago
- c597228 added proxy_ips config item to whitelist reverse proxy servers to use the HTTP_X_FORWARDED_FOR header safely to determine the visitor's IP address by Derek Jones · 16 years ago