summaryrefslogtreecommitdiff
path: root/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-13config: treat user and xdg config permission problems as errorsLibravatar Jonathan Nieder1-0/+8
2012-10-13config, gitignore: failure to access with ENOTDIR is okLibravatar Jonathan Nieder1-1/+1
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsLibravatar Junio C Hamano1-1/+6
2012-08-21config: warn on inaccessible filesLibravatar Jeff King1-0/+8
2012-05-22ident: report passwd errors with a more friendly messageLibravatar Jeff King1-0/+12
2012-03-07Add more large blob test casesLibravatar Nguyễn Thái Ngọc Duy1-3/+24
2011-05-26read_in_full: always report errorsLibravatar Jeff King1-2/+4
2011-03-17Name make_*_path functions more accuratelyLibravatar Carlos Martín Nieto1-2/+2
2011-02-10Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-02-10compat: helper for detecting unsigned overflowLibravatar Jonathan Nieder1-1/+1
2010-12-21Improve error messages when temporary file creation failsLibravatar Arnout Engelen1-4/+28
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Libravatar Junio C Hamano1-0/+2
2010-11-10Remove pack file handling dependency from wrapper.oLibravatar Jonathan Nieder1-3/+2
2010-11-10wrapper: give zlib wrappers their own translation unitLibravatar Jonathan Nieder1-60/+0
2010-11-10path helpers: move git_mkstemp* to wrapper.cLibravatar Jonathan Nieder1-0/+113
2010-11-10wrapper: move odb_* to environment.cLibravatar Jonathan Nieder1-37/+0
2010-11-10wrapper: move xmmap() to sha1_file.cLibravatar Jonathan Nieder1-15/+0
2010-08-20xmalloc: include size in the failure messageLibravatar Matthieu Moy1-1/+2
2010-06-13Merge branch 'js/try-to-free-stackable'Libravatar Junio C Hamano1-2/+4
2010-05-21Merge branch 'np/malloc-threading'Libravatar Junio C Hamano1-4/+16
2010-05-08Have set_try_to_free_routine return the previous routineLibravatar Johannes Sixt1-2/+4
2010-03-28Introduce remove_or_warn functionLibravatar Peter Collingbourne1-0/+5
2010-03-28Implement the rmdir_or_warn functionLibravatar Peter Collingbourne1-0/+5
2010-03-28Generalise the unlink_or_warn functionLibravatar Peter Collingbourne1-5/+7
2010-03-24Make xmalloc and xrealloc thread-safeLibravatar Nicolas Pitre1-4/+16
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Libravatar Matthieu Moy1-3/+7
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Libravatar Matthieu Moy1-0/+10
2010-01-26Add xmallocz()Libravatar Ilari Liusvaara1-4/+11
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-4/+4
2009-04-29Introduce an unlink(2) wrapper which gives warning if unlink failedLibravatar Alex Riesen1-0/+16
2009-02-28Merge branch 'jc/maint-1.6.0-pack-directory'Libravatar Junio C Hamano1-1/+2
2009-02-26Fix odb_mkstemp() on AIXLibravatar Mike Ralphson1-1/+2
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Libravatar Junio C Hamano1-0/+32
2009-02-25Make sure objects/pack exists before creating a new packLibravatar Junio C Hamano1-0/+32
2009-01-11Wrap inflate and other zlib routines for better error reportingLibravatar Linus Torvalds1-0/+60
2008-07-20Move read_in_full() and write_in_full() to wrapper.cLibravatar Junio C Hamano1-0/+38
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLibravatar Linus Torvalds1-0/+160