]> granicus.if.org Git - php/shortlog
php
2012-07-03 Anthony FerraraSome more refactoring, make algo no longer optional
2012-07-03 Anthony FerraraRemove php.ini setting for default bcrypt cost
2012-06-29 Anthony FerraraUpdate password.c to use safe_emalloc in sensitive...
2012-06-29 Anthony FerraraMore refactoring of crypt into php_crypt, and fixing...
2012-06-29 Anthony FerraraMerge remote branch 'upstream/master' into hash_password
2012-06-29 andreymerge
2012-06-29 andreyMerge branch 'master' of ssh://git.php.net/php-src
2012-06-29 Nikita PopovMerge branch 'PHP-5.4'
2012-06-29 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2012-06-29 Nikita PopovFix some lengths in crypt()
2012-06-29 andreyMerge branch 'master' of ssh://git.php.net/php-src
2012-06-29 andreyMerge branch 'PHP-5.4'
2012-06-29 andreyMerge branch 'PHP-5.3' into PHP-5.4
2012-06-29 andreynew charsets
2012-06-29 Anthony FerraraRestore old NEWS file, and re-add new entry.
2012-06-29 Stanislav MalyshevMerge branch 'PHP-5.4'
2012-06-29 Stanislav Malyshevfix NEWS order
2012-06-29 Anthony FerraraMerge branch 'PHP-5.4'
2012-06-29 Anthony FerraraMerge branch 'PHP-5.3' into PHP-5.4
2012-06-29 Anthony FerraraFixed bug #62443 (Crypt SHA256/512 Segfaults With Malfo...
2012-06-28 Nikita PopovMerge branch 'PHP-5.4'
2012-06-28 Anthony FerraraRefactor password.c a bit, add different error checking
2012-06-28 Anthony FerraraRefactor crypt to use an external working function
2012-06-28 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2012-06-28 Nikita PopovAdd json_last_error_msg() function
2012-06-27 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-27 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-27 Johannes SchlüterFix #62432 ReflectionMethod random corrupt memory on...
2012-06-27 Anthony FerraraFix formatting issues in password.c
2012-06-27 andreyMerge branch 'master' of http://git.php.net/repository...
2012-06-27 andreytrace allocations in a file
2012-06-27 Felipe Pena- Fixed build
2012-06-27 Nikita PopovMerge branch 'PHP-5.4'
2012-06-27 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2012-06-27 Nikita PopovImprove JSON error handling
2012-06-27 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-27 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-27 Johannes SchlüterFix memleak in CLI
2012-06-27 Stanislav MalyshevMerge branch 'PHP-5.4'
2012-06-27 Stanislav Malyshevupdate NEWS
2012-06-27 Stanislav MalyshevMerge branch 'PHP-5.4'
2012-06-27 Stanislav MalyshevMerge branch 'PHP-5.3' into PHP-5.4
2012-06-27 Anthony FerraraAdd tests and error checking for large salt requested...
2012-06-27 Anthony FerraraUpdate tests to check ini setting
2012-06-27 Anthony FerraraAdd tests for password hashing
2012-06-27 Anthony FerraraImplement php.ini setting password.bcrypt_cost
2012-06-26 Stanislav Malyshevws fix
2012-06-26 Xinchen HuiMerge branch 'PHP-5.4'
2012-06-26 Xinchen HuiFixed bug #62357 (compile failure: (S) Arguments missin...
2012-06-26 Johannes SchlüterMerge branch 'master' of git.php.net:/php-src
2012-06-26 Johannes SchlüterPass orig filename and line through to emalloc and...
2012-06-26 Anthony FerraraRefactor salt generation, rename password_create to...
2012-06-25 Anthony FerraraImplement openssl support for make_salt
2012-06-25 Anthony FerraraMore error checking, and some cleaning up for password.c
2012-06-25 Anthony FerraraBasic random generator added to make_salt
2012-06-25 Moriyoshi KoizumiBFN
2012-06-25 Moriyoshi KoizumiMerge branch 'PHP-5.4'
2012-06-25 Moriyoshi KoizumiFix bug #62373 (serialize() generates wrong reference...
2012-06-25 Moriyoshi KoizumiFix bug #62373 (serialize() generates wrong reference...
2012-06-25 Gustavo André... Update UPGRADING given 7596445
2012-06-25 Gustavo André... Merge branch 'break_iterator'
2012-06-25 Gustavo André... Fix typo in error message
2012-06-25 Gustavo André... BreakIterator: fix compat with old ICU versions
2012-06-25 Gustavo André... Fix build error one ext/intl
2012-06-25 Gustavo André... Duplicate test for ICU 49
2012-06-25 Gustavo André... Fix undeclared intl_locale_get_default()
2012-06-25 Anthony FerraraFix memory leak on branch
2012-06-25 Anthony FerraraImplement password_verify
2012-06-25 Anthony FerraraActually complete password_create()
2012-06-25 Anthony FerraraBase structure for passsword_create and password_make_salt
2012-06-24 Nikita PopovMerge branch 'PHP-5.4'
2012-06-24 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2012-06-24 Nikita PopovFix memory allocation checks for base64 encode
2012-06-23 Nikita PopovMerge branch 'PHP-5.4'
2012-06-23 Nikita PopovMerge branch 'PHP-5.3' into PHP-5.4
2012-06-23 Nikita PopovImprove json_encode error handling
2012-06-23 Felipe Pena- BFN
2012-06-23 Felipe Pena- BFN
2012-06-23 Felipe PenaMerge branch 'PHP-5.4'
2012-06-23 Felipe PenaMerge branch 'PHP-5.3' into PHP-5.4
2012-06-23 Felipe Pena- Improved fix for #62384
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-22 Johannes SchlüterRemove unneeded and outdated ChangeLog file
2012-06-22 Gustavo André... BreakIterator::getPartsIterator: new optional arg
2012-06-22 Gustavo André... Added IntlCodePointBreakIterator.
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-22 Johannes SchlüterRemove extra ;
2012-06-22 Felipe PenaMerge branch 'PHP-5.4'
2012-06-22 Felipe PenaMerge branch 'PHP-5.3' into PHP-5.4
2012-06-22 Felipe Pena- Fixed bug #62384 (Attempting to invoke a Closure...
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-22 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-22 Johannes SchlüterImprove check for :memory: pseudo-filename in SQlite
2012-06-20 Johannes SchlüterMerge branch 'PHP-5.4'
2012-06-20 Johannes SchlüterMerge branch 'PHP-5.3' into PHP-5.4
2012-06-20 Johannes SchlüterRemove outdated and user-specific files
2012-06-20 Anatoliy Belskyfix windows build
2012-06-19 Nikita PopovMerge branch 'PHP-5.4'
next