summaryrefslogtreecommitdiff
path: root/pkt-line.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pkt-line: add delim packet supportBrandon Williams2018-03-141-0/+16
* | pkt-line: allow peeking a packet line without consuming itBrandon Williams2018-03-141-0/+50
* | pkt-line: introduce packet_read_with_statusBrandon Williams2018-03-141-14/+37
|/
* Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+6
|\
| * pkt-line: add packet_write functionBrandon Williams2017-10-171-0/+6
* | prefer "!=" when checking read_in_full() resultJeff King2017-09-271-1/+1
|/
* Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-15/+14
|\
| * pkt-line: check write_in_full() errors against "< 0"Jeff King2017-09-141-15/+14
* | Merge branch 'ma/pkt-line-leakfix'Junio C Hamano2017-09-191-1/+2
|\ \ | |/ |/|
| * pkt-line: re-'static'-ify buffer in packet_write_fmt_1()ma/pkt-line-leakfixMartin Ågren2017-09-061-1/+2
* | sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-19/+0
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-081-0/+19
* | pkt-line: add packet_read_line_gently()Ben Peart2017-05-081-0/+12
* | pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart2017-05-081-1/+1
|/
* pkt-line: add functions to read/write flush terminated packet streamsLars Schneider2016-10-171-0/+72
* pkt-line: add packet_write_gently()Lars Schneider2016-10-171-0/+17
* pkt-line: add packet_flush_gently()Lars Schneider2016-10-171-0/+8
* pkt-line: add packet_write_fmt_gently()Lars Schneider2016-10-171-4/+30
* pkt-line: extract set_packet_header()Lars Schneider2016-10-171-6/+13
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-1/+1
* introduce hex2chr() for converting two hexadecimal digits to a characterrs/hex2chrRené Scharfe2016-09-071-21/+2
* pkt-line: show packets in async processes as "sideband"jk/async-pkt-lineJeff King2015-09-011-1/+7
* pkt-line: support tracing verbatim pack contentsjk/pkt-log-packJeff King2015-06-161-15/+44
* pkt-line: tighten sideband PACK check when tracingJeff King2015-06-151-1/+1
* pkt-line: simplify starts_with checks in packet tracingJeff King2015-06-151-2/+1
* pkt-line: allow writing of LARGE_PACKET_MAX buffersjk/always-allow-large-packetsJeff King2014-12-101-18/+19
* trace: improve trace performanceKarsten Blees2014-07-131-4/+4
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-38/+38
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+7
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-1/+6
* pkt-line: provide a generic reading function with optionsJeff King2013-02-201-13/+8
* pkt-line: drop safe_write functionJeff King2013-02-201-19/+2
* pkt-line: move a misplaced commentJeff King2013-02-201-15/+0
* remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-6/+26
* sparse: Fix errors and silence warningsStephen Boyd2011-04-031-1/+1