summaryrefslogtreecommitdiffstats
path: root/pkt-line.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-4/+1
* pkt-line: fix -Wsign-compare warning on 32 bit platformPatrick Steinhardt2024-12-061-9/+11
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* Merge branch 'jx/sideband-chomp-newline-fix'Junio C Hamano2024-01-131-5/+31
|\
| * pkt-line: do not chomp newlines for sideband messagesJiang Xin2023-12-181-2/+29
| * pkt-line: memorize sideband fragment in readerJiang Xin2023-12-181-3/+2
* | pkt-line.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | pkt-line: add size parameter to packet_length()René Scharfe2023-07-081-4/+8
|/
* treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* t0021: implementation the rot13-filter.pl script in CMatheus Tavares2022-08-151-1/+4
* fetch-pack: redact packfile urls in tracesIvan Frade2021-11-111-1/+39
* Merge branch 'ab/pkt-line-cleanup'Junio C Hamano2021-10-261-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-161-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-071-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-251-0/+11
* | pkt-line: extern packet_length()Denton Liu2020-05-201-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