summaryrefslogtreecommitdiff
path: root/wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano2013-07-221-1/+1
|\
| * git_mkstemps: correctly test return value of open()Dale R. Worley2013-07-121-1/+1
| * Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-111-1/+9
| |\
* | | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-4/+10
* | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-061-1/+9
|\ \ \ | |/ / |/| / | |/
| * config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-131-0/+8
| * config, gitignore: failure to access with ENOTDIR is okJonathan Nieder2012-10-131-1/+1
* | xmkstemp(): avoid showing truncated template more carefullyJunio C Hamano2012-12-181-1/+1
|/
* warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-211-1/+6
* config: warn on inaccessible filesJeff King2012-08-211-0/+8
* ident: report passwd errors with a more friendly messageJeff King2012-05-221-0/+12
* Add more large blob test casesNguyễn Thái Ngọc Duy2012-03-071-3/+24
* read_in_full: always report errorsJeff King2011-05-261-2/+4
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-2/+2
* Merge branch 'maint'Junio C Hamano2011-02-101-1/+1
|\
| * compat: helper for detecting unsigned overflowJonathan Nieder2011-02-101-1/+1
* | Improve error messages when temporary file creation failsArnout Engelen2010-12-211-4/+28
|/
* set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano2010-12-211-0/+2
* Remove pack file handling dependency from wrapper.oJonathan Nieder2010-11-101-3/+2
* wrapper: give zlib wrappers their own translation unitJonathan Nieder2010-11-101-60/+0
* path helpers: move git_mkstemp* to wrapper.cJonathan Nieder2010-11-101-0/+113
* wrapper: move odb_* to environment.cJonathan Nieder2010-11-101-37/+0
* wrapper: move xmmap() to sha1_file.cJonathan Nieder2010-11-101-15/+0
* xmalloc: include size in the failure messageMatthieu Moy2010-08-201-1/+2
* Merge branch 'js/try-to-free-stackable'Junio C Hamano2010-06-131-2/+4
|\
| * Have set_try_to_free_routine return the previous routineJohannes Sixt2010-05-081-2/+4
* | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-211-4/+16
|\ \ | |/
| * Make xmalloc and xrealloc thread-safeNicolas Pitre2010-03-241-4/+16
* | Introduce remove_or_warn functionPeter Collingbourne2010-03-281-0/+5
* | Implement the rmdir_or_warn functionPeter Collingbourne2010-03-281-0/+5
* | Generalise the unlink_or_warn functionPeter Collingbourne2010-03-281-5/+7
|/
* Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy2010-02-221-3/+7
* git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-221-0/+10
* Add xmallocz()Ilari Liusvaara2010-01-261-4/+11
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
* Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen2009-04-291-0/+16
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-281-1/+2
|\
| * Fix odb_mkstemp() on AIXMike Ralphson2009-02-261-1/+2
* | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-0/+32
|\ \ | |/
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-0/+32
* | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-0/+60
|/
* Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano2008-07-201-0/+38
* Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-221-0/+160