summaryrefslogtreecommitdiff
path: root/wrapper.c
AgeCommit message (Expand)Author
2016-04-22wrapper.c: delete dead function git_mkstemps()Nguyễn Thái Ngọc Duy
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King
2016-02-05Merge branch 'js/fopen-harder' into maintJunio C Hamano
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano
2016-01-12Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin
2015-12-21Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano
2015-12-16xread: poll on non blocking fdsStefan Beller
2015-12-10ident: make xgetpwuid_self() a static local helperJeff King
2015-09-25add xsnprintf helper functionJeff King
2015-08-25write_file_v(): do not leave incomplete line at the endJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-05wrapper: implement xfopen()Paul Tan
2015-08-05wrapper: implement xopen()Paul Tan
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-02-25Merge branch 'jc/max-io-size-and-ssize-max'Junio C Hamano
2015-02-12xread/xwrite: clip MAX_IO_SIZE to SSIZE_MAXJunio C Hamano
2014-12-01wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy
2014-10-15wrapper.c: add a new function unlink_or_msgRonnie Sahlberg
2014-10-15wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as successRonnie Sahlberg
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano
2014-09-11Merge branch 'nd/large-blobs'Junio C Hamano
2014-08-28memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska
2014-08-26wrapper: add xgetcwd()René Scharfe
2014-08-18wrapper.c: introduce gentle xmallocz that does not die()Nguyễn Thái Ngọc Duy
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos
2014-04-10wrapper.c: add xpread() similar to xread()Yiannis Marangos
2013-11-12typofixes: fix misspelt commentsMasanari Iida
2013-10-14wrapper.c: only define gitmkstemps if neededRamsay Jones
2013-08-20xread, xwrite: limit size of IO to 8MBSteffen Prohaska
2013-07-22Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano
2013-07-12git_mkstemps: correctly test return value of open()Dale R. Worley
2013-04-15config: allow inaccessible configuration under $HOMEJonathan Nieder
2013-01-12Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano
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