| Commit message (Expand) | Author | Age | Files | Lines |
* | - Whitespace | Derick Rethans | 2003-03-13 | 1 | -101/+103 |
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -1/+1 |
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -10/+4 |
* | Removed unused variable. | Ilia Alshanetsky | 2003-01-08 | 1 | -1/+0 |
* | Comment out non ANSI C standard comliant code. Fixes win32 build. | Edin Kadribasic | 2003-01-06 | 1 | -2/+5 |
* | - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason | Derick Rethans | 2003-01-03 | 1 | -547/+178 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | - Unify error messages | Derick Rethans | 2002-06-26 | 1 | -35/+35 |
* | - Fix version in phpinfo(); | Derick Rethans | 2002-06-16 | 1 | -19/+17 |
* | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -1/+1 |
* | - Fix for bug 14690 | Derick Rethans | 2001-12-26 | 1 | -73/+18 |
* | Add headers and Id lines | Colin Viebrock | 2001-12-20 | 1 | -0/+1 |
* | - Try to be a little bit more sane dealing backwards compability | Derick Rethans | 2001-12-17 | 1 | -2/+4 |
* | - Fix for bug 14162, invalidate the resource then mcrypt_generic_init fails | Derick Rethans | 2001-12-15 | 1 | -1/+22 |
* | - Remove debug stuff | Derick Rethans | 2001-12-13 | 1 | -1/+0 |
* | - Fixes for bugs 10324, 12777, 14488 and 13399 | Derick Rethans | 2001-12-13 | 1 | -27/+26 |
* | MFB | Sterling Hughes | 2001-12-13 | 1 | -0/+2 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -7/+7 |
* | - Don't return from the function, so that mcrypt get properly initialized | Derick Rethans | 2001-09-23 | 1 | -2/+1 |
* | - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end | Derick Rethans | 2001-09-23 | 1 | -19/+49 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | MFB | Sterling Hughes | 2001-09-07 | 1 | -2/+3 |
* | get rid of global mess | Sterling Hughes | 2001-09-07 | 1 | -13/+10 |
* | register a list destructor | Sterling Hughes | 2001-09-07 | 1 | -0/+10 |
* | - Fix for bug #13052 | Derick Rethans | 2001-09-07 | 1 | -0/+5 |
* | Make this compile in ZTS mode. | foobar | 2001-07-30 | 1 | -8/+8 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -30/+0 |
* | Fix a couple of buffer overflows in mcrypt.c | Zeev Suraski | 2001-07-10 | 1 | -2/+2 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -6/+15 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | - Fix for bug #10890 | Derick Rethans | 2001-05-18 | 1 | -3/+6 |
* | - Fix for bug #9801 (and maybe others) | Derick Rethans | 2001-05-17 | 1 | -1/+0 |
* | - Fix for bug #10518 (Thanks to kettler@gmx.net) | Derick Rethans | 2001-05-01 | 1 | -3/+3 |
* | - Fixed some more problems with keys being chopped off (fix for bug #8839) | Derick Rethans | 2001-04-18 | 1 | -5/+7 |
* | - Removed debug thing | Derick Rethans | 2001-04-10 | 1 | -1/+0 |
* | - Fix for bug #8839 | Derick Rethans | 2001-04-10 | 1 | -28/+31 |
* | - Fixed mem leak | Derick Rethans | 2001-03-16 | 1 | -1/+3 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Support for perl-compatible blowfish encryption (in libmcrypt CVS and | Colin Viebrock | 2001-01-13 | 1 | -0/+1 |
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -65/+65 |
* | Corrected some checks for errors. | Nikos Mavroyanopoulos | 2000-10-25 | 1 | -4/+4 |
* | - Clearified which version of libmcrypt is enabled | Derick Rethans | 2000-08-15 | 1 | -1/+4 |
* | Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against | Sascha Schumann | 2000-08-14 | 1 | -1/+1 |
* | Remove unnecessary precompiler macros. The failure condition is catched | Sascha Schumann | 2000-08-14 | 1 | -4/+0 |
* | Restrict INI entries when compiling against libmcrypt 2.4. | Sascha Schumann | 2000-08-14 | 1 | -2/+4 |
* | - Now using the better way of using INI directives | Derick Rethans | 2000-08-13 | 1 | -25/+40 |
* | @ Added support for libmcrypt 2.4.4 | Derick Rethans | 2000-08-11 | 1 | -27/+1265 |
* | Read from /dev/u?random until the buffer is filled. | Sascha Schumann | 2000-07-25 | 1 | -1/+8 |