summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* cleanup the mod version macros, round 2Anatol Belski2015-03-232-7/+4
* revert yet unready stuffAnatol Belski2015-03-231-1/+1
* more fixes to the shared compilationAnatol Belski2015-03-232-3/+3
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-7/+7
* Cleanup resource handling APIsXinchen Hui2015-02-021-7/+18
* int -> size_tRasmus Lerdorf2015-01-201-1/+1
* int -> size_tRasmus Lerdorf2015-01-201-1/+1
* bump yearXinchen Hui2015-01-1530-30/+30
* trailing whitespace removalStanislav Malyshev2015-01-1015-323/+323
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-32/+32
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1930-30/+30
* more usages for ZEND_SECURE_ZERO()Anatol Belski2014-09-199-39/+39
* generalized the case with secure memory zeroingAnatol Belski2014-09-192-6/+6
* fix hash_pbkdf2()Anatol Belski2014-08-281-4/+3
* 's' works with size_t round 3Anatol Belski2014-08-272-4/+5
* first show to make 's' work with size_tAnatol Belski2014-08-273-9/+10
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-252-39/+39
* fix zpp and a bit moreAnatol Belski2014-08-211-20/+20
* fix hashAnatol Belski2014-08-191-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* RETVAL_STRING takes only one variableLior Kaplan2014-07-222-4/+4
* RETURN_STRINGL takes only two variablesLior Kaplan2014-07-222-4/+4
* unused varPierre Joye2014-05-151-1/+1
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-268-5/+772
|\
| * Add hash_equals() to perform string comparisons that are not vulnerable to ti...Rouven Weßling2014-03-173-0/+90
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-03-122-7/+10
| |\
| | * Fix hash_pbkdf2() with missing $length argumentNikita Popov2014-03-122-7/+10
| | * Bump yearXinchen Hui2014-01-0331-31/+31
| * | Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-066-1/+675
* | | Port ext/hashNikita Popov2014-04-231-97/+84
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ /
* | Bump yearXinchen Hui2014-01-0330-30/+30
* | fix failing testsManuel Mausz2013-09-052-2/+10
* | fix indentionManuel Mausz2013-09-051-3/+3
* | Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-056-28/+200
* | Merge branch '2Guploads'Michael Wallner2013-08-095-76/+8
|\ \
| * | unify stdint type usageMichael Wallner2013-08-065-76/+8
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-2/+2
|\ \ | |/
| * HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
| * typo fixesVeres Lajos2013-07-151-3/+3
* | typo fixesVeres Lajos2013-07-151-3/+3
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-101-1/+1
|\ \ | |/
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.5'Anthony Ferrara2013-05-282-0/+20
|\ \ | |/
| * Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-282-0/+20
* | Fix race condition when ext/hash/tests run in parallelSara Golemon2013-04-302-4/+4
|/