Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -2/+2 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-02 | Fix an error from the previous commit | Andrey Andreev | 1 | -1/+1 |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -14/+5 |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -6/+6 |
2014-12-02 | Allow pulling multiple get/post ...etc at once | Ahmad Anbar | 1 | -0/+12 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 |
2014-10-03 | fix doc block get_request_header() | Adriano Rosa | 1 | -1/+1 |
2014-05-08 | [ci skip] Update a comment for CI_Input::input_stream() | Andrey Andreev | 1 | -2/+2 |
2014-04-15 | Fix #3004 | Andrey Andreev | 1 | -50/+1 |
2014-04-15 | Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa | Andrey Andreev | 1 | -1/+1 |
2014-03-21 | remove eol | fabianozenatti | 1 | -1/+1 |
2014-03-21 | Fix typo in CI_Input constructor | fabianozenatti | 1 | -2/+2 |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 |
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -14/+2 |
2014-02-24 | Don't use globals | Andrey Andreev | 1 | -4/+2 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -65/+20 |
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 |