25 Commits (74f6e0505bb854db5b25ba977432471fed218a73)

Author SHA1 Message Date
Jonathan Nieder e050029385 Remove pack file handling dependency from wrapper.o 14 years ago
Jonathan Nieder b0613ce0f9 wrapper: give zlib wrappers their own translation unit 14 years ago
Jonathan Nieder 33f239365c path helpers: move git_mkstemp* to wrapper.c 14 years ago
Jonathan Nieder 463db9b104 wrapper: move odb_* to environment.c 14 years ago
Jonathan Nieder 58ecbd5ede wrapper: move xmmap() to sha1_file.c 14 years ago
Matthieu Moy 8bd9fd5001 xmalloc: include size in the failure message 15 years ago
Johannes Sixt 851c34b04e Have set_try_to_free_routine return the previous routine 15 years ago
Peter Collingbourne 80d706afed Introduce remove_or_warn function 15 years ago
Peter Collingbourne d1723296af Implement the rmdir_or_warn function 15 years ago
Peter Collingbourne 10e13ec8ed Generalise the unlink_or_warn function 15 years ago
Nicolas Pitre a9a746364b Make xmalloc and xrealloc thread-safe 15 years ago
Matthieu Moy f80c7ae8fe Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later. 15 years ago
Matthieu Moy b862b61c03 git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. 15 years ago
Ilari Liusvaara 5bf9219d01 Add xmallocz() 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Alex Riesen fc71db39e0 Introduce an unlink(2) wrapper which gives warning if unlink failed 16 years ago
Mike Ralphson 2c626e5fa8 Fix odb_mkstemp() on AIX 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Junio C Hamano 559e840b74 Move read_in_full() and write_in_full() to wrapper.c 17 years ago
Linus Torvalds 112db553b0 Shrink the git binary a bit by avoiding unnecessary inline functions 17 years ago