libgit2/include/git2
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
..
blob.h Added methods to search objects of different types 2011-06-06 11:55:48 +02:00
branch.h Add a remotes API 2011-06-26 18:18:10 +02:00
commit.h Update documentation 2011-06-16 03:06:22 +02:00
common.h Add method to get the compiled version of the lib 2011-06-16 02:21:33 +02:00
config.h config: Fix API docs 2011-06-19 12:50:45 +02:00
errors.h Correctly handle network input 2011-06-26 20:43:44 +02:00
index.h Index: API uniformisation: Use unsigned int for all index number. 2011-06-05 21:19:03 +02:00
net.h Add function to generate a request 2011-06-26 18:18:12 +02:00
object.h Update documentation 2011-06-16 03:06:22 +02:00
odb_backend.h Remove custom backends 2011-06-14 17:40:17 +02:00
odb.h Update documentation 2011-06-16 03:06:22 +02:00
oid.h oid: Uniformize ncmp methods 2011-06-16 02:50:08 +02:00
pkt.h Correctly handle network input 2011-06-26 20:43:44 +02:00
refs.h Update documentation 2011-06-16 03:06:22 +02:00
refspec.h Add git_refspec_transform 2011-06-26 18:18:11 +02:00
remote.h Add a to-do list for remotes 2011-06-26 18:18:11 +02:00
repository.h config: Cleanup external API 2011-06-18 00:39:39 +02:00
revwalk.h Update documentation 2011-06-16 03:06:22 +02:00
signature.h Update documentation 2011-06-16 03:06:22 +02:00
tag.h Update documentation 2011-06-16 03:06:22 +02:00
thread-utils.h threads: Cleanup TLS declarations 2011-06-07 03:39:19 +02:00
transport.h Implement ls-remote on local drive 2011-06-26 18:18:12 +02:00
tree.h Merge pull request #240 from Romain-Geissler/tree-object-type 2011-06-06 18:33:38 -07:00
types.h pkt-line: parse other-ref lines 2011-06-26 18:18:12 +02:00
zlib.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00