summaryrefslogtreecommitdiff
path: root/pkt-line.h
AgeCommit message (Expand)Author
2018-03-15pkt-line: add packet_buf_write_len functionBrandon Williams
2018-03-14pkt-line: add delim packet supportBrandon Williams
2018-03-14pkt-line: allow peeking a packet line without consuming itBrandon Williams
2018-03-14pkt-line: introduce packet_read_with_statusBrandon Williams
2017-10-17pkt-line: add packet_write functionBrandon Williams
2017-07-26sub-process: refactor handshake to common functionJonathan Tan
2017-05-15pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLJeff King
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart
2017-05-08pkt-line: add packet_read_line_gently()Ben Peart
2016-10-17pkt-line: add functions to read/write flush terminated packet streamsLars Schneider
2016-10-17pkt-line: add packet_flush_gently()Lars Schneider
2016-10-17pkt-line: add packet_write_fmt_gently()Lars Schneider
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2014-03-31comments: fix misuses of "nor"Justin Lebar
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: provide a generic reading function with optionsJeff King
2013-02-20pkt-line: drop safe_write functionJeff King
2013-02-20pkt-line: move a misplaced commentJeff King
2012-06-19remove the impression of unexpectedness when access is deniedHeiko Voigt
2009-10-31pkt-line: Add strbuf based functionsShawn O. Pearce
2006-06-26Fix pkt-line.h to compile with a non-GCC compilerDennis Stosberg
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds