summaryrefslogtreecommitdiff
path: root/src/transports/auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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