summaryrefslogtreecommitdiffstats
path: root/wrapper.c
AgeCommit message (Expand)AuthorLines
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy-3/+7
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy-0/+10
2010-01-26Add xmallocz()Ilari Liusvaara-4/+11
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-4/+4
2009-04-29Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen-0/+16
2009-02-28Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano-1/+2
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson-1/+2
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano-0/+32
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano-0/+32
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds-0/+60
2008-07-20Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano-0/+38
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds-0/+160