1. 9540ce5 refs: write packed_refs file using stdio by Jeff King · 11 years ago
  2. 756e676 write_or_die: raise SIGPIPE when we get EPIPE by Jeff King · 12 years ago
  3. 84adb64 maybe_flush_or_die: move a too-loose Windows specific error by Johannes Sixt · 12 years ago
  4. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  5. 559e840 Move read_in_full() and write_in_full() to wrapper.c by Junio C Hamano · 17 years ago
  6. b2f5e26 Windows: Work around an oddity when a pipe with no reader is written to. by Johannes Sixt · 18 years ago
  7. 4c81b03 Make pack creation always fsync() the result by Linus Torvalds · 17 years ago
  8. 0104ca0 Make read_in_full() and write_in_full() consistent with xread() and xwrite() by Heikki Orsila · 17 years ago
  9. 06f59e9 Don't fflush(stdout) when it's not helpful by Theodore Ts'o · 18 years ago
  10. d848804 write_in_full: size_t is unsigned. by Junio C Hamano · 18 years ago
  11. e6e2bd6 Remove read_or_die in favor of better error messages. by Shawn O. Pearce · 18 years ago
  12. 4494c65 Fix up totally buggered read_or_die() by Linus Torvalds · 18 years ago
  13. d34cf19 Clean up write_in_full() users by Linus Torvalds · 18 years ago
  14. 3b97fee Avoid errors and warnings when attempting to do I/O on zero bytes by Eric Wong · 18 years ago
  15. f6aa66c write_in_full: really write in full or return error on disk full. by Linus Torvalds · 18 years ago
  16. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  17. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  18. e081405 short i/o: clean up the naming for the write_{in,or}_xxx family by Andy Whitcroft · 18 years ago
  19. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  20. 825cee7 send pack check for failure to send revisions list by Andy Whitcroft · 18 years ago
  21. 75025cc Create read_or_die utility routine. by Shawn O. Pearce · 18 years ago
  22. 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder · 19 years ago
  23. 7230e6d Add write_or_die(), a helper function by Rene Scharfe · 19 years ago