summaryrefslogtreecommitdiffstats
path: root/pkt-line.c
Commit message (Expand)AuthorAgeFilesLines
* trace: improve trace performanceKarsten Blees2014-07-131-4/+4
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-38/+38
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+7
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-1/+6
* pkt-line: provide a generic reading function with optionsJeff King2013-02-201-13/+8
* pkt-line: drop safe_write functionJeff King2013-02-201-19/+2
* pkt-line: move a misplaced commentJeff King2013-02-201-15/+0
* remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-6/+26
* sparse: Fix errors and silence warningsStephen Boyd2011-04-031-1/+1
* add packet tracing debug codeJeff King2011-03-081-1/+54
* pkt-line: Make packet_read_line easier to debugShawn O. Pearce2009-10-301-1/+1
* pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-301-12/+72
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-2/+2
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-031-10/+5
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-2/+2
* make git a bit less cryptic on fetch errorsNicolas Pitre2006-12-181-1/+1
* Merge branch 'ff/c99' into nextJunio C Hamano2006-06-211-2/+2
|\
| * Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* | upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-211-1/+3
|/
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-8/+3
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-0/+117