index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
write_or_die.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-20
write_or_die: raise SIGPIPE when we get EPIPE
Jeff King
1
-6
/
+13
2012-10-17
maybe_flush_or_die: move a too-loose Windows specific error
Johannes Sixt
1
-6
/
+1
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-3
/
+3
2008-07-20
Move read_in_full() and write_in_full() to wrapper.c
Junio C Hamano
1
-38
/
+0
2008-06-26
Windows: Work around an oddity when a pipe with no reader is written to.
Johannes Sixt
1
-1
/
+6
2008-05-31
Make pack creation always fsync() the result
Linus Torvalds
1
-0
/
+7
2008-04-29
Make read_in_full() and write_in_full() consistent with xread() and xwrite()
Heikki Orsila
1
-2
/
+2
2007-06-30
Don't fflush(stdout) when it's not helpful
Theodore Ts'o
1
-0
/
+40
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