aboutsummaryrefslogtreecommitdiff
path: root/write_or_die.c
Commit message (Expand)AuthorAge
* Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-30
* write_in_full: size_t is unsigned.Junio C Hamano2007-01-26
* Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-14
* Fix up totally buggered read_or_die()Linus Torvalds2007-01-11
* Clean up write_in_full() usersLinus Torvalds2007-01-11
* Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2007-01-11
* write_in_full: really write in full or return error on disk full.Linus Torvalds2007-01-11
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-08
* Merge branch 'sp/mmap'Junio C Hamano2007-01-07
|\
| * Create read_or_die utility routine.Shawn O. Pearce2006-12-29
* | send pack check for failure to send revisions listAndy Whitcroft2007-01-02
|/
* Trace into open fd and refactor tracing code.Christian Couder2006-08-31
* Add write_or_die(), a helper functionRene Scharfe2006-08-21