| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 2 | -4/+0 |
* | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 3 | -2/+5 |
* | - Year++ | Felipe Pena | 2011-01-01 | 33 | -33/+33 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+5 |
* | Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c). | Ilia Alshanetsky | 2010-11-22 | 1 | -1/+1 |
* | Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at | Adam Harvey | 2010-11-08 | 1 | -2/+9 |
* | Fixed signedness compiler warning | Kalle Sommer Nielsen | 2010-09-23 | 1 | -1/+1 |
* | Fixed bug #51943 (Several files are out of ANSI spec) | Kalle Sommer Nielsen | 2010-07-13 | 1 | -2/+2 |
* | - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu... | Felipe Pena | 2010-07-03 | 2 | -2/+23 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -5/+5 |
* | fix 64-bit integer overflow in mhash_keygen_s2k | Stanislav Malyshev | 2010-04-20 | 1 | -2/+4 |
* | JOAAT hashing now supports incremental hashing. | Martin Jansen | 2010-03-28 | 3 | -5/+4 |
* | Fixed test for the recently added algorithmus and made it more | Martin Jansen | 2010-03-25 | 1 | -0/+104 |
* | fix build - there are now 34 algos | Rob Richards | 2010-03-25 | 1 | -1/+1 |
* | - init hval | Pierre Joye | 2010-03-25 | 1 | -1/+1 |
* | Added FNV and Jenkins's one-at-a-time support to the Windows build. | Martin Jansen | 2010-03-24 | 1 | -1/+1 |
* | Added Jenkins's one-at-a-time hash support to ext/hash. | Martin Jansen | 2010-03-24 | 7 | -17/+203 |
* | Minor fix to constants registered in ext/hash, and update NEWS | Michael Maclean | 2010-03-23 | 1 | -2/+2 |
* | Add FNV-1 support to ext/hash | Michael Maclean | 2010-03-23 | 7 | -3/+723 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 29 | -29/+29 |
* | - Fix for bug #49223 Inconsistency using get_defined_constants(true) | Garrett Serack | 2009-08-17 | 1 | -2/+1 |
* | MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what z... | Scott MacVicar | 2009-06-30 | 6 | -24/+24 |
* | Add missing prototypes for mhash, no code changes. | Scott MacVicar | 2009-05-04 | 1 | -2/+17 |
* | New hash extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 7 | -0/+515 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 29 | -29/+29 |
* | - MFH: Fix test | Felipe Pena | 2008-12-27 | 1 | -0/+8 |
* | MFH Enable salsa hashing algorithm | Scott MacVicar | 2008-12-25 | 4 | -3/+8 |
* | - MFH: fix build | Pierre Joye | 2008-11-27 | 1 | -0/+1 |
* | MFH Move mhash extension registration code into the hash module startup. This... | Scott MacVicar | 2008-11-27 | 1 | -0/+23 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -20/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+20 |
* | - Fixed condition | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -20/+0 |
* | update tests | Antony Dovgal | 2008-09-18 | 2 | -2/+2 |
* | MFH: mhash algorithm parameter was modified when it was a zval, also update a... | Scott MacVicar | 2008-09-18 | 3 | -6/+29 |
* | MFH: Fixed #45911 (Cannot disable ext/hash) | Arnaud Le Blanc | 2008-09-07 | 1 | -0/+3 |
* | MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and... | Antony Dovgal | 2008-08-18 | 3 | -11/+21 |
* | MFH | Antony Dovgal | 2008-07-21 | 1 | -1/+1 |
* | Fix break caused by previous commit, warning and remove zend_get_parameters() | Scott MacVicar | 2008-07-05 | 1 | -12/+8 |
* | - fix compile error with vc6 (snaps) | Pierre Joye | 2008-07-04 | 1 | -1/+1 |
* | more int -> long fixes | Antony Dovgal | 2008-07-01 | 1 | -3/+3 |
* | MFH: Sort Windows changes for mhash BC layer | Scott MacVicar | 2008-06-28 | 1 | -0/+7 |
* | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 7 | -9/+483 |
* | New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task... | Raghubansh Kumar | 2008-06-24 | 2 | -0/+111 |
* | fix tests | Antony Dovgal | 2008-06-04 | 1 | -0/+8 |
* | Add snefru256 as an alias for snefru, since in reality that is the implementa... | Scott MacVicar | 2008-06-03 | 1 | -0/+1 |
* | Correct test name | Scott MacVicar | 2008-06-02 | 1 | -1/+1 |
* | Add sha224 support. | Scott MacVicar | 2008-06-02 | 5 | -3/+144 |
* | [DOC] add hash_copy() to be able to copy hash resource | Antony Dovgal | 2008-04-21 | 17 | -1/+290 |