| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs) | Felipe Pena | 2011-11-15 | 1 | -2/+1 |
* | - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4) | Felipe Pena | 2011-09-17 | 1 | -1/+1 |
* | Unbreak crypt() (fix bug #55439) | Stanislav Malyshev | 2011-08-19 | 1 | -1/+1 |
* | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these | Rasmus Lerdorf | 2011-08-07 | 1 | -1/+1 |
* | Make static analyzers happy | Rasmus Lerdorf | 2011-08-07 | 1 | -1/+1 |
* | - Disable __sync_fetch_and_add for HPUX for now, gcc seems not provide __sync... | Felipe Pena | 2011-07-23 | 1 | -1/+1 |
* | - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4) | Felipe Pena | 2011-07-19 | 1 | -1/+2 |
* | - Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt size | Pierre Joye | 2011-05-24 | 1 | -1/+1 |
* | - Fixed bug #54895 (Fix compiling with older gcc version without need for mem... | Felipe Pena | 2011-05-20 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Fixed bug #53530 (php_crypt tests gcc version incorrectly due to | Gustavo André dos Santos Lopes | 2010-12-12 | 1 | -1/+1 |
* | - #51424, solaris part | Pierre Joye | 2010-06-17 | 1 | -1/+10 |
* | - cleanup, no vc6 support in trunk | Pierre Joye | 2010-06-15 | 1 | -3/+1 |
* | - #51424, silent warnings on win | Pierre Joye | 2010-06-15 | 1 | -1/+5 |
* | - Fix #51424, crypt() function hangs after 3rd call | Pierre Joye | 2010-06-15 | 1 | -4/+6 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size | Pierre Joye | 2009-11-02 | 1 | -0/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - strncpy returns the byte copied not error code or 0 | Pierre Joye | 2008-08-20 | 1 | -1/+1 |
* | - debugbreak may not be desired (harmless in release mode :) | Pierre Joye | 2008-08-10 | 1 | -1/+1 |
* | - MFH: fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used str... | Pierre Joye | 2008-08-10 | 1 | -2/+2 |
* | Secure versions of string functions don't exist for VC6 | Elizabeth Marie Smith | 2008-07-28 | 1 | -1/+8 |
* | -MFH: | Pierre Joye | 2008-07-28 | 1 | -0/+412 |