Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup external API | Vicent Marti | 2011-07-11 | 1 | -56/+0 |
* | Move transports to an inheritance model | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
* | Move git_pkt_{gen_proto,send_request} to transport_git.c | Carlos Martín Nieto | 2011-06-26 | 1 | -5/+0 |
* | Use (s)size_t | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+1 |
* | Implement and use git_pkt_send_request | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+2 |
* | Correctly handle network input | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+1 |
* | Implement and use git_pkt_free | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
* | Implement the git TCP transport up to ls-remote | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
* | Add function to generate a request | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+5 |
* | pkt-line: read capabilities | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
* | pkt-line: parse other-ref lines | Carlos Martín Nieto | 2011-06-26 | 1 | -2/+2 |
* | Lay the foundations for pkt-line parsing | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+51 |