summaryrefslogtreecommitdiffstats
path: root/write_or_die.c
Commit message (Expand)AuthorAgeFilesLines
* run-command: move check_pipe() from write_or_die to run_commandLars Schneider2016-10-171-13/+0
* write_or_die: drop write_or_whine_pipe()Jeff King2016-08-051-12/+0
* write_or_die: remove the unused write_or_whine() functionRamsay Jones2016-06-101-11/+0
* write_or_die: handle EPIPE in async threadsJeff King2016-02-251-0/+4
* refs: write packed_refs file using stdioJeff King2014-09-101-0/+15
* write_or_die: raise SIGPIPE when we get EPIPEJeff King2013-02-201-6/+13
* maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt2012-10-171-6/+1
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-3/+3
* Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano2008-07-201-38/+0
* Windows: Work around an oddity when a pipe with no reader is written to.Johannes Sixt2008-06-261-1/+6
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-0/+7
* Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-291-2/+2
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-301-0/+40
* write_in_full: size_t is unsigned.Junio C Hamano2007-01-261-1/+1
* Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-141-12/+0
* Fix up totally buggered read_or_die()Linus Torvalds2007-01-111-14/+8
* Clean up write_in_full() usersLinus Torvalds2007-01-111-28/+3
* Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2007-01-111-0/+8
* write_in_full: really write in full or return error on disk full.Linus Torvalds2007-01-111-7/+6
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-25/+20
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-6/+23
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-081-30/+42
* Merge branch 'sp/mmap'Junio C Hamano2007-01-071-0/+16
|\
| * Create read_or_die utility routine.Shawn O. Pearce2006-12-291-0/+16
* | send pack check for failure to send revisions listAndy Whitcroft2007-01-021-0/+23
|/
* Trace into open fd and refactor tracing code.Christian Couder2006-08-311-0/+25
* Add write_or_die(), a helper functionRene Scharfe2006-08-211-0/+20