aboutsummaryrefslogtreecommitdiff
path: root/pkt-line.c
Commit message (Expand)AuthorAge
* 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