summaryrefslogtreecommitdiff
path: root/include/git2/proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-2/+2
* cert: move cert enums & struct to its own headerEtienne Samson2019-09-131-1/+3
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-1/+1
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+1
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-3/+7
* remote/proxy: fix git_transport_certificate_check_db commentCarson Howard2018-03-271-2/+2
* proxy: fix typo in documentationPatrick Steinhardt2016-11-011-1/+1
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-10/+5
* proxy: add a payload field for the proxy optionsCarlos Martín Nieto2016-04-191-0/+6
* proxy: introduce a proxy options structCarlos Martín Nieto2016-04-191-0/+91