summaryrefslogtreecommitdiff
path: root/include/git2/sys/transport.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused git_transport_flags_tlmcglash2023-03-101-9/+0
* Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-101-0/+12
|\
| * transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-0/+12
* | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-291-2/+24
|\ \ | |/ |/|
| * Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-041-2/+15
* | transport: remove `git_transport_smart_proxy_options` Edward Thomson2022-06-121-10/+0
* | Apply suggestions from code reviewlhchavez2022-06-111-1/+1
* | transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-2/+16
* | transport: add capabilities query functionEdward Thomson2022-02-061-0/+10
* | 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