summaryrefslogtreecommitdiff
path: root/src/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Fixed compilation on Windows when using libssh2.mgbowen2013-12-051-5/+2
* Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-011-0/+66
* Make SSH APIs present even without SSH supportRussell Belfer2013-07-091-2/+2
* Fixed compilation issues when libssh2 is missingBrad Morgan2013-05-071-2/+11
* Added support for ssh:// urlsBrad Morgan2013-05-051-7/+8
* Adding ssh transport logicBrad Morgan2013-05-031-3/+3
* Added ssh transport fileBrad Morgan2013-05-031-2/+4
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix comment so it doesn't go over 100 charsJameson Miller2012-12-131-4/+6
* Transport resolution on Win32 should handle absolute local pathsJameson Miller2012-12-131-9/+24
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-3/+4
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-31/+60
* 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