aboutsummaryrefslogtreecommitdiffstats
path: root/write_or_die.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-05write_or_die: drop write_or_whine_pipe()Jeff King1-12/+0
2016-06-10write_or_die: remove the unused write_or_whine() functionRamsay Jones1-11/+0
2016-02-25write_or_die: handle EPIPE in async threadsJeff King1-0/+4
2014-09-10refs: write packed_refs file using stdioJeff King1-0/+15
2013-02-20write_or_die: raise SIGPIPE when we get EPIPEJeff King1-6/+13
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt1-6/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-3/+3
2008-07-20Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano1-38/+0
2008-06-26Windows: Work around an oddity when a pipe with no reader is written to.Johannes Sixt1-1/+6
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-0/+7
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila1-2/+2
2007-06-30Don't fflush(stdout) when it's not helpfulTheodore Ts'o1-0/+40
2007-01-26write_in_full: size_t is unsigned.Junio C Hamano1-1/+1
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce1-12/+0
2007-01-11Fix up totally buggered read_or_die()Linus Torvalds1-14/+8
2007-01-11Clean up write_in_full() usersLinus Torvalds1-28/+3
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong1-0/+8
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds1-7/+6
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-25/+20
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft1-6/+23
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft1-30/+42
2007-01-07Merge branch 'sp/mmap'Junio C Hamano1-0/+16
2007-01-02send pack check for failure to send revisions listAndy Whitcroft1-0/+23
2006-12-29Create read_or_die utility routine.Shawn O. Pearce1-0/+16
2006-08-31Trace into open fd and refactor tracing code.Christian Couder1-0/+25
2006-08-21Add write_or_die(), a helper functionRene Scharfe1-0/+20