summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-09[ci skip] Some adjustments to the old Encrypt library docsAndrey Andreev1-13/+19
2014-02-09Merge branch 'develop' into 'feature/encryption'Andrey Andreev74-5068/+6497
2014-02-09Merge pull request #2866 from darwinel/developAndrey Andreev1-1/+1
2014-02-09back to originaldarwinel1-2/+2
2014-02-09change back to originaldarwinel1-4/+4
2014-02-09Style Guidedarwinel1-1/+1
2014-02-09CodeIgniter support some basic web security by default!darwinel1-4/+4
2014-02-08[ci skip] Deprecate the Javascript libraryAndrey Andreev3-2/+16
2014-02-08Deprecate CI_Config::system_url()Andrey Andreev3-1/+19
2014-02-08Add method chaining support to CI_TableAndrey Andreev3-40/+53
2014-02-08Add method chaining support to Calendar & Pagination libsAndrey Andreev5-7/+18
2014-02-08Method chaining support for FV set_data(), reset_validation()Andrey Andreev2-4/+9
2014-02-08CI_Input tweaksAndrey Andreev2-75/+30
2014-02-08Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make s...Andrey Andreev3-3/+3
2014-02-08Merge branch 'feature/user-guide-cleanup' into developAndrey Andreev65-4956/+6369
2014-02-08[ci skip] Add return types to library docsAndrey Andreev28-666/+836
2014-02-08Merge pull request #2863 from darwinel/developAndrey Andreev1-1/+1
2014-02-08Small Style fixdarwinel1-1/+1
2014-02-07[ci skip] Add return types to common and error handling functions docsAndrey Andreev2-25/+25
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev21-326/+361
2014-02-07[ci skip] Fix class reference sections of Image_lib, Parser and User agent docsAndrey Andreev3-2/+9
2014-02-07[ci skip] Really fix wrong doc referencesAndrey Andreev1-2/+2
2014-02-07[ci skip] Really fix wrong doc referencesAndrey Andreev2-2/+2
2014-02-07Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-1/+1
2014-02-07[ci skip] Fix a wrong reference in the docsAndrey Andreev1-1/+1
2014-02-07[ci skip] Re-format changelog entriesAndrey Andreev1-93/+92
2014-02-07[ci skip] Replace :php:func: usage with just :func:Andrey Andreev3-14/+14
2014-02-07[ci skip] Some adjustments to the Javascript library docsAndrey Andreev1-28/+48
2014-02-07Merge branch 'develop' into 'feature/user-guide-cleanup'Andrey Andreev19-32/+70
2014-02-07Merge branch 'develop' into feature/encryptionAndrey Andreev3-4/+3
2014-02-07Use is_really_writable() in captcha helperAndrey Andreev1-1/+1
2014-02-07Fix conflictsAndrey Andreev0-0/+0
2014-02-07Use is_really_writable() in get_file_info()Andrey Andreev1-2/+1
2014-02-07Merge pull request #2859 from vivekdinesh/typo-fixAndrey Andreev1-1/+1
2014-02-07Typo FixVivek Dinesh1-1/+1
2014-02-07CI_Encryption: Optimizations and test casesAndrey Andreev3-92/+324
2014-02-06Merge pull request #2857 from vivekdinesh/typo-fixAndrey Andreev1-1/+1
2014-02-06Typo FixVivek Dinesh1-1/+1
2014-02-06Merge changes from developAndrey Andreev3-3/+12
2014-02-06Make CI_Session's HMAC comparison time-attack-safeAndrey Andreev1-1/+9
2014-02-06CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibilityAndrey Andreev2-15/+73
2014-02-06CI_Encryption: Time-attack-safe HMAC verificationAndrey Andreev1-4/+18
2014-02-05Fix #2856Andrey Andreev2-2/+3
2014-02-05CI_Encryption: HMAC to not be derived from the encryption keyAndrey Andreev2-62/+62
2014-02-05More CI_Encryption improvementsAndrey Andreev2-49/+10
2014-02-05CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MO...Andrey Andreev2-30/+115
2014-02-05CI_Encryption: Add Blowfish to compatibility listAndrey Andreev2-12/+14
2014-02-05CI_Encryption: Work around MCrypt's dumb behavior in ECB modeAndrey Andreev1-49/+65
2014-02-05Merge branch 'develop' into feature/encryptionAndrey Andreev4-2/+22
2014-02-05Integrate CI_Encryption into the frameworkAndrey Andreev5-36/+61