summaryrefslogtreecommitdiff
path: root/libbb/sha1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* delete tons of extra #includesDenis Vlasenko2007-05-311-8/+0
* style fixesDenis Vlasenko2006-12-261-1/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2006-09-281-17/+16
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-23/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Migrate endianness macros.Rob Landley2006-05-051-1/+1
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
* just whitespace fixesMike Frysinger2006-03-281-7/+7
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+200