63 Commits (81ed2b405cc6eca56fa4ab8eb1fb3efb839e353c)

Author SHA1 Message Date
Junio C Hamano 56bea28036 pkt-line: drop 'const'-ness of a param to set_packet_header() 6 years ago
Jeff King 533ddba47e pkt-line: prepare buffer before handling ERR packets 6 years ago
Jeff King 37c80012f1 fetch: avoid calling write_or_die() 6 years ago
Jonathan Tan a97d00799a remote-curl: use post_rpc() for protocol v2 also 6 years ago
Jonathan Tan 0bbc0bc574 {fetch,upload}-pack: sideband v2 fetch response 6 years ago
Jonathan Tan fbd76cd450 sideband: reverse its dependency on pkt-line 6 years ago
Jonathan Tan bc2e795cea pkt-line: introduce struct packet_writer 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Nguyễn Thái Ngọc Duy c60d7697d1 pkt-line.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Brandon Williams f1f4d8acf4 pkt-line: add packet_buf_write_len function 7 years ago
Brandon Williams a4cfd41c7b pkt-line: add delim packet support 7 years ago
Brandon Williams 77dabc14c4 pkt-line: allow peeking a packet line without consuming it 7 years ago
Brandon Williams 2153d478b7 pkt-line: introduce packet_read_with_status 7 years ago
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" 8 years ago
Martin Ågren 150efef1e7 pkt-line: re-'static'-ify buffer in packet_write_fmt_1() 8 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