Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -7/+4 |
* | revert yet unready stuff | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | more fixes to the shared compilation | Anatol Belski | 2015-03-23 | 2 | -3/+3 |
* | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -7/+7 |
* | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -7/+18 |
* | int -> size_t | Rasmus Lerdorf | 2015-01-20 | 1 | -1/+1 |
* | int -> size_t | Rasmus Lerdorf | 2015-01-20 | 1 | -1/+1 |
* | bump year | Xinchen Hui | 2015-01-15 | 30 | -30/+30 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 15 | -323/+323 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -32/+32 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 30 | -30/+30 |
* | more usages for ZEND_SECURE_ZERO() | Anatol Belski | 2014-09-19 | 9 | -39/+39 |
* | generalized the case with secure memory zeroing | Anatol Belski | 2014-09-19 | 2 | -6/+6 |
* | fix hash_pbkdf2() | Anatol Belski | 2014-08-28 | 1 | -4/+3 |
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 2 | -4/+5 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 3 | -9/+10 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -39/+39 |
* | fix zpp and a bit more | Anatol Belski | 2014-08-21 | 1 | -20/+20 |
* | fix hash | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -10/+10 |
* | RETVAL_STRING takes only one variable | Lior Kaplan | 2014-07-22 | 2 | -4/+4 |
* | RETURN_STRINGL takes only two variables | Lior Kaplan | 2014-07-22 | 2 | -4/+4 |
* | unused var | Pierre Joye | 2014-05-15 | 1 | -1/+1 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 8 | -5/+772 |
|\ | |||||
| * | Add hash_equals() to perform string comparisons that are not vulnerable to ti... | Rouven Weßling | 2014-03-17 | 3 | -0/+90 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-03-12 | 2 | -7/+10 |
| |\ | |||||
| | * | Fix hash_pbkdf2() with missing $length argument | Nikita Popov | 2014-03-12 | 2 | -7/+10 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 31 | -31/+31 |
| * | | Fix #66698: Add fnv1a32 and fnv1a64 hash options | Michael M Slusarz | 2014-03-06 | 6 | -1/+675 |
* | | | Port ext/hash | Nikita Popov | 2014-04-23 | 1 | -97/+84 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 30 | -30/+30 |
* | | fix failing tests | Manuel Mausz | 2013-09-05 | 2 | -2/+10 |
* | | fix indention | Manuel Mausz | 2013-09-05 | 1 | -3/+3 |
* | | Add support for CryptoPro S-box for GOST | Manuel Mausz | 2013-09-05 | 6 | -28/+200 |
* | | Merge branch '2Guploads' | Michael Wallner | 2013-08-09 | 5 | -76/+8 |
|\ \ | |||||
| * | | unify stdint type usage | Michael Wallner | 2013-08-06 | 5 | -76/+8 |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-07-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -3/+3 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -3/+3 |
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' | Anthony Ferrara | 2013-05-28 | 2 | -0/+20 |
|\ \ | |/ | |||||
| * | Fix #64745 hash_pbkdf2 truncation issue | Anthony Ferrara | 2013-05-28 | 2 | -0/+20 |
* | | Fix race condition when ext/hash/tests run in parallel | Sara Golemon | 2013-04-30 | 2 | -4/+4 |
|/ |