Sign in
googlers
/
jrn
/
git
/
463dca6476be5f4998f8a836cd8141f58e1b42ee
/
pkt-line.c
56bea28
pkt-line: drop 'const'-ness of a param to set_packet_header()
by Junio C Hamano
· 6 years ago
533ddba
pkt-line: prepare buffer before handling ERR packets
by Jeff King
· 6 years ago
27cdbdd
Merge branch 'jk/no-sigpipe-during-network-transport'
by Junio C Hamano
· 6 years ago
37c8001
fetch: avoid calling write_or_die()
by Jeff King
· 6 years ago
a97d007
remote-curl: use post_rpc() for protocol v2 also
by Jonathan Tan
· 6 years ago
0bbc0bc
{fetch,upload}-pack: sideband v2 fetch response
by Jonathan Tan
· 6 years ago
fbd76cd
sideband: reverse its dependency on pkt-line
by Jonathan Tan
· 6 years ago
bc2e795
pkt-line: introduce struct packet_writer
by Jonathan Tan
· 6 years ago
2d103c3
pack-protocol.txt: accept error packets in any context
by Masaya Suzuki
· 6 years ago
c60d769
pkt-line.c: mark more strings for translation
by Nguyễn Thái Ngọc Duy
· 7 years ago
1a07e59
Update messages in preparation for i18n
by Nguyễn Thái Ngọc Duy
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
f1f4d8a
pkt-line: add packet_buf_write_len function
by Brandon Williams
· 7 years ago
a4cfd41
pkt-line: add delim packet support
by Brandon Williams
· 7 years ago
77dabc1
pkt-line: allow peeking a packet line without consuming it
by Brandon Williams
· 7 years ago
2153d47
pkt-line: introduce packet_read_with_status
by Brandon Williams
· 7 years ago
4c6dad0
Merge branch 'bw/protocol-v1'
by Junio C Hamano
· 7 years ago
5d2124b
pkt-line: add packet_write function
by Brandon Williams
· 7 years ago
61d3633
prefer "!=" when checking read_in_full() result
by Jeff King
· 7 years ago
c50424a
Merge branch 'jk/write-in-full-fix'
by Junio C Hamano
· 7 years ago
c78e182
Merge branch 'ma/pkt-line-leakfix'
by Junio C Hamano
· 7 years ago
4c95e3d
pkt-line: check write_in_full() errors against "< 0"
by Jeff King
· 7 years ago
150efef
pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
by Martin Ågren
· 7 years ago
fa64a2f
sub-process: refactor handshake to common function
by Jonathan Tan
· 8 years ago
c0c70f7
convert: move packet_write_line() into pkt-line as packet_writel()
by Ben Peart
· 8 years ago
825b922
pkt-line: add packet_read_line_gently()
by Ben Peart
· 8 years ago
974b50c
pkt-line: fix packet_read_line() to handle len < 0 errors
by Ben Peart
· 8 years ago
bb643d8
pkt-line: add functions to read/write flush terminated packet streams
by Lars Schneider
· 8 years ago
edfb780
pkt-line: add packet_write_gently()
by Lars Schneider
· 8 years ago
038ce90
pkt-line: add packet_flush_gently()
by Lars Schneider
· 8 years ago
70428d1
pkt-line: add packet_write_fmt_gently()
by Lars Schneider
· 8 years ago
2f60bdd
pkt-line: extract set_packet_header()
by Lars Schneider
· 8 years ago
81c634e
pkt-line: rename packet_write() to packet_write_fmt()
by Lars Schneider
· 8 years ago
d233097
introduce hex2chr() for converting two hexadecimal digits to a character
by René Scharfe
· 8 years ago
fd89433
pkt-line: show packets in async processes as "sideband"
by Jeff King
· 9 years ago
3235983
pkt-line: support tracing verbatim pack contents
by Jeff King
· 10 years ago
d6d1a75
pkt-line: tighten sideband PACK check when tracing
by Jeff King
· 10 years ago
f3612ac
pkt-line: simplify starts_with checks in packet tracing
by Jeff King
· 10 years ago
8e9faf2
pkt-line: allow writing of LARGE_PACKET_MAX buffers
by Jeff King
· 10 years ago
6aa3085
trace: improve trace performance
by Karsten Blees
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
4981fe7
pkt-line: share buffer/descriptor reading implementation
by Jeff King
· 12 years ago
74543a0
pkt-line: provide a LARGE_PACKET_MAX static buffer
by Jeff King
· 12 years ago
819b929
pkt-line: teach packet_read_line to chomp newlines
by Jeff King
· 12 years ago
0380942
pkt-line: provide a generic reading function with options
by Jeff King
· 12 years ago
cdf4fb8
pkt-line: drop safe_write function
by Jeff King
· 12 years ago
e148542
pkt-line: move a misplaced comment
by Jeff King
· 12 years ago
46284dd
remove the impression of unexpectedness when access is denied
by Heiko Voigt
· 13 years ago
1e4cd68
sparse: Fix errors and silence warnings
by Stephen Boyd
· 14 years ago
bbc30f9
add packet tracing debug code
by Jeff King
· 14 years ago
743c4b7
pkt-line: Make packet_read_line easier to debug
by Shawn O. Pearce
· 15 years ago
f5615d2
pkt-line: Add strbuf based functions
by Shawn O. Pearce
· 15 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
c697ad1
Cleanup xread() loops to use read_in_full()
by Heikki Orsila
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
8a912bc
Ensure return value from xread() is always stored into an ssize_t
by Johan Herland
· 18 years ago
b3d9899
make git a bit less cryptic on fetch errors
by Nicolas Pitre
· 18 years ago
9d24ed4
Merge branch 'ff/c99' into next
by Junio C Hamano
· 19 years ago
583b7ea
upload-pack/fetch-pack: support side-band communication
by Junio C Hamano
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
1c15afb
xread/xwrite: do not worry about EINTR at calling sites.
by Junio C Hamano
· 19 years ago
f3a3214
Make send/receive-pack be closer to doing something interesting
by Linus Torvalds
· 20 years ago