summaryrefslogtreecommitdiff
path: root/src/transports/auth_negotiate.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-3/+1
* transports: add an `is_complete` function for authEdward Thomson2019-06-101-0/+10
* 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-8/+8
* http transport: provide proxy credentialsEdward Thomson2018-11-281-1/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-4/+4
* Introduce proper http authentication APIEdward Thomson2014-08-151-0/+275