Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-09-15 | Missing character in the evil attributes pattern | Andrey Andreev | 1 | -1/+1 |
2015-09-14 | Another addition to tag detection patterns in xss_clean() | Andrey Andreev | 1 | -1/+4 |
2015-09-14 | Close #4098 | Andrey Andreev | 1 | -2/+18 |
2015-09-14 | Fix #4109 | Andrey Andreev | 1 | -20/+22 |
2015-09-14 | Add 'eval' to a JS blacklist in xss_clean() | Andrey Andreev | 1 | -7/+10 |
2015-09-14 | Move _remove_evil_attributes() call | Andrey Andreev | 1 | -4/+3 |
2015-09-11 | Harden xss_clean() more | Andrey Andreev | 1 | -5/+37 |
2015-09-11 | Improve on previous commit | Andrey Andreev | 1 | -1/+1 |
2015-09-11 | Replace the latest XSS patches | Andrey Andreev | 1 | -9/+21 |
2015-09-10 | Last commit didn't adjust a RE index | Andrey Andreev | 1 | -1/+1 |
2015-09-10 | Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4 | Andrey Andreev | 1 | -2/+2 |
2015-09-10 | Fix #4106 | Andrey Andreev | 1 | -2/+2 |
2015-09-07 | Remove unnecessary count() calls from _sanitize_globals() | Andrey Andreev | 1 | -3/+3 |
2015-09-07 | Move csrf_verify() call out of _sanitize_globals() | Andrey Andreev | 1 | -6/+6 |
2015-08-17 | Allow capitals in the middle of model names | Andrey Andreev | 1 | -1/+1 |
2015-08-15 | Fix #4056 | Andrey Andreev | 1 | -1/+1 |
2015-08-14 | Fix #4052 | Andrey Andreev | 1 | -20/+0 |
2015-08-13 | Fix typo in comments | Claudio Galdiolo | 1 | -1/+1 |
2015-08-07 | [ci skip] Start of 3.0.2-dev | Andrey Andreev | 1 | -1/+1 |
2015-08-05 | Fix #4027 | Andrey Andreev | 1 | -8/+12 |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 2 | -3/+3 |
2015-07-28 | Fix #4005 | Andrey Andreev | 1 | -1/+1 |
2015-07-27 | Close #4004 | Andrey Andreev | 1 | -1/+3 |
2015-07-24 | Fixed typos | Calvin Tam | 1 | -1/+1 |
2015-07-22 | Remove eval()-related logic from function_exists() | Andrey Andreev | 1 | -13/+3 |
2015-07-22 | Add class_exists() checks to CI_Loader::model() | Andrey Andreev | 1 | -12/+26 |
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -1/+1 |
2015-07-17 | Fix #3752 | Andrey Andreev | 1 | -21/+22 |
2015-07-15 | [ci skip] Revert styleguide violations from PR #3828 | Andrey Andreev | 1 | -3/+3 |
2015-07-15 | Merge branch 'patch-1' of github.com:w0den/CodeIgniter into feature/output_cache | Andrey Andreev | 1 | -7/+28 |
2015-07-15 | Fix a Typo | Mohammad Sadegh Dehghan Niri | 1 | -1/+1 |
2015-07-06 | fix typo in router class | ftwbzhao | 1 | -1/+1 |
2015-06-08 | Fix #3890 | Andrey Andreev | 1 | -5/+13 |
2015-05-11 | Improve Cache Query String behaviour | w0den | 1 | -6/+27 |
2015-05-02 | Bug Fix manually delete caching method | w0den | 1 | -1/+1 |
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 |
2015-04-08 | typo | mult1mate | 1 | -1/+1 |
2015-04-04 | Fix #3733 | Andrey Andreev | 1 | -4/+1 |
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 |
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 |
2015-03-30 | Use tabs instead of spaces | Cyrille TOULET | 1 | -11/+11 |
2015-03-29 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -8/+11 |