summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+1
* remove TSRMLS_*Anatol Belski2015-08-021-2/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-20/+20
* Fixed Bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33 extensio...Xinchen Hui2015-06-141-1/+14
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-1/+6
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-1/+6
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+6
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | | * merge ext/hash from trunkMichael Wallner2012-01-181-2/+0
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | | * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | CleanupDmitry Stogov2015-04-071-8/+0
* | | | cleanup the mod version macros, round 2Anatol Belski2015-03-231-6/+2
* | | | more fixes to the shared compilationAnatol Belski2015-03-231-2/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-7/+7
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-7/+18
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-28/+28
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | more usages for ZEND_SECURE_ZERO()Anatol Belski2014-09-191-6/+6
* | | | fix hash_pbkdf2()Anatol Belski2014-08-281-4/+3
* | | | 's' works with size_t round 3Anatol Belski2014-08-271-3/+4
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-7/+8
* | | | 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-251-38/+38
* | | | fix zpp and a bit moreAnatol Belski2014-08-211-20/+20
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* | | | unused varPierre Joye2014-05-151-1/+1
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-3/+50
|\ \ \ \ | |/ / /
| * | | Add hash_equals() to perform string comparisons that are not vulnerable to ti...Rouven Weßling2014-03-171-0/+46
| * | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-03-121-6/+5
| |\ \ \ | | |/ /
| | * | Fix hash_pbkdf2() with missing $length argumentNikita Popov2014-03-121-6/+5
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-061-0/+2
* | | | Port ext/hashNikita Popov2014-04-231-97/+84
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-051-0/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | Fix #64745 hash_pbkdf2 truncation issueAnthony Ferrara2013-05-281-0/+3
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | More cleanup of documentation and comments, as well as code formattingAnthony Ferrara2012-06-121-3/+8
* | Remove un-needed memset, and replacing stray spacesAnthony Ferrara2012-06-121-2/+1