1. b1bda75 parse: separate out parsing functions from config.h by Calvin Wan · 1 year, 5 months ago
  2. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 8 months ago
  3. d48be35 write-or-die.h: move declarations for write-or-die.c functions from cache.h by Elijah Newren · 2 years ago
  4. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  5. fd01795 environ: GIT_FLUSH should be made a usual Boolean by Junio C Hamano · 2 years, 6 months ago
  6. 020406e core.fsync: introduce granular fsync control infrastructure by Neeraj Singh · 3 years ago
  7. abf38ab core.fsyncmethod: add writeout-only mode by Neeraj Singh · 3 years ago
  8. 63a2e8b Merge branch 'ew/test-wo-fsync' by Junio C Hamano · 3 years, 3 months ago
  9. 412e4ca tests: disable fsync everywhere by Eric Wong · 3 years, 4 months ago
  10. 9632839 pkt-line: add stdio packet write functions by Jacob Vosmaer · 3 years, 6 months ago
  11. cccdfd2 fsync(): be prepared to see EINTR by Junio C Hamano · 3 years, 9 months ago
  12. fa2656f write_or_die.c: rename to use dashes in file name by Stefan Beller · 7 years ago[Renamed from write_or_die.c]
  13. b992fe1 run-command: move check_pipe() from write_or_die to run_command by Lars Schneider · 8 years ago
  14. ca5c701 write_or_die: drop write_or_whine_pipe() by Jeff King · 9 years ago
  15. b333d0d write_or_die: remove the unused write_or_whine() function by Ramsay Jones · 9 years ago
  16. 9658846 write_or_die: handle EPIPE in async threads by Jeff King · 9 years ago
  17. 9540ce5 refs: write packed_refs file using stdio by Jeff King · 11 years ago
  18. 756e676 write_or_die: raise SIGPIPE when we get EPIPE by Jeff King · 12 years ago
  19. 84adb64 maybe_flush_or_die: move a too-loose Windows specific error by Johannes Sixt · 12 years ago
  20. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  21. 559e840 Move read_in_full() and write_in_full() to wrapper.c by Junio C Hamano · 17 years ago
  22. b2f5e26 Windows: Work around an oddity when a pipe with no reader is written to. by Johannes Sixt · 18 years ago
  23. 4c81b03 Make pack creation always fsync() the result by Linus Torvalds · 17 years ago
  24. 0104ca0 Make read_in_full() and write_in_full() consistent with xread() and xwrite() by Heikki Orsila · 17 years ago
  25. 06f59e9 Don't fflush(stdout) when it's not helpful by Theodore Ts'o · 18 years ago
  26. d848804 write_in_full: size_t is unsigned. by Junio C Hamano · 18 years ago
  27. e6e2bd6 Remove read_or_die in favor of better error messages. by Shawn O. Pearce · 18 years ago
  28. 4494c65 Fix up totally buggered read_or_die() by Linus Torvalds · 18 years ago
  29. d34cf19 Clean up write_in_full() users by Linus Torvalds · 18 years ago
  30. 3b97fee Avoid errors and warnings when attempting to do I/O on zero bytes by Eric Wong · 18 years ago
  31. f6aa66c write_in_full: really write in full or return error on disk full. by Linus Torvalds · 18 years ago
  32. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  33. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  34. e081405 short i/o: clean up the naming for the write_{in,or}_xxx family by Andy Whitcroft · 18 years ago
  35. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  36. 825cee7 send pack check for failure to send revisions list by Andy Whitcroft · 18 years ago
  37. 75025cc Create read_or_die utility routine. by Shawn O. Pearce · 18 years ago
  38. 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder · 19 years ago
  39. 7230e6d Add write_or_die(), a helper function by Rene Scharfe · 19 years ago