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