46 Commits (f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d)

Author SHA1 Message Date
Brandon Williams 5d2124b34a pkt-line: add packet_write function 7 years ago
Jeff King 61d36330b4 prefer "!=" when checking read_in_full() result 7 years ago
Jeff King 4c95e3dd28 pkt-line: check write_in_full() errors against "< 0" 7 years ago
Martin Ågren 150efef1e7 pkt-line: re-'static'-ify buffer in packet_write_fmt_1() 7 years ago
Jonathan Tan fa64a2fdbe sub-process: refactor handshake to common function 8 years ago
Ben Peart c0c70f7ac0 convert: move packet_write_line() into pkt-line as packet_writel() 8 years ago
Ben Peart 825b9226bf pkt-line: add packet_read_line_gently() 8 years ago
Ben Peart 974b50c556 pkt-line: fix packet_read_line() to handle len < 0 errors 8 years ago
Lars Schneider bb643d8bf8 pkt-line: add functions to read/write flush terminated packet streams 8 years ago
Lars Schneider edfb780cd4 pkt-line: add packet_write_gently() 8 years ago
Lars Schneider 038ce90f2f pkt-line: add packet_flush_gently() 8 years ago
Lars Schneider 70428d1a52 pkt-line: add packet_write_fmt_gently() 8 years ago
Lars Schneider 2f60bdd1a8 pkt-line: extract set_packet_header() 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
René Scharfe d23309733a introduce hex2chr() for converting two hexadecimal digits to a character 9 years ago
Jeff King fd89433dd0 pkt-line: show packets in async processes as "sideband" 10 years ago
Jeff King 323598387d pkt-line: support tracing verbatim pack contents 10 years ago
Jeff King d6d1a75e51 pkt-line: tighten sideband PACK check when tracing 10 years ago
Jeff King f3612acb93 pkt-line: simplify starts_with checks in packet tracing 10 years ago
Jeff King 8e9faf27c1 pkt-line: allow writing of LARGE_PACKET_MAX buffers 10 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 4981fe750b pkt-line: share buffer/descriptor reading implementation 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Jeff King 0380942902 pkt-line: provide a generic reading function with options 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King e148542870 pkt-line: move a misplaced comment 12 years ago
Heiko Voigt 46284dd152 remove the impression of unexpectedness when access is denied 13 years ago
Stephen Boyd 1e4cd68c00 sparse: Fix errors and silence warnings 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Shawn O. Pearce 743c4b7b0f pkt-line: Make packet_read_line easier to debug 15 years ago
Shawn O. Pearce f5615d2467 pkt-line: Add strbuf based functions 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Heikki Orsila c697ad143b Cleanup xread() loops to use read_in_full() 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago
Nicolas Pitre b3d9899324 make git a bit less cryptic on fetch errors 18 years ago
Junio C Hamano 583b7ea31b upload-pack/fetch-pack: support side-band communication 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Junio C Hamano 1c15afb934 xread/xwrite: do not worry about EINTR at calling sites. 19 years ago
Linus Torvalds f3a3214e83 Make send/receive-pack be closer to doing something interesting 20 years ago