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