summaryrefslogtreecommitdiff
path: root/ext/standard/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix ws, cs & foldingAntony Dovgal2007-07-141-3/+2
* MFBIlia Alshanetsky2007-05-281-10/+4
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Allow unicode-ascii to binary conversion and do proper path conversion for fi...Sara Golemon2006-10-021-3/+26
* PHP6 UpdatesSara Golemon2006-09-241-6/+6
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-4/+4
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Remove include_path support from md5_file/sha1_file againUwe Schindler2005-04-151-5/+3
* use streams api for md5_file and sha1_file. Added parameter use_include_path ...Uwe Schindler2005-04-151-21/+13
* fix various solaris problems by replacing stdio with posix io where possibleUwe Schindler2005-04-151-8/+9
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Also add the optional raw output parameter to md5_file and sha1_file.Derick Rethans2003-02-201-12/+15
* - No need to add the \0 ourselves, the estrndup in STRINGL takes care ofDerick Rethans2003-02-201-2/+1
* - Added new parameter to sha1() and md5() which return the digest asDerick Rethans2003-02-181-9/+16
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error_docrefMarcus Boerger2002-08-241-1/+1
* - Copy and paste error -> unify error messagesDerick Rethans2002-07-281-1/+1
* Added sha1, sha1_file functions.Stefan Esser2002-07-281-0/+418