summaryrefslogtreecommitdiff
path: root/include/git2/sys/transport.h
Commit message (Expand)AuthorAgeFilesLines
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-33/+14
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-2/+2
* docs: fix some missing includes that cause Docurium to error outEtienne Samson2021-05-271-0/+1
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-2/+2
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-2/+2
* docs: minor changesEtienne Samson2019-01-301-12/+21
* transport: enhance documentationEtienne Samson2019-01-281-57/+88
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-19/+19
* transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-151-2/+8
* transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+10
* 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