summaryrefslogtreecommitdiff
path: root/pkt-line.h
Commit message (Expand)AuthorAgeFilesLines
* pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+2
* treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren2023-02-231-1/+0
* Merge branch 'mt/rot13-in-c'Junio C Hamano2022-08-291-1/+7
|\
| * t0021: implementation the rot13-filter.pl script in CMatheus Tavares2022-08-141-1/+7
* | pkt-line.h: move comment closer to the associated codeMatheus Tavares2022-07-221-8/+8
|/
* fetch-pack: redact packfile urls in tracesIvan Frade2021-11-111-0/+1
* Merge branch 'ab/pkt-line-cleanup'Junio C Hamano2021-10-251-9/+1
|\
| * pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason2021-10-151-8/+1
| * pkt-line.[ch]: remove unused packet_buf_write_len()Ævar Arnfjörð Bjarmason2021-10-151-1/+0
* | pkt-line: add stdio packet write functionsJacob Vosmaer2021-09-011-0/+11
|/
* pkt-line: add options argument to read_packetized_to_strbuf()Johannes Schindelin2021-03-151-1/+1
* pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR optionJohannes Schindelin2021-03-151-3/+8
* pkt-line: do not issue flush packets in write_packetized_*()Johannes Schindelin2021-03-151-2/+2
* Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+3
|\
| * pkt-line: add a member for hash algorithmbrian m. carlson2020-05-271-0/+3
* | pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu2020-05-241-0/+2
* | pkt-line: extern packet_length()Denton Liu2020-05-191-0/+9
|/
* pkt-line: fix a typoJohannes Schindelin2019-12-021-1/+1
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-2/+2
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-3/+3
* remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan2019-03-031-0/+1
* {fetch,upload}-pack: sideband v2 fetch responseJonathan Tan2019-01-171-0/+4
* sideband: reverse its dependency on pkt-lineJonathan Tan2019-01-171-0/+16
* pkt-line: introduce struct packet_writerJonathan Tan2019-01-151-0/+14
* pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-2/+6
* pkt-line: add packet_buf_write_len functionBrandon Williams2018-03-151-0/+1
* pkt-line: add delim packet supportBrandon Williams2018-03-141-0/+3
* pkt-line: allow peeking a packet line without consuming itBrandon Williams2018-03-141-0/+58
* pkt-line: introduce packet_read_with_statusBrandon Williams2018-03-141-0/+16
* pkt-line: add packet_write functionBrandon Williams2017-10-171-0/+1
* sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-2/+0
* pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLJeff King2017-05-151-0/+1
* convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-081-0/+1
* pkt-line: add packet_read_line_gently()Ben Peart2017-05-081-0/+11
* pkt-line: add functions to read/write flush terminated packet streamsLars Schneider2016-10-171-0/+8
* pkt-line: add packet_flush_gently()Lars Schneider2016-10-171-0/+1
* pkt-line: add packet_write_fmt_gently()Lars Schneider2016-10-171-0/+1
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-1/+1
* comments: fix misuses of "nor"Justin Lebar2014-03-311-4/+4
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-6/+17
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+7
* pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King2013-02-201-0/+3
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-1/+8
* pkt-line: provide a generic reading function with optionsJeff King2013-02-201-1/+26
* pkt-line: drop safe_write functionJeff King2013-02-201-1/+0
* pkt-line: move a misplaced commentJeff King2013-02-201-1/+13
* remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-0/+1
* pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-301-0/+4
* Fix pkt-line.h to compile with a non-GCC compilerDennis Stosberg2006-06-261-0/+2
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-211-0/+1