Age | Commit message (Expand) | Author | Files | Lines |
2007-01-26 | write_in_full: size_t is unsigned. | Junio C Hamano | 1 | -1/+1 |
2007-01-14 | Remove read_or_die in favor of better error messages. | Shawn O. Pearce | 1 | -12/+0 |
2007-01-11 | Fix up totally buggered read_or_die() | Linus Torvalds | 1 | -14/+8 |
2007-01-11 | Clean up write_in_full() users | Linus Torvalds | 1 | -28/+3 |
2007-01-11 | Avoid errors and warnings when attempting to do I/O on zero bytes | Eric Wong | 1 | -0/+8 |
2007-01-11 | write_in_full: really write in full or return error on disk full. | Linus Torvalds | 1 | -7/+6 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -25/+20 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -6/+23 |
2007-01-08 | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 1 | -30/+42 |
2007-01-07 | Merge branch 'sp/mmap' | Junio C Hamano | 1 | -0/+16 |
2007-01-02 | send pack check for failure to send revisions list | Andy Whitcroft | 1 | -0/+23 |
2006-12-29 | Create read_or_die utility routine. | Shawn O. Pearce | 1 | -0/+16 |
2006-08-31 | Trace into open fd and refactor tracing code. | Christian Couder | 1 | -0/+25 |
2006-08-21 | Add write_or_die(), a helper function | Rene Scharfe | 1 | -0/+20 |