libgit2/include
Carlos Martín Nieto 7632e2494a Correctly handle network input
Add a parameter to git_pkt_parse_line to tell it how much data you
have in your buffer. If the buffer is too short, it returns an error
saying so. Adapt the git transport to use this and fix the offset
calculation.

Add the GIT_ESHORTBUFFER error code.
2011-06-26 20:43:44 +02:00
..
git2 Correctly handle network input 2011-06-26 20:43:44 +02:00
git2.h pkt-line: parse other-ref lines 2011-06-26 18:18:12 +02:00