summaryrefslogtreecommitdiff
path: root/src/transports/auth.h
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+1
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-3/+3
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-181-6/+6
* http: teach auth mechanisms about connection affinityEdward Thomson2019-06-101-0/+3
* http: don't set the header in the auth tokenEdward Thomson2019-06-101-1/+1
* http: provide an NTLM authentication providerEdward Thomson2019-06-101-0/+1
* transports: add an `is_complete` function for authEdward Thomson2019-06-101-0/+3
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-3/+3
* http transport: provide proxy credentialsEdward Thomson2018-11-281-1/+1
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-3/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Introduce proper http authentication APIEdward Thomson2014-08-151-0/+63