summaryrefslogtreecommitdiff
path: root/src/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* Merge pull request #3869 from richardipsum/fix-outdated-commentEdward Thomson2016-08-041-3/+3
|\
| * Make comment conform to style guideRichard Ipsum2016-07-231-1/+2
| * Fix outdated commentRichard Ipsum2016-07-231-2/+1
* | remove conditions that prevent use of custom TLS streamwildart2016-07-061-2/+0
|/
* TabsChris Bargren2015-12-281-2/+2
* Handle git+ssh:// and ssh+git:// protocols supportChris Bargren2015-12-221-0/+2
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
* Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-3/+3
* remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-9/+0
* remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-13/+2
* transport: return ENOTFOUND for HTTPS and SSH when they're not supportedCarlos Martín Nieto2014-08-311-0/+6
* transport: distinguish between unknown and unsupported transportsCarlos Martín Nieto2014-08-311-24/+1
* Allow to override default ssh transport_cbSven Strickroth2014-08-261-20/+26
* Custom transport: minor cleanupsEdward Thomson2014-08-141-62/+86
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-2/+3
* 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