summaryrefslogtreecommitdiff
path: root/src/transport.c
Commit message (Expand)AuthorAgeFilesLines
* http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* Remove old and unused error codesVicent Martí2012-05-021-2/+4
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-4/+4
|\
| * error-handling: remote, transportCarlos Martín Nieto2012-04-111-4/+4
* | Merge branch 'ssh-urls' into developmentCarlos Martín Nieto2012-03-051-7/+17
|\ \ | |/ |/|
| * Make git_remote_supported_url() public and shorten error stringCarlos Martín Nieto2012-03-051-2/+1
| * introduced new function: git_remote_supported_url() <-- returns true if this ...Ryan Wilcox2012-03-011-0/+6
| * fix up previous SSH path parsing commit based on @carlosmn feedbackRyan Wilcox2012-03-011-26/+9
| * implement support for username@host:path URLs in transport_find_fn()Ryan Wilcox2012-02-291-3/+25
* | Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+2
|/
* Update Copyright headerschu2012-02-131-1/+1
* transport: prevent the transport determination mechanism from segfaulting whe...nulltoken2012-01-171-1/+1
* 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