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