| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
| * | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -3/+3 |
| * | Remove unused argument | Anatol Belski | 2018-03-14 | 1 | -1/+1 |
| * | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 1 | -1/+1 |
| * | Avoid double copying and string length recalculation | Dmitry Stogov | 2018-03-06 | 2 | -14/+8 |
| * | Fix skip condition | Christoph M. Becker | 2018-02-23 | 1 | -1/+1 |
| * | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 10 | -10/+10 |
| * | Avoid conditions inside loop | Anatol Belski | 2018-02-09 | 1 | -7/+10 |
| * | Improve loop vectorization | Anatol Belski | 2018-02-09 | 1 | -2/+3 |
| * | Improve loop vectorization | Anatol Belski | 2018-02-09 | 1 | -2/+3 |
| * | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -3/+3 |
| * | Remove superfluous PHP version check in tests | Gabriel Caruso | 2018-02-04 | 1 | -3/+0 |
| * | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 2 | -0/+5 |
| * | Use int instead of integer in proto | Gabriel Caruso | 2018-02-02 | 1 | -1/+1 |
| * | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -3/+3 |
| * | year++ | Xinchen Hui | 2018-01-02 | 32 | -32/+32 |
| * | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -2/+2 |
| * | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -3/+3 |
| * | Fix unsigned comparisons and remove dead code | Anatol Belski | 2017-11-17 | 1 | -1/+1 |
| * | Use interned strings for hash algorithm names (not copyied into SHM) | Dmitry Stogov | 2017-11-01 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.2' | Remi Collet | 2017-10-03 | 3 | -12/+239 |
| |\ | |||||
| | * | Fix Bug #75284 sha3 is not supported on bigendian machine | Remi Collet | 2017-10-03 | 3 | -12/+239 |
| * | | Kill compiler warnings in ext/hash | Kalle Sommer Nielsen | 2017-08-24 | 2 | -4/+4 |
| * | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -94/+0 |
| |/ | |||||
| * | Add hash_hmac_algos() for filtered is_crypto methods | Sara Golemon | 2017-07-23 | 2 | -0/+74 |
| * | fix hash build (when build dir != src dir) | Remi Collet | 2017-05-29 | 1 | -1/+2 |
| * | fix typo | Anatol Belski | 2017-05-28 | 1 | -1/+1 |
| * | Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC... | Christian Schneider | 2017-05-28 | 27 | -187/+6379 |
| * | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-24 | 2 | -3/+29 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-24 | 2 | -3/+29 |
| | |\ | |||||
| | | * | Fix bug #73127 | Grundik | 2017-02-24 | 2 | -3/+29 |
| * | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 1 | -32/+31 |
| * | | | fix test portability | Anatol Belski | 2017-02-01 | 1 | -1/+1 |
| * | | | Refactor HashContext into an object. | =?UTF-8?q?Rouven=20We=C3=9Fling?= | 2017-01-31 | 7 | -112/+565 |
| * | | | Merge branch 'PHP-7.1' | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Securely zero the hash context key | Sara Golemon | 2017-01-30 | 1 | -1/+1 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 30 | -30/+30 |
| | | * | Merge branch 'pull-request/1817' | Joe Watkins | 2016-10-17 | 1 | -0/+21 |
| | | * | Merge branch 'pull-request/1816' | Joe Watkins | 2016-10-17 | 1 | -0/+23 |
| * | | | Use hash_ops->is_crypto in hash_init() | Andrey Andreev | 2017-01-22 | 3 | -4/+53 |
| * | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-21 | 2 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #73961 environmental build dependency in hash sha3 source | Joe Watkins | 2017-01-21 | 2 | -1/+1 |
| * | | | Disallow non-crypto hashes in HMAC and PBKDF2 | Andrey Andreev | 2017-01-18 | 20 | -73/+103 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-01-14 | 6 | -0/+432 |
| |\ \ \ | |/ / | |||||
| | * | | Add hash_hkdf() | Andrey Andreev | 2017-01-14 | 6 | -0/+432 |
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 32 | -32/+32 |
| | * | | Change Big Endian backup implementations to use signed indexes | Sara Golemon | 2016-11-01 | 1 | -3/+3 |
| | * | | Merge branch 'pull-request/1817' | Joe Watkins | 2016-10-17 | 1 | -0/+21 |
| | * | | Merge branch 'pull-request/1816' | Joe Watkins | 2016-10-17 | 1 | -0/+23 |
