summaryrefslogtreecommitdiff
path: root/csum-file.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-10compute a CRC32 for each object as stored in a packLibravatar Nicolas Pitre1-0/+14
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-1/+1
2006-08-14Make sha1flush void and remove conditional return.Libravatar David Rientjes1-2/+2
2006-07-03Make zlib compression level configurable, and change default.Libravatar Joachim B Haga1-1/+1
2006-06-20Remove all void-pointer arithmetic.Libravatar Florian Forster1-2/+2
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Libravatar Junio C Hamano1-3/+1
2005-08-08[PATCH] Plug memory leak in sha1close()Libravatar Sergey Vlasov1-0/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Libravatar Junio C Hamano1-1/+1
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Libravatar Linus Torvalds1-0/+20
2005-06-27csum-file: fix missing buf pointer updateLibravatar Linus Torvalds1-0/+1
2005-06-26csum-file interface updates: return resulting SHA1Libravatar Linus Torvalds1-10/+16
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLibravatar Linus Torvalds1-0/+120