summaryrefslogtreecommitdiffstats
path: root/pkt-line.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 functionJonathan 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
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+1
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-0/+12