summaryrefslogtreecommitdiff
path: root/include/git2/sys/transport.h
Commit message (Expand)AuthorAgeFilesLines
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+3
* Fix build for custom transport usersLeo Yang2015-10-301-0/+1
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-0/+5
* transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+22
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-20/+0
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
* Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-4/+12
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-3/+16
* Spelling fixesWill Stamper2014-12-041-1/+1
* net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-3/+0
* Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+1
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+354