summaryrefslogtreecommitdiff
path: root/include/git2/pkt.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup external APIVicent Marti2011-07-111-56/+0
* Move transports to an inheritance modelCarlos Martín Nieto2011-06-261-0/+1
* Move git_pkt_{gen_proto,send_request} to transport_git.cCarlos Martín Nieto2011-06-261-5/+0
* Use (s)size_tCarlos Martín Nieto2011-06-261-1/+1
* Implement and use git_pkt_send_requestCarlos Martín Nieto2011-06-261-1/+2
* Correctly handle network inputCarlos Martín Nieto2011-06-261-1/+1
* Implement and use git_pkt_freeCarlos Martín Nieto2011-06-261-0/+1
* Implement the git TCP transport up to ls-remoteCarlos Martín Nieto2011-06-261-0/+1
* Add function to generate a requestCarlos Martín Nieto2011-06-261-0/+5
* pkt-line: read capabilitiesCarlos Martín Nieto2011-06-261-0/+1
* pkt-line: parse other-ref linesCarlos Martín Nieto2011-06-261-2/+2
* Lay the foundations for pkt-line parsingCarlos Martín Nieto2011-06-261-0/+51