summaryrefslogtreecommitdiff
path: root/write_or_die.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-3/+3
2008-07-20Move read_in_full() and write_in_full() to wrapper.cLibravatar Junio C Hamano1-38/+0
2008-06-26Windows: Work around an oddity when a pipe with no reader is written to.Libravatar Johannes Sixt1-1/+6
2008-05-31Make pack creation always fsync() the resultLibravatar Linus Torvalds1-0/+7
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Libravatar Heikki Orsila1-2/+2
2007-06-30Don't fflush(stdout) when it's not helpfulLibravatar Theodore Ts'o1-0/+40
2007-01-26write_in_full: size_t is unsigned.Libravatar Junio C Hamano1-1/+1
2007-01-14Remove read_or_die in favor of better error messages.Libravatar Shawn O. Pearce1-12/+0
2007-01-11Fix up totally buggered read_or_die()Libravatar Linus Torvalds1-14/+8
2007-01-11Clean up write_in_full() usersLibravatar Linus Torvalds1-28/+3
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesLibravatar Eric Wong1-0/+8
2007-01-11write_in_full: really write in full or return error on disk full.Libravatar Linus Torvalds1-7/+6
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-25/+20
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-6/+23
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyLibravatar Andy Whitcroft1-30/+42
2007-01-07Merge branch 'sp/mmap'Libravatar Junio C Hamano1-0/+16
2007-01-02send pack check for failure to send revisions listLibravatar Andy Whitcroft1-0/+23
2006-12-29Create read_or_die utility routine.Libravatar Shawn O. Pearce1-0/+16
2006-08-31Trace into open fd and refactor tracing code.Libravatar Christian Couder1-0/+25
2006-08-21Add write_or_die(), a helper functionLibravatar Rene Scharfe1-0/+20