summaryrefslogtreecommitdiff
path: root/wrapper.c
AgeCommit message (Expand)Author
2013-01-07Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano
2012-12-18xmkstemp(): avoid showing truncated template more carefullyJunio C Hamano
2012-10-14config: treat user and xdg config permission problems as errorsJonathan Nieder
2012-10-14config, gitignore: failure to access with ENOTDIR is okJonathan Nieder
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano
2012-08-21config: warn on inaccessible filesJeff King
2012-05-22ident: report passwd errors with a more friendly messageJeff King
2012-03-07Add more large blob test casesNguyễn Thái Ngọc Duy
2011-05-26read_in_full: always report errorsJeff King
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-02-10Merge branch 'maint'Junio C Hamano
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder
2010-12-22Improve error messages when temporary file creation failsArnout Engelen
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano
2010-11-10Remove pack file handling dependency from wrapper.oJonathan Nieder
2010-11-10wrapper: give zlib wrappers their own translation unitJonathan Nieder
2010-11-10path helpers: move git_mkstemp* to wrapper.cJonathan Nieder
2010-11-10wrapper: move odb_* to environment.cJonathan Nieder
2010-11-10wrapper: move xmmap() to sha1_file.cJonathan Nieder
2010-08-20xmalloc: include size in the failure messageMatthieu Moy
2010-06-13Merge branch 'js/try-to-free-stackable'Junio C Hamano
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-05-09Have set_try_to_free_routine return the previous routineJohannes Sixt
2010-03-28Introduce remove_or_warn functionPeter Collingbourne
2010-03-28Implement the rmdir_or_warn functionPeter Collingbourne
2010-03-28Generalise the unlink_or_warn functionPeter Collingbourne
2010-03-24Make xmalloc and xrealloc thread-safeNicolas Pitre
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy
2010-01-26Add xmallocz()Ilari Liusvaara
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-04-30Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen
2009-03-01Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2008-07-21Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano
2008-06-23Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds