summary refs log tree commit diff
path: root/pkt-line.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-17pkt-line: extract set_packet_header()Lars Schneider1-6/+13
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe1-21/+2
2015-09-01pkt-line: show packets in async processes as "sideband"Jeff King1-1/+7
2015-06-16pkt-line: support tracing verbatim pack contentsJeff King1-15/+44
2015-06-15pkt-line: tighten sideband PACK check when tracingJeff King1-1/+1
2015-06-15pkt-line: simplify starts_with checks in packet tracingJeff King1-2/+1
2014-12-10pkt-line: allow writing of LARGE_PACKET_MAX buffersJeff King1-18/+19
2014-07-13trace: improve trace performanceKarsten Blees1-4/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King1-38/+38
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King1-2/+7
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-1/+6
2013-02-20pkt-line: provide a generic reading function with optionsJeff King1-13/+8
2013-02-20pkt-line: drop safe_write functionJeff King1-19/+2
2013-02-20pkt-line: move a misplaced commentJeff King1-15/+0
2012-06-19remove the impression of unexpectedness when access is deniedHeiko Voigt1-6/+26
2011-04-03sparse: Fix errors and silence warningsStephen Boyd1-1/+1
2011-03-08add packet tracing debug codeJeff King1-1/+54
2009-10-30pkt-line: Make packet_read_line easier to debugShawn O. Pearce1-1/+1
2009-10-30pkt-line: Add strbuf based functionsShawn O. Pearce1-12/+72
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-2/+2
2008-05-03Cleanup xread() loops to use read_in_full()Heikki Orsila1-10/+5
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-2/+2
2006-12-18make git a bit less cryptic on fetch errorsNicolas Pitre1-1/+1
2006-06-21Merge branch 'ff/c99' into nextJunio C Hamano1-2/+2
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano1-1/+3
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-2/+2
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano1-8/+3
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds1-0/+117