aboutsummaryrefslogtreecommitdiff
path: root/wrapper.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/write-file'Junio C Hamano2016-07-19
|\
| * write_file: add pointer+len variantJeff King2016-07-08
| * write_file: use xopenJeff King2016-07-08
| * write_file: drop "gently" formJeff King2016-07-08
* | Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-07-19
|\ \ | |/ |/|
| * hoist out handle_nonblock function for xread and xwriteEric Wong2016-07-11
| * xwrite: poll on non-blocking FDsEric Wong2016-06-27
| * xread: retry after poll on EAGAIN/EWOULDBLOCKEric Wong2016-06-27
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \
| * | wrapper.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | | wrapper.c: delete dead function git_mkstemps()Nguyễn Thái Ngọc Duy2016-04-22
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-22
| * | Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
| |\ \
* | \ \ Merge branch 'js/fopen-harder'Junio C Hamano2016-01-20
|\ \ \ \ | | |/ / | |/| |
| * | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-07
* | | | Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-01-12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | xread: poll on non blocking fdsStefan Beller2015-12-16
* | | Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano2015-12-21
|\ \ \ | |/ / |/| / | |/
| * ident: make xgetpwuid_self() a static local helperJeff King2015-12-10
* | add xsnprintf helper functionJeff King2015-09-25
|/
* 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
|/