aboutsummaryrefslogtreecommitdiff
path: root/wrapper.c
Commit message (Expand)AuthorAge
* write_file_v(): do not leave incomplete line at the endJunio C Hamano2015-08-25
* write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
* wrapper: implement xfopen()Paul Tan2015-08-04
* wrapper: implement xopen()Paul Tan2015-08-04
* help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt2015-06-05
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-01
* | Merge branch 'jc/max-io-size-and-ssize-max'Junio C Hamano2015-02-25
|\ \ | |/ |/|
| * xread/xwrite: clip MAX_IO_SIZE to SSIZE_MAXJunio C Hamano2015-02-12
* | wrapper.c: add a new function unlink_or_msgRonnie Sahlberg2014-10-15
* | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg2014-10-15
* | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-08
|\ \
| * | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-28
* | | Merge branch 'nd/large-blobs'Junio C Hamano2014-09-11
|\ \ \
| * | | wrapper.c: introduce gentle xmallocz that does not die()Nguyễn Thái Ngọc Duy2014-08-18
| |/ /
* | | wrapper: add xgetcwd()René Scharfe2014-08-26
|/ /
* | read-cache.c: verify index file before we opportunistically update itYiannis Marangos2014-04-10
* | wrapper.c: add xpread() similar to xread()Yiannis Marangos2014-04-10
* | typofixes: fix misspelt commentsMasanari Iida2013-11-12
* | wrapper.c: only define gitmkstemps if neededRamsay Jones2013-10-14
|/
* xread, xwrite: limit size of IO to 8MBSteffen Prohaska2013-08-20
* Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano2013-07-22
|\
| * git_mkstemps: correctly test return value of open()Dale R. Worley2013-07-12
| * Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-11
| |\
* | | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-15
* | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-06
|\ \ \ | |/ / |/| / | |/
| * config: treat user and xdg config permission problems as errorsJonathan Nieder2012-10-13
| * config, gitignore: failure to access with ENOTDIR is okJonathan Nieder2012-10-13
* | xmkstemp(): avoid showing truncated template more carefullyJunio C Hamano2012-12-18
|/
* warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-21
* config: warn on inaccessible filesJeff King2012-08-21
* ident: report passwd errors with a more friendly messageJeff King2012-05-22
* Add more large blob test casesNguyễn Thái Ngọc Duy2012-03-07
* 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