summaryrefslogtreecommitdiff
path: root/pkt-line.c
Commit message (Expand)AuthorAgeFilesLines
* t0021: implementation the rot13-filter.pl script in CMatheus Tavares2022-08-141-1/+4
* fetch-pack: redact packfile urls in tracesIvan Frade2021-11-111-1/+39
* Merge branch 'ab/pkt-line-cleanup'Junio C Hamano2021-10-251-38/+7
|\
| * pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason2021-10-151-22/+7
| * pkt-line.[ch]: remove unused packet_buf_write_len()Ævar Arnfjörð Bjarmason2021-10-151-16/+0
* | pkt-line: add stdio packet write functionsJacob Vosmaer2021-09-011-0/+37
|/
* Merge branch 'dl/packet-read-response-end-fix'Junio C Hamano2021-07-281-1/+1
|\
| * pkt-line: replace "stateless separator" with "response end"Denton Liu2021-07-091-1/+1
* | pkt-line: do not report packet write errors twiceMatheus Tavares2021-04-151-7/+24
* | pkt-line: add options argument to read_packetized_to_strbuf()Johannes Schindelin2021-03-151-2/+2
* | pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR optionJohannes Schindelin2021-03-151-2/+17
* | pkt-line: do not issue flush packets in write_packetized_*()Johannes Schindelin2021-03-151-6/+2
* | pkt-line: eliminate the need for static buffer in packet_write_gently()Jeff Hostetler2021-03-151-8/+20
* | sideband: diagnose more sideband anomaliesJeff King2020-10-291-6/+8
* | sideband: report unhandled incomplete sideband messages as bugsJohannes Schindelin2020-10-201-0/+3
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+1
|\ \ | |/ |/|
| * pkt-line: add a member for hash algorithmbrian m. carlson2020-05-271-0/+1
* | pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu2020-05-241-0/+11
* | pkt-line: extern packet_length()Denton Liu2020-05-191-3/+3
|/
* pkt-line: drop 'const'-ness of a param to set_packet_header()Junio C Hamano2019-05-161-1/+1
* pkt-line: prepare buffer before handling ERR packetsJeff King2019-04-151-4/+5
* Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano2019-03-201-2/+4
|\
| * fetch: avoid calling write_or_die()Jeff King2019-03-051-2/+4
* | remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan2019-03-031-1/+1
* | {fetch,upload}-pack: sideband v2 fetch responseJonathan Tan2019-01-171-11/+32
* | sideband: reverse its dependency on pkt-lineJonathan Tan2019-01-171-0/+23
* | pkt-line: introduce struct packet_writerJonathan Tan2019-01-151-6/+41
* | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-0/+4
|/
* pkt-line.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-13/+13
* Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
* Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | pkt-line: add packet_buf_write_len functionBrandon Williams2018-03-151-0/+16
* | pkt-line: add delim packet supportBrandon Williams2018-03-141-0/+16
* | pkt-line: allow peeking a packet line without consuming itBrandon Williams2018-03-141-0/+50
* | pkt-line: introduce packet_read_with_statusBrandon Williams2018-03-141-14/+37
|/
* Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+6
|\
| * pkt-line: add packet_write functionBrandon Williams2017-10-171-0/+6
* | prefer "!=" when checking read_in_full() resultJeff King2017-09-271-1/+1
|/
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-15/+14
|\
| * pkt-line: check write_in_full() errors against "< 0"Jeff King2017-09-141-15/+14
* | Merge branch 'ma/pkt-line-leakfix'Junio C Hamano2017-09-191-1/+2
|\ \ | |/ |/|
| * pkt-line: re-'static'-ify buffer in packet_write_fmt_1()ma/pkt-line-leakfixMartin Ågren2017-09-061-1/+2
* | sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-19/+0
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-081-0/+19
* | pkt-line: add packet_read_line_gently()Ben Peart2017-05-081-0/+12
* | pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart2017-05-081-1/+1
|/
* pkt-line: add functions to read/write flush terminated packet streamsLars Schneider2016-10-171-0/+72
* pkt-line: add packet_write_gently()Lars Schneider2016-10-171-0/+17
* pkt-line: add packet_flush_gently()Lars Schneider2016-10-171-0/+8