summary refs log tree commit diff
path: root/pkt-line.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-11fetch-pack: redact packfile urls in tracesIvan Frade1-1/+39
2021-10-25Merge branch 'ab/pkt-line-cleanup'Junio C Hamano1-38/+7
2021-10-15pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason1-22/+7
2021-10-15pkt-line.[ch]: remove unused packet_buf_write_len()Ævar Arnfjörð Bjarmason1-16/+0
2021-09-01pkt-line: add stdio packet write functionsJacob Vosmaer1-0/+37
2021-07-28Merge branch 'dl/packet-read-response-end-fix'Junio C Hamano1-1/+1
2021-07-09pkt-line: replace "stateless separator" with "response end"Denton Liu1-1/+1
2021-04-15pkt-line: do not report packet write errors twiceMatheus Tavares1-7/+24
2021-03-15pkt-line: add options argument to read_packetized_to_strbuf()Johannes Schindelin1-2/+2
2021-03-15pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR optionJohannes Schindelin1-2/+17
2021-03-15pkt-line: do not issue flush packets in write_packetized_*()Johannes Schindelin1-6/+2
2021-03-15pkt-line: eliminate the need for static buffer in packet_write_gently()Jeff Hostetler1-8/+20
2020-10-29sideband: diagnose more sideband anomaliesJeff King1-6/+8
2020-10-20sideband: report unhandled incomplete sideband messages as bugsJohannes Schindelin1-0/+3
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-0/+1
2020-05-27pkt-line: add a member for hash algorithmbrian m. carlson1-0/+1
2020-05-24pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu1-0/+11
2020-05-19pkt-line: extern packet_length()Denton Liu1-3/+3
2019-05-16pkt-line: drop 'const'-ness of a param to set_packet_header()Junio C Hamano1-1/+1
2019-04-15pkt-line: prepare buffer before handling ERR packetsJeff King1-4/+5
2019-03-20Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano1-2/+4
2019-03-05fetch: avoid calling write_or_die()Jeff King1-2/+4
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan1-1/+1
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseJonathan Tan1-11/+32
2019-01-17sideband: reverse its dependency on pkt-lineJonathan Tan1-0/+23
2019-01-15pkt-line: introduce struct packet_writerJonathan Tan1-6/+41
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-0/+4
2018-07-23pkt-line.c: mark more strings for translationNguyễn Thái Ngọc Duy1-13/+13
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-1/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-03-15pkt-line: add packet_buf_write_len functionBrandon Williams1-0/+16
2018-03-14pkt-line: add delim packet supportBrandon Williams1-0/+16
2018-03-14pkt-line: allow peeking a packet line without consuming itBrandon Williams1-0/+50
2018-03-14pkt-line: introduce packet_read_with_statusBrandon Williams1-14/+37
2017-12-06Merge branch 'bw/protocol-v1'Junio C Hamano1-0/+6
2017-10-17pkt-line: add packet_write functionBrandon Williams1-0/+6
2017-09-27prefer "!=" when checking read_in_full() resultJeff King1-1/+1
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-15/+14
2017-09-19Merge branch 'ma/pkt-line-leakfix'Junio C Hamano1-1/+2
2017-09-14pkt-line: check write_in_full() errors against "< 0"Jeff King1-15/+14
2017-09-06pkt-line: re-'static'-ify buffer in packet_write_fmt_1()Martin Ågren1-1/+2
2017-07-26sub-process: refactor handshake to common functionJonathan Tan1-19/+0
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart1-0/+19
2017-05-08pkt-line: add packet_read_line_gently()Ben Peart1-0/+12
2017-05-08pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart1-1/+1
2016-10-17pkt-line: add functions to read/write flush terminated packet streamsLars Schneider1-0/+72
2016-10-17pkt-line: add packet_write_gently()Lars Schneider1-0/+17
2016-10-17pkt-line: add packet_flush_gently()Lars Schneider1-0/+8
2016-10-17pkt-line: add packet_write_fmt_gently()Lars Schneider1-4/+30