summaryrefslogtreecommitdiffstats
path: root/wrapper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-20xmalloc: include size in the failure messageMatthieu Moy1-1/+2
2010-06-13Merge branch 'js/try-to-free-stackable'Junio C Hamano1-2/+4
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano1-4/+16
2010-05-08Have set_try_to_free_routine return the previous routineJohannes Sixt1-2/+4
2010-03-28Introduce remove_or_warn functionPeter Collingbourne1-0/+5
2010-03-28Implement the rmdir_or_warn functionPeter Collingbourne1-0/+5
2010-03-28Generalise the unlink_or_warn functionPeter Collingbourne1-5/+7
2010-03-24Make xmalloc and xrealloc thread-safeNicolas Pitre1-4/+16
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy1-3/+7
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy1-0/+10
2010-01-26Add xmallocz()Ilari Liusvaara1-4/+11
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-4/+4
2009-04-29Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen1-0/+16
2009-02-28Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-1/+2
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson1-1/+2
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-0/+32
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-0/+32
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds1-0/+60
2008-07-20Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano1-0/+38
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds1-0/+160