summaryrefslogtreecommitdiff
path: root/write_or_die.c
AgeCommit message (Expand)Author
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-01-27write_in_full: size_t is unsigned.Junio C Hamano
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce
2007-01-12Fix up totally buggered read_or_die()Linus Torvalds
2007-01-12Clean up write_in_full() usersLinus Torvalds
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-03send pack check for failure to send revisions listAndy Whitcroft
2006-12-29Create read_or_die utility routine.Shawn O. Pearce
2006-08-31Trace into open fd and refactor tracing code.Christian Couder
2006-08-22Add write_or_die(), a helper functionRene Scharfe