67 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
brian m. carlson 9a9f0d3fc0 pkt-line: add a member for hash algorithm 5 years ago
Denton Liu 0181b600a6 pkt-line: define PACKET_READ_RESPONSE_END 5 years ago
Denton Liu 101736a14c pkt-line: extern packet_length() 5 years ago
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 8 years ago
Jeff King 61d36330b4 prefer "!=" when checking read_in_full() result 8 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 9 years ago
Lars Schneider edfb780cd4 pkt-line: add packet_write_gently() 9 years ago
Lars Schneider 038ce90f2f pkt-line: add packet_flush_gently() 9 years ago
Lars Schneider 70428d1a52 pkt-line: add packet_write_fmt_gently() 9 years ago
Lars Schneider 2f60bdd1a8 pkt-line: extract set_packet_header() 9 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 9 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 16 years ago