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
/
pkt-line.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-17
pkt-line: add functions to read/write flush terminated packet streams
Lars Schneider
1
-0
/
+72
2016-10-17
pkt-line: add packet_write_gently()
Lars Schneider
1
-0
/
+17
2016-10-17
pkt-line: add packet_flush_gently()
Lars Schneider
1
-0
/
+8
2016-10-17
pkt-line: add packet_write_fmt_gently()
Lars Schneider
1
-4
/
+30
2016-10-17
pkt-line: extract set_packet_header()
Lars Schneider
1
-6
/
+13
2016-10-17
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
1
-1
/
+1
2016-09-07
introduce hex2chr() for converting two hexadecimal digits to a character
René Scharfe
1
-21
/
+2
2015-09-01
pkt-line: show packets in async processes as "sideband"
Jeff King
1
-1
/
+7
2015-06-16
pkt-line: support tracing verbatim pack contents
Jeff King
1
-15
/
+44
2015-06-15
pkt-line: tighten sideband PACK check when tracing
Jeff King
1
-1
/
+1
2015-06-15
pkt-line: simplify starts_with checks in packet tracing
Jeff King
1
-2
/
+1
2014-12-10
pkt-line: allow writing of LARGE_PACKET_MAX buffers
Jeff King
1
-18
/
+19
2014-07-13
trace: improve trace performance
Karsten Blees
1
-4
/
+4
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-2
/
+2
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
1
-38
/
+38
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
1
-2
/
+7
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-1
/
+6
2013-02-20
pkt-line: provide a generic reading function with options
Jeff King
1
-13
/
+8
2013-02-20
pkt-line: drop safe_write function
Jeff King
1
-19
/
+2
2013-02-20
pkt-line: move a misplaced comment
Jeff King
1
-15
/
+0
2012-06-19
remove the impression of unexpectedness when access is denied
Heiko Voigt
1
-6
/
+26
2011-04-03
sparse: Fix errors and silence warnings
Stephen Boyd
1
-1
/
+1
2011-03-08
add packet tracing debug code
Jeff King
1
-1
/
+54
2009-10-30
pkt-line: Make packet_read_line easier to debug
Shawn O. Pearce
1
-1
/
+1
2009-10-30
pkt-line: Add strbuf based functions
Shawn O. Pearce
1
-12
/
+72
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-2
/
+2
2008-05-03
Cleanup xread() loops to use read_in_full()
Heikki Orsila
1
-10
/
+5
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+1
2007-05-15
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
1
-2
/
+2
2006-12-18
make git a bit less cryptic on fetch errors
Nicolas Pitre
1
-1
/
+1
2006-06-21
Merge branch 'ff/c99' into next
Junio C Hamano
1
-2
/
+2
2006-06-21
upload-pack/fetch-pack: support side-band communication
Junio C Hamano
1
-1
/
+3
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-2
/
+2
2005-12-19
xread/xwrite: do not worry about EINTR at calling sites.
Junio C Hamano
1
-8
/
+3
2005-06-29
Make send/receive-pack be closer to doing something interesting
Linus Torvalds
1
-0
/
+117