summaryrefslogtreecommitdiff
path: root/src/transport.c
Commit message (Expand)AuthorAgeFilesLines
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-6/+8
* transport: Add `git_transport_valid_url`Vicent Marti2011-11-221-15/+21
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-1/+1
|\
| * Add HTTP transport skeletonCarlos Martín Nieto2011-09-041-1/+1
* | Cleanup legal dataVicent Marti2011-09-191-0/+6
|/
* Don't hide the transport detailsCarlos Martín Nieto2011-08-301-50/+0
* Move negotiation to the transportCarlos Martín Nieto2011-08-181-0/+5
* Tell the user where the downloaded packfile is storedCarlos Martín Nieto2011-08-181-2/+2
* Download packCarlos Martín Nieto2011-08-181-0/+11
* Move have sendingCarlos Martín Nieto2011-08-181-2/+6
* Implement sending havesCarlos Martín Nieto2011-08-181-0/+5
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+5
* Slim down git_transportCarlos Martín Nieto2011-06-271-2/+2
* Remove the repo param from git_transport_newCarlos Martín Nieto2011-06-261-3/+1
* Move transports to an inheritance modelCarlos Martín Nieto2011-06-261-12/+6
* Implement the git TCP transport up to ls-remoteCarlos Martín Nieto2011-06-261-1/+1
* Implement ls-remote on local driveCarlos Martín Nieto2011-06-261-0/+22
* Lay down the fundations for the network codeCarlos Martín Nieto2011-06-261-0/+77