Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-04-10 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fixed condition check Fixed condition check another place Conflicts: ext/mcrypt/mcrypt.c | ||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-04-10 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | * PHP-7.0: Fixed condition check | ||||
| | * | Fixed condition check | Xinchen Hui | 2017-04-10 | 1 | -2/+2 |
| | | | |||||
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | Resolve conflict | Sammy Kaye Powers | 2017-01-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | let s use the macro instead | David Carlier | 2016-10-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | import explicit_bzero + strlc* functions update | David Carlier | 2016-10-15 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | since 1999 algorithms have changed and register k/w not necessary anymore. | ||||
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ / | |||||
* | | Replace usage of php_int32 and php_uint32 with int32_t and uint32_t | Rouven Weßling | 2016-02-04 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | fix data type and warning | Anatol Belski | 2015-09-25 | 1 | -3/+3 |
| | | |||||
* | | fix thread safety and zeroing method | Anatol Belski | 2015-07-29 | 1 | -2/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | generalized the case with secure memory zeroing | Anatol Belski | 2014-09-19 | 1 | -2/+2 |
| | | |||||
* | | better way to zero away sensitive data | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
|/ | | | | memset could be optimized away by the compiler | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs) | Felipe Pena | 2011-11-15 | 1 | -2/+1 |
| | | | | | patch by: klightspeed at netspace dot net dot au | ||||
* | - 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 |
| | | | | | | # If you want to remove static analyser messages, be my guest, # but please run unit tests after | ||||
* | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these | Rasmus Lerdorf | 2011-08-07 | 1 | -1/+1 |
| | | | | | static string copies | ||||
* | 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 ↵ | Felipe Pena | 2011-07-23 | 1 | -1/+1 |
| | | | | __sync_fetch_and_add_4 for all targets | ||||
* | - 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 ↵ | Felipe Pena | 2011-05-20 | 1 | -1/+1 |
| | | | | | | | membar_producer macro) patch by: mhei at heimpold dot de | ||||
* | - 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 |
| | | | | | typo) (vapier at gmail dot com) | ||||
* | - #51424, solaris part | Pierre Joye | 2010-06-17 | 1 | -1/+10 |
| | |||||
* | - cleanup, no vc6 support in trunk | Pierre Joye | 2010-06-15 | 1 | -8/+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 ↵ | Pierre Joye | 2008-08-10 | 1 | -2/+2 |
| | | | | strncpy wrongly) | ||||
* | 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 |
- #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/ |