summaryrefslogtreecommitdiff
path: root/pkt-line.c
AgeCommit message (Expand)Author
2018-07-23pkt-line.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
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-12-06Merge branch 'bw/protocol-v1'Junio C Hamano
2017-10-17pkt-line: add packet_write functionBrandon Williams
2017-09-27prefer "!=" when checking read_in_full() resultJeff King
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-19Merge branch 'ma/pkt-line-leakfix'Junio C Hamano
2017-09-14pkt-line: check write_in_full() errors against "< 0"Jeff King
2017-09-06pkt-line: re-'static'-ify buffer in packet_write_fmt_1()Martin Ågren
2017-07-26sub-process: refactor handshake to common functionJonathan Tan
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
2017-05-08pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart
2016-10-17pkt-line: add functions to read/write flush terminated packet streamsLars Schneider
2016-10-17pkt-line: add packet_write_gently()Lars 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: extract set_packet_header()Lars Schneider
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2015-09-01pkt-line: show packets in async processes as "sideband"Jeff King
2015-06-16pkt-line: support tracing verbatim pack contentsJeff King
2015-06-15pkt-line: tighten sideband PACK check when tracingJeff King
2015-06-15pkt-line: simplify starts_with checks in packet tracingJeff King
2014-12-10pkt-line: allow writing of LARGE_PACKET_MAX buffersJeff King
2014-07-14trace: improve trace performanceKarsten Blees
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
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: 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
2011-04-03sparse: Fix errors and silence warningsStephen Boyd
2011-03-08add packet tracing debug codeJeff King
2009-10-31pkt-line: Make packet_read_line easier to debugShawn O. Pearce
2009-10-31pkt-line: Add strbuf based functionsShawn O. Pearce
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
2007-06-07War on whitespaceJunio C Hamano
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2006-12-18make git a bit less cryptic on fetch errorsNicolas Pitre
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano