| Commit message (Expand) | Author | Age |
* | pkt-line: show packets in async processes as "sideband" | Jeff King | 2015-09-01 |
* | pkt-line: support tracing verbatim pack contents | Jeff King | 2015-06-16 |
* | pkt-line: tighten sideband PACK check when tracing | Jeff King | 2015-06-15 |
* | pkt-line: simplify starts_with checks in packet tracing | Jeff King | 2015-06-15 |
* | pkt-line: allow writing of LARGE_PACKET_MAX buffers | Jeff King | 2014-12-10 |
* | trace: improve trace performance | Karsten Blees | 2014-07-13 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | pkt-line: share buffer/descriptor reading implementation | Jeff King | 2013-02-24 |
* | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 2013-02-20 |
* | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 2013-02-20 |
* | pkt-line: provide a generic reading function with options | Jeff King | 2013-02-20 |
* | pkt-line: drop safe_write function | Jeff King | 2013-02-20 |
* | pkt-line: move a misplaced comment | Jeff King | 2013-02-20 |
* | remove the impression of unexpectedness when access is denied | Heiko Voigt | 2012-06-19 |
* | sparse: Fix errors and silence warnings | Stephen Boyd | 2011-04-03 |
* | add packet tracing debug code | Jeff King | 2011-03-08 |
* | pkt-line: Make packet_read_line easier to debug | Shawn O. Pearce | 2009-10-30 |
* | pkt-line: Add strbuf based functions | Shawn O. Pearce | 2009-10-30 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 |
* | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 2008-05-03 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 |
* | make git a bit less cryptic on fetch errors | Nicolas Pitre | 2006-12-18 |
* | Merge branch 'ff/c99' into next | Junio C Hamano | 2006-06-21 |
|\ |
|
| * | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | | upload-pack/fetch-pack: support side-band communication | Junio C Hamano | 2006-06-21 |
|/ |
|
* | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 2005-12-19 |
* | Make send/receive-pack be closer to doing something interesting | Linus Torvalds | 2005-06-29 |