summaryrefslogtreecommitdiff
path: root/pkt-line.c
AgeCommit message (Expand)Author
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
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds