aboutsummaryrefslogtreecommitdiff
path: root/pkt-line.c
Commit message (Expand)AuthorAge
* pkt-line: add functions to read/write flush terminated packet streamsLars Schneider2016-10-17
* pkt-line: add packet_write_gently()Lars Schneider2016-10-17
* pkt-line: add packet_flush_gently()Lars Schneider2016-10-17
* pkt-line: add packet_write_fmt_gently()Lars Schneider2016-10-17
* pkt-line: extract set_packet_header()Lars Schneider2016-10-17
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
* introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-07
* pkt-line: show packets in async processes as "sideband"Jeff King2015-09-01
* pkt-line: support tracing verbatim pack contentsJeff King2015-06-16
* pkt-line: tighten sideband PACK check when tracingJeff King2015-06-15
* pkt-line: simplify starts_with checks in packet tracingJeff King2015-06-15
* pkt-line: allow writing of LARGE_PACKET_MAX buffersJeff King2014-12-10
* trace: improve trace performanceKarsten Blees2014-07-13
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-24
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
* pkt-line: provide a generic reading function with optionsJeff King2013-02-20
* pkt-line: drop safe_write functionJeff King2013-02-20
* pkt-line: move a misplaced commentJeff King2013-02-20
* remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-19
* sparse: Fix errors and silence warningsStephen Boyd2011-04-03
* add packet tracing debug codeJeff King2011-03-08
* pkt-line: Make packet_read_line easier to debugShawn O. Pearce2009-10-30
* pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-30
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-03
* War on whitespaceJunio C Hamano2007-06-07
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* make git a bit less cryptic on fetch errorsNicolas Pitre2006-12-18
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-21
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-20
* | upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-21
|/
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-19
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-29