summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Fix an error from the previous commitAndrey Andreev1-1/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-14/+5
2014-12-02Added changelog entryAhmad Anbar1-6/+6
2014-12-02Allow pulling multiple get/post ...etc at onceAhmad Anbar1-0/+12
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
2014-10-03fix doc block get_request_header()Adriano Rosa1-1/+1
2014-05-08[ci skip] Update a comment for CI_Input::input_stream()Andrey Andreev1-2/+2
2014-04-15Fix #3004Andrey Andreev1-50/+1
2014-04-15Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aaAndrey Andreev1-1/+1
2014-03-21remove eolfabianozenatti1-1/+1
2014-03-21Fix typo in CI_Input constructorfabianozenatti1-2/+2
2014-03-13Partially revert PR #2190Andrey Andreev1-1/+1
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-14/+2
2014-02-24Don't use globalsAndrey Andreev1-4/+2
2014-02-112013 > 2014darwinel1-1/+1
2014-02-08CI_Input tweaksAndrey Andreev1-65/+20
2014-01-08Make newline standardization configurableAndrey Andreev1-4/+5
2014-01-08Fix #346Andrey Andreev1-14/+24
2014-01-08Fix #148Andrey Andreev1-4/+6
2014-01-06Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), de...Andrey Andreev1-1/+1
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev1-3/+4
2013-09-23Fix issue #33Andrey Andreev1-7/+24
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-1/+17
2013-08-06Replace php_sapi_name() function with PHP_SAPI constantvlakoff1-1/+1
2013-08-06Various typos and tabs adjustmentsvlakoff1-1/+1
2013-04-17See #2409: Avoid overwriting global $_SERVER and set Content-Type to protecte...CJ1-1/+1
2013-04-17#2409: Force Content Type to go through camelization;CJ1-1/+1
2013-04-16See #2409: Reformating and code cleanup for request_headers;CJ1-15/+8
2013-04-16See #2409: Remove double replacing of dashes and instead change `Content-Type...CJ1-2/+2
2013-04-16#2409: Updated based on feedback by @narfbg;CJ1-2/+8
2013-04-16apache_request_headers need not go through recapitalization of incomingCJ1-8/+8
2013-03-26Code style fixnisheeth-barthwal1-1/+1
2013-03-26Code fixes in line with suggestionsnisheeth-barthwal1-5/+6
2013-03-25Simplified notation parsing and other cosmetic fixesnisheeth-barthwal1-31/+16
2013-03-25Changed "else if" to "elseif"nisheeth-barthwal1-1/+1
2013-03-23Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.nisheeth-barthwal1-19/+13
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-16/+58
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker1-1/+1
2013-02-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker1-2/+2
2013-01-28Fix newline standardization.Eric Roberts1-2/+2
2013-01-25Updated all cases of exit() to return a valid codeDaniel Hunsaker1-1/+2
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-31Fixed normalization of headers under ApacheDaniel Hunsaker1-1/+1
2012-11-20Fix CI_Input::get() and CI_Input::post() not returning array when a key is no...Andrey Andreev1-2/+12
2012-11-12Some micro-optimizationsAndrey Andreev1-2/+2
2012-11-06Added CI_Input::input_stream()Andrey Andreev1-0/+41
2012-11-05Merge pull request #1730 from damao/developAlex Bilbie1-1/+1
2012-11-02Some micro-optimizationsAndrey Andreev1-6/+2
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2