Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -5/+13 | |
2015-04-23 | Output cache: Fixing a wrong timestamp. Credits to khoggatt (CodeIgniter forum). | Ivan Tcholakov | 1 | -1/+1 | |
2015-04-20 | [ci skip] Remove whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-04-14 | Status Code Definitions | ftwbzhao | 1 | -0/+4 | |
2015-04-08 | [ci skip] Fix comment typos | Andrey Andreev | 1 | -1/+1 | |
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762 | |||||
2015-04-08 | typo | mult1mate | 1 | -1/+1 | |
2015-04-04 | Fix #3733 | Andrey Andreev | 1 | -4/+1 | |
Close #3734 | |||||
2015-04-01 | [ci skip] Update version numbers | Andrey Andreev | 1 | -1/+1 | |
2015-04-01 | Mitigate potential DoS attacks against hash_pbkdf2() | Andrey Andreev | 1 | -2/+49 | |
Related: #3720 | |||||
2015-03-31 | [ci skip] Fix a wrong docblock link | Andrey Andreev | 1 | -1/+1 | |
2015-03-31 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -1/+1 | |
2015-03-31 | [ci skip] Update version number | Andrey Andreev | 1 | -1/+1 | |
2015-03-30 | Fix whitespace in previous commit | mwhitneysdsu | 1 | -1/+1 | |
2015-03-30 | Fix logged path to match checked path in loader | mwhitneysdsu | 1 | -1/+1 | |
This is to fix a logged path missed in 8f5c1780706113c926bb7801db27dbae97d00fcf | |||||
2015-03-30 | Use tabs instead of spaces | Cyrille TOULET | 1 | -11/+11 | |
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com> | |||||
2015-03-29 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -8/+11 | |
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com> | |||||
2015-03-27 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -2/+2 | |
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com> | |||||
2015-03-26 | Minor fixes in CI_Security::entity_decode() | Andrey Andreev | 1 | -4/+4 | |
2015-03-26 | Add FSCommand and seekSegmentTime to evil HTML attributes list | Andrey Andreev | 1 | -1/+1 | |
2015-03-25 | Merge pull request #3696 from logsdon/develop | Andrey Andreev | 1 | -0/+5 | |
Allow html_escape() to accept empty arrays | |||||
2015-03-25 | Remove comment | Joshua Logsdon | 1 | -1/+0 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Return empty $var immediately | Joshua Logsdon | 1 | -6/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 | |
Related: #3692 | |||||
2015-03-24 | array_fill() throws an error if count($var) is 0 | Joshua Logsdon | 1 | -0/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-18 | Updated CI_Input unit test and fixed error "undefined offset" caused by ↵ | Heesung Ahn | 1 | -2/+2 | |
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-15 | [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config | Andrey Andreev | 1 | -1/+1 | |
2015-03-12 | Correct a comment link typo | bjjay | 1 | -1/+1 | |
2015-03-05 | Fix #3642 | Andrey Andreev | 1 | -7/+5 | |
2015-03-03 | Remove an unused var in CI_Log | Andrey Andreev | 1 | -8/+1 | |
Was suggested as part of PR #3630, which was rejected due to numerous other changes | |||||
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -1/+5 | |
2015-02-27 | Fix #3633 | Andrey Andreev | 1 | -0/+1 | |
2015-02-27 | Eh ... really fix that notice (#3604) | Andrey Andreev | 1 | -0/+2 | |
2015-02-27 | Fix an E_NOTICE caused by #3604 | Andrey Andreev | 1 | -13/+30 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -1/+15 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update Input.php | Ignasimg | 1 | -3/+3 | |
2015-02-26 | funny tabs & spaces added and removed. | Ignasimg | 1 | -18/+20 | |
2015-02-22 | Common.php: set_status_header: Improve | Fieah | 1 | -46/+45 | |
1. Verify $code before define $stati 2. Only convert $code to int and define $stati when needed, possibly can save some memory. | |||||
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -53/+28 | |
2015-02-19 | Make set_status_header() a dummy under CLI | Andrey Andreev | 1 | -0/+5 | |
Close #3605 | |||||
2015-02-19 | documentation changes | Ignasimg | 1 | -8/+8 | |
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -28/+25 | |
Revert "fixes" for #167, #388, #705 (also #1326) as it turns out URL-decoding isn't compliant with the CGI/1.1 specification. RFC 3875: http://www.faqs.org/rfcs/rfc3875.html | |||||
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 1 | -21/+6 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 2 | -2/+4 | |
2015-02-09 | Fix #3579 | Andrey Andreev | 1 | -2/+2 | |
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Update Input.php | Ignasimg | 1 | -9/+46 | |
Added support for json input stream. (Not tested) | |||||
2015-02-04 | Removed one more return value (CI_Loader::_ci_autoloader) | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-03 | Documentation Fix | natepizzle | 1 | -1/+1 | |
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com> | |||||
2015-01-31 | Reduce once server protocol check | bjjay | 1 | -3/+2 | |