aboutsummaryrefslogtreecommitdiff
path: root/wrapper.c
Commit message (Expand)AuthorAge
* read_in_full: always report errorsJeff King2011-05-26
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* Merge branch 'maint'Junio C Hamano2011-02-10
|\
| * compat: helper for detecting unsigned overflowJonathan Nieder2011-02-10
* | Improve error messages when temporary file creation failsArnout Engelen2010-12-21
|/
* set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano2010-12-21
* Remove pack file handling dependency from wrapper.oJonathan Nieder2010-11-10
* wrapper: give zlib wrappers their own translation unitJonathan Nieder2010-11-10
* path helpers: move git_mkstemp* to wrapper.cJonathan Nieder2010-11-10
* wrapper: move odb_* to environment.cJonathan Nieder2010-11-10
* wrapper: move xmmap() to sha1_file.cJonathan Nieder2010-11-10
* xmalloc: include size in the failure messageMatthieu Moy2010-08-20
* Merge branch 'js/try-to-free-stackable'Junio C Hamano2010-06-13
|\
| * Have set_try_to_free_routine return the previous routineJohannes Sixt2010-05-08
* | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-21
|\ \ | |/
| * Make xmalloc and xrealloc thread-safeNicolas Pitre2010-03-24
* | Introduce remove_or_warn functionPeter Collingbourne2010-03-28
* | Implement the rmdir_or_warn functionPeter Collingbourne2010-03-28
* | Generalise the unlink_or_warn functionPeter Collingbourne2010-03-28
|/
* Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy2010-02-22
* git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-22
* Add xmallocz()Ilari Liusvaara2010-01-26
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen2009-04-29
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-28
|\
| * Fix odb_mkstemp() on AIXMike Ralphson2009-02-26
* | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-25
|\ \ | |/
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-25
* | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-11
|/
* Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano2008-07-20
* Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-22