Age | Commit message (Expand) | Author | Files | Lines |
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -4/+5 |
2014-01-08 | Fix #346 | Andrey Andreev | 1 | -14/+24 |
2014-01-08 | Fix #148 | Andrey Andreev | 1 | -4/+6 |
2014-01-06 | Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), de... | Andrey Andreev | 1 | -1/+1 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 1 | -3/+4 |
2013-09-23 | Fix issue #33 | Andrey Andreev | 1 | -7/+24 |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -1/+17 |
2013-08-06 | Replace php_sapi_name() function with PHP_SAPI constant | vlakoff | 1 | -1/+1 |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -1/+1 |
2013-04-17 | See #2409: Avoid overwriting global $_SERVER and set Content-Type to protecte... | CJ | 1 | -1/+1 |
2013-04-17 | #2409: Force Content Type to go through camelization; | CJ | 1 | -1/+1 |
2013-04-16 | See #2409: Reformating and code cleanup for request_headers; | CJ | 1 | -15/+8 |
2013-04-16 | See #2409: Remove double replacing of dashes and instead change `Content-Type... | CJ | 1 | -2/+2 |
2013-04-16 | #2409: Updated based on feedback by @narfbg; | CJ | 1 | -2/+8 |
2013-04-16 | apache_request_headers need not go through recapitalization of incoming | CJ | 1 | -8/+8 |
2013-03-26 | Code style fix | nisheeth-barthwal | 1 | -1/+1 |
2013-03-26 | Code fixes in line with suggestions | nisheeth-barthwal | 1 | -5/+6 |
2013-03-25 | Simplified notation parsing and other cosmetic fixes | nisheeth-barthwal | 1 | -31/+16 |
2013-03-25 | Changed "else if" to "elseif" | nisheeth-barthwal | 1 | -1/+1 |
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 1 | -19/+13 |
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -16/+58 |
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 1 | -1/+1 |
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 1 | -2/+2 |
2013-01-28 | Fix newline standardization. | Eric Roberts | 1 | -2/+2 |
2013-01-25 | Updated all cases of exit() to return a valid code | Daniel Hunsaker | 1 | -1/+2 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-31 | Fixed normalization of headers under Apache | Daniel Hunsaker | 1 | -1/+1 |
2012-11-20 | Fix CI_Input::get() and CI_Input::post() not returning array when a key is no... | Andrey Andreev | 1 | -2/+12 |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 |
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -0/+41 |
2012-11-05 | Merge pull request #1730 from damao/develop | Alex Bilbie | 1 | -1/+1 |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -6/+2 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -1/+0 |
2012-10-27 | Input class improvements | Andrey Andreev | 1 | -107/+121 |
2012-10-13 | Fix CI_Input::ip_address() subnet detection | Andrey Andreev | 1 | -20/+28 |
2012-10-09 | Remove an unnecessary variable initialization | Andrey Andreev | 1 | -1/+1 |
2012-10-09 | Merge changes from develop | Andrey Andreev | 1 | -13/+3 |
2012-10-09 | Merge changes from 2.1-stable | Andrey Andreev | 1 | -49/+48 |
2012-10-06 | Add IPv6 and array() support for *proxy_ips* configuration | Andrey Andreev | 1 | -42/+99 |
2012-10-04 | Misc. style fixes [ci skip] | Andrey Andreev | 1 | -8/+12 |
2012-09-20 | Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy | Adam McCann | 1 | -1/+1 |
2012-08-20 | China's biggest ICP China Telecom will hijack user and leave a cookie contain... | bigCat | 1 | -1/+1 |
2012-07-23 | Update system/core/Input.php | Jordan Pittman | 1 | -11/+17 |
2012-07-21 | Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy... | Jordan Pittman | 1 | -2/+19 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -4/+16 |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -21/+1 |
2012-06-06 | styling guide false -> FALSE | Joffrey Jaffeux | 1 | -1/+1 |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 1 | -3/+3 |