summaryrefslogtreecommitdiff
path: root/src/transports/auth.c
Commit message (Expand)AuthorAgeFilesLines
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-6/+6
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-181-1/+1
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-0/+1
* http: allow dummy negotiation scheme to fail to actEdward Thomson2019-08-211-1/+1
* http: teach auth mechanisms about connection affinityEdward Thomson2019-06-101-0/+1
* http: don't set the header in the auth tokenEdward Thomson2019-06-101-4/+2
* transports: add an `is_complete` function for authEdward Thomson2019-06-101-0/+1
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-4/+4
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* http transport: provide proxy credentialsEdward Thomson2018-11-281-2/+5
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* Introduce proper http authentication APIEdward Thomson2014-08-151-0/+71