Age | Commit message (Expand) | Author | Files | Lines |
2021-03-15 | pkt-line: add options argument to read_packetized_to_strbuf() | Johannes Schindelin | 1 | -2/+2 |
2021-03-15 | pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option | Johannes Schindelin | 1 | -2/+17 |
2021-03-15 | pkt-line: do not issue flush packets in write_packetized_*() | Johannes Schindelin | 1 | -6/+2 |
2021-03-15 | pkt-line: eliminate the need for static buffer in packet_write_gently() | Jeff Hostetler | 1 | -8/+20 |
2020-10-29 | sideband: diagnose more sideband anomalies | Jeff King | 1 | -6/+8 |
2020-10-20 | sideband: report unhandled incomplete sideband messages as bugs | Johannes Schindelin | 1 | -0/+3 |
2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+1 |
2020-05-27 | pkt-line: add a member for hash algorithm | brian m. carlson | 1 | -0/+1 |
2020-05-24 | pkt-line: define PACKET_READ_RESPONSE_END | Denton Liu | 1 | -0/+11 |
2020-05-19 | pkt-line: extern packet_length() | Denton Liu | 1 | -3/+3 |
2019-05-16 | pkt-line: drop 'const'-ness of a param to set_packet_header() | Junio C Hamano | 1 | -1/+1 |
2019-04-15 | pkt-line: prepare buffer before handling ERR packets | Jeff King | 1 | -4/+5 |
2019-03-20 | Merge branch 'jk/no-sigpipe-during-network-transport' | Junio C Hamano | 1 | -2/+4 |
2019-03-05 | fetch: avoid calling write_or_die() | Jeff King | 1 | -2/+4 |
2019-03-03 | remote-curl: use post_rpc() for protocol v2 also | Jonathan Tan | 1 | -1/+1 |
2019-01-17 | {fetch,upload}-pack: sideband v2 fetch response | Jonathan Tan | 1 | -11/+32 |
2019-01-17 | sideband: reverse its dependency on pkt-line | Jonathan Tan | 1 | -0/+23 |
2019-01-15 | pkt-line: introduce struct packet_writer | Jonathan Tan | 1 | -6/+41 |
2019-01-02 | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 1 | -0/+4 |
2018-07-23 | pkt-line.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -13/+13 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-03-15 | pkt-line: add packet_buf_write_len function | Brandon Williams | 1 | -0/+16 |
2018-03-14 | pkt-line: add delim packet support | Brandon Williams | 1 | -0/+16 |
2018-03-14 | pkt-line: allow peeking a packet line without consuming it | Brandon Williams | 1 | -0/+50 |
2018-03-14 | pkt-line: introduce packet_read_with_status | Brandon Williams | 1 | -14/+37 |
2017-12-06 | Merge branch 'bw/protocol-v1' | Junio C Hamano | 1 | -0/+6 |
2017-10-17 | pkt-line: add packet_write function | Brandon Williams | 1 | -0/+6 |
2017-09-27 | prefer "!=" when checking read_in_full() result | Jeff King | 1 | -1/+1 |
2017-09-25 | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 1 | -15/+14 |
2017-09-19 | Merge branch 'ma/pkt-line-leakfix' | Junio C Hamano | 1 | -1/+2 |
2017-09-14 | pkt-line: check write_in_full() errors against "< 0" | Jeff King | 1 | -15/+14 |
2017-09-06 | pkt-line: re-'static'-ify buffer in packet_write_fmt_1() | Martin Ågren | 1 | -1/+2 |
2017-07-26 | sub-process: refactor handshake to common function | Jonathan Tan | 1 | -19/+0 |
2017-05-08 | convert: move packet_write_line() into pkt-line as packet_writel() | Ben Peart | 1 | -0/+19 |
2017-05-08 | pkt-line: add packet_read_line_gently() | Ben Peart | 1 | -0/+12 |
2017-05-08 | pkt-line: fix packet_read_line() to handle len < 0 errors | Ben Peart | 1 | -1/+1 |
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 |