Age | Commit message (Expand) | Author | Files | Lines |
2014-02-09 | updates per narfbg's comments | Andrew | 1 | -5/+6 |
2014-02-09 | template as array instead of string | Andrew | 1 | -39/+91 |
2014-02-09 | Merge branch 'develop' into 'feature/encryption' | Andrey Andreev | 6 | -42/+56 |
2014-02-08 | [ci skip] Deprecate the Javascript library | Andrey Andreev | 1 | -0/+1 |
2014-02-08 | Add method chaining support to CI_Table | Andrey Andreev | 1 | -34/+38 |
2014-02-08 | Add method chaining support to Calendar & Pagination libs | Andrey Andreev | 2 | -4/+10 |
2014-02-08 | Method chaining support for FV set_data(), reset_validation() | Andrey Andreev | 1 | -2/+5 |
2014-02-08 | Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make s... | Andrey Andreev | 1 | -1/+1 |
2014-02-08 | simplify calendar library | Andrew | 1 | -68/+35 |
2014-02-07 | Merge branch 'develop' into 'feature/user-guide-cleanup' | Andrey Andreev | 2 | -2/+10 |
2014-02-07 | CI_Encryption: Optimizations and test cases | Andrey Andreev | 1 | -26/+18 |
2014-02-06 | Merge changes from develop | Andrey Andreev | 1 | -1/+9 |
2014-02-06 | Make CI_Session's HMAC comparison time-attack-safe | Andrey Andreev | 1 | -1/+9 |
2014-02-06 | CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility | Andrey Andreev | 1 | -15/+50 |
2014-02-06 | CI_Encryption: Time-attack-safe HMAC verification | Andrey Andreev | 1 | -4/+18 |
2014-02-05 | CI_Encryption: HMAC to not be derived from the encryption key | Andrey Andreev | 1 | -58/+56 |
2014-02-05 | More CI_Encryption improvements | Andrey Andreev | 1 | -46/+6 |
2014-02-05 | CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MO... | Andrey Andreev | 1 | -17/+69 |
2014-02-05 | CI_Encryption: Add Blowfish to compatibility list | Andrey Andreev | 1 | -7/+11 |
2014-02-05 | CI_Encryption: Work around MCrypt's dumb behavior in ECB mode | Andrey Andreev | 1 | -49/+65 |
2014-02-05 | Integrate CI_Encryption into the framework | Andrey Andreev | 1 | -25/+30 |
2014-02-04 | CI_Encryption: Remove ARCFour from aliased ciphers due ... | Andrey Andreev | 1 | -4/+2 |
2014-02-04 | CI_Encryption: Fix more errors and add a 'portability' test case | Andrey Andreev | 1 | -17/+17 |
2014-02-04 | Fix a logical error in CI_Encryption | Andrey Andreev | 1 | -3/+3 |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 1 | -10/+10 |
2014-02-04 | CI_Encryption improvements | Andrey Andreev | 1 | -99/+199 |
2014-02-03 | Introducing CI_Encryption (a CI_Encrypt replacement) | Andrey Andreev | 1 | -0/+718 |
2014-01-28 | Fix #2844 | Andrey Andreev | 1 | -1/+1 |
2014-01-24 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 2 | -41/+50 |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 2 | -41/+50 |
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 24 | -417/+852 |
2014-01-20 | Fix #2737 | Andrey Andreev | 1 | -21/+27 |
2014-01-18 | Fix #2825 | Andrey Andreev | 1 | -1/+1 |
2014-01-17 | Minor changes related to CI_User_agent | Andrey Andreev | 1 | -8/+15 |
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 3 | -4/+29 |
2014-01-15 | Fix incorrect checks for the fwrite() return value | Andrey Andreev | 2 | -2/+2 |
2014-01-10 | condition repair and comments | Petr Heralecky | 1 | -3/+3 |
2014-01-10 | rename src to file | Petr Heralecky | 1 | -9/+9 |
2014-01-10 | attach files by absolute url | Petr Heralecky | 1 | -10/+10 |
2014-01-10 | Further changes related to PR #2807 | Andrey Andreev | 1 | -11/+12 |
2014-01-10 | variable repair | Petr Heralecky | 1 | -2/+2 |
2014-01-10 | styleguided 2 | Petr Heralecky | 1 | -3/+1 |
2014-01-10 | styleguided | Petr Heralecky | 1 | -10/+16 |
2014-01-10 | Added Email::attach_cid() returning CID | Petr Heralecky | 1 | -32/+55 |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 7 | -61/+324 |
2014-01-09 | Merge pull request #2802 from marcossffilho/develop | Andrey Andreev | 1 | -5/+41 |
2014-01-09 | Updates for the Calendar Pull Request | Marcos SF Filho | 1 | -1/+1 |
2014-01-09 | Fixed the comment and array alignment. | Ahmedul Haque Abid | 1 | -2/+2 |
2014-01-09 | Added space after 'if' condition | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Changed the rest of 'error_msg' to 'errors' | Ahmedul Haque Abid | 1 | -6/+6 |