summaryrefslogtreecommitdiff
path: root/pkt-line.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-3/+3
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoLibravatar Jonathan Tan1-0/+1
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseLibravatar Jonathan Tan1-0/+4
2019-01-17sideband: reverse its dependency on pkt-lineLibravatar Jonathan Tan1-0/+16
2019-01-15pkt-line: introduce struct packet_writerLibravatar Jonathan Tan1-0/+14
2019-01-02pack-protocol.txt: accept error packets in any contextLibravatar Masaya Suzuki1-2/+6
2018-03-15pkt-line: add packet_buf_write_len functionLibravatar Brandon Williams1-0/+1
2018-03-14pkt-line: add delim packet supportLibravatar Brandon Williams1-0/+3
2018-03-14pkt-line: allow peeking a packet line without consuming itLibravatar Brandon Williams1-0/+58
2018-03-14pkt-line: introduce packet_read_with_statusLibravatar Brandon Williams1-0/+16
2017-10-17pkt-line: add packet_write functionLibravatar Brandon Williams1-0/+1
2017-07-26sub-process: refactor handshake to common functionLibravatar Jonathan Tan1-2/+0
2017-05-15pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLLibravatar Jeff King1-0/+1
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Libravatar Ben Peart1-0/+1
2017-05-08pkt-line: add packet_read_line_gently()Libravatar Ben Peart1-0/+11
2016-10-17pkt-line: add functions to read/write flush terminated packet streamsLibravatar Lars Schneider1-0/+8
2016-10-17pkt-line: add packet_flush_gently()Libravatar Lars Schneider1-0/+1
2016-10-17pkt-line: add packet_write_fmt_gently()Libravatar Lars Schneider1-0/+1
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Libravatar Lars Schneider1-1/+1
2014-03-31comments: fix misuses of "nor"Libravatar Justin Lebar1-4/+4
2013-02-24pkt-line: share buffer/descriptor reading implementationLibravatar Jeff King1-6/+17
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferLibravatar Jeff King1-2/+7
2013-02-20pkt-line: move LARGE_PACKET_MAX definition from sidebandLibravatar Jeff King1-0/+3
2013-02-20pkt-line: teach packet_read_line to chomp newlinesLibravatar Jeff King1-1/+8
2013-02-20pkt-line: provide a generic reading function with optionsLibravatar Jeff King1-1/+26
2013-02-20pkt-line: drop safe_write functionLibravatar Jeff King1-1/+0
2013-02-20pkt-line: move a misplaced commentLibravatar Jeff King1-1/+13
2012-06-19remove the impression of unexpectedness when access is deniedLibravatar Heiko Voigt1-0/+1
2009-10-30pkt-line: Add strbuf based functionsLibravatar Shawn O. Pearce1-0/+4
2006-06-26Fix pkt-line.h to compile with a non-GCC compilerLibravatar Dennis Stosberg1-0/+2
2006-06-21upload-pack/fetch-pack: support side-band communicationLibravatar Junio C Hamano1-0/+1
2005-08-09[PATCH] -Werror fixesLibravatar Timo Sirainen1-1/+1
2005-06-29Make send/receive-pack be closer to doing something interestingLibravatar Linus Torvalds1-0/+12