summaryrefslogtreecommitdiff
path: root/pkt-line.c
AgeCommit message (Expand)Author
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