1. 56bea28 pkt-line: drop 'const'-ness of a param to set_packet_header() by Junio C Hamano · 6 years ago
  2. 533ddba pkt-line: prepare buffer before handling ERR packets by Jeff King · 6 years ago
  3. 27cdbdd Merge branch 'jk/no-sigpipe-during-network-transport' by Junio C Hamano · 6 years ago
  4. 37c8001 fetch: avoid calling write_or_die() by Jeff King · 6 years ago
  5. a97d007 remote-curl: use post_rpc() for protocol v2 also by Jonathan Tan · 6 years ago
  6. 0bbc0bc {fetch,upload}-pack: sideband v2 fetch response by Jonathan Tan · 6 years ago
  7. fbd76cd sideband: reverse its dependency on pkt-line by Jonathan Tan · 6 years ago
  8. bc2e795 pkt-line: introduce struct packet_writer by Jonathan Tan · 6 years ago
  9. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  10. c60d769 pkt-line.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  11. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  12. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  13. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  14. f1f4d8a pkt-line: add packet_buf_write_len function by Brandon Williams · 7 years ago
  15. a4cfd41 pkt-line: add delim packet support by Brandon Williams · 7 years ago
  16. 77dabc1 pkt-line: allow peeking a packet line without consuming it by Brandon Williams · 7 years ago
  17. 2153d47 pkt-line: introduce packet_read_with_status by Brandon Williams · 7 years ago
  18. 4c6dad0 Merge branch 'bw/protocol-v1' by Junio C Hamano · 7 years ago
  19. 5d2124b pkt-line: add packet_write function by Brandon Williams · 7 years ago
  20. 61d3633 prefer "!=" when checking read_in_full() result by Jeff King · 7 years ago
  21. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  22. c78e182 Merge branch 'ma/pkt-line-leakfix' by Junio C Hamano · 7 years ago
  23. 4c95e3d pkt-line: check write_in_full() errors against "< 0" by Jeff King · 7 years ago
  24. 150efef pkt-line: re-'static'-ify buffer in packet_write_fmt_1() by Martin Ågren · 7 years ago
  25. fa64a2f sub-process: refactor handshake to common function by Jonathan Tan · 8 years ago
  26. c0c70f7 convert: move packet_write_line() into pkt-line as packet_writel() by Ben Peart · 8 years ago
  27. 825b922 pkt-line: add packet_read_line_gently() by Ben Peart · 8 years ago
  28. 974b50c pkt-line: fix packet_read_line() to handle len < 0 errors by Ben Peart · 8 years ago
  29. bb643d8 pkt-line: add functions to read/write flush terminated packet streams by Lars Schneider · 8 years ago
  30. edfb780 pkt-line: add packet_write_gently() by Lars Schneider · 8 years ago
  31. 038ce90 pkt-line: add packet_flush_gently() by Lars Schneider · 8 years ago
  32. 70428d1 pkt-line: add packet_write_fmt_gently() by Lars Schneider · 8 years ago
  33. 2f60bdd pkt-line: extract set_packet_header() by Lars Schneider · 8 years ago
  34. 81c634e pkt-line: rename packet_write() to packet_write_fmt() by Lars Schneider · 8 years ago
  35. d233097 introduce hex2chr() for converting two hexadecimal digits to a character by René Scharfe · 8 years ago
  36. fd89433 pkt-line: show packets in async processes as "sideband" by Jeff King · 9 years ago
  37. 3235983 pkt-line: support tracing verbatim pack contents by Jeff King · 10 years ago
  38. d6d1a75 pkt-line: tighten sideband PACK check when tracing by Jeff King · 10 years ago
  39. f3612ac pkt-line: simplify starts_with checks in packet tracing by Jeff King · 10 years ago
  40. 8e9faf2 pkt-line: allow writing of LARGE_PACKET_MAX buffers by Jeff King · 10 years ago
  41. 6aa3085 trace: improve trace performance by Karsten Blees · 11 years ago
  42. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  43. 4981fe7 pkt-line: share buffer/descriptor reading implementation by Jeff King · 12 years ago
  44. 74543a0 pkt-line: provide a LARGE_PACKET_MAX static buffer by Jeff King · 12 years ago
  45. 819b929 pkt-line: teach packet_read_line to chomp newlines by Jeff King · 12 years ago
  46. 0380942 pkt-line: provide a generic reading function with options by Jeff King · 12 years ago
  47. cdf4fb8 pkt-line: drop safe_write function by Jeff King · 12 years ago
  48. e148542 pkt-line: move a misplaced comment by Jeff King · 12 years ago
  49. 46284dd remove the impression of unexpectedness when access is denied by Heiko Voigt · 13 years ago
  50. 1e4cd68 sparse: Fix errors and silence warnings by Stephen Boyd · 14 years ago
  51. bbc30f9 add packet tracing debug code by Jeff King · 14 years ago
  52. 743c4b7 pkt-line: Make packet_read_line easier to debug by Shawn O. Pearce · 15 years ago
  53. f5615d2 pkt-line: Add strbuf based functions by Shawn O. Pearce · 15 years ago
  54. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  55. c697ad1 Cleanup xread() loops to use read_in_full() by Heikki Orsila · 17 years ago
  56. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  57. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  58. b3d9899 make git a bit less cryptic on fetch errors by Nicolas Pitre · 18 years ago
  59. 9d24ed4 Merge branch 'ff/c99' into next by Junio C Hamano · 19 years ago
  60. 583b7ea upload-pack/fetch-pack: support side-band communication by Junio C Hamano · 19 years ago
  61. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  62. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  63. f3a3214 Make send/receive-pack be closer to doing something interesting by Linus Torvalds · 20 years ago