summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* http: free auth context on failureethomson/netrefactorEdward Thomson2019-06-101-50/+63
* http: reconnect to proxy on connection closeEdward Thomson2019-06-101-3/+15
* http: allow server to drop a keepalive connectionEdward Thomson2019-06-101-0/+15
* http: stop on server EOFEdward Thomson2019-06-101-2/+12
* http: teach auth mechanisms about connection affinityEdward Thomson2019-06-105-1/+7
* http: maintain authentication across connectionsEdward Thomson2019-06-101-6/+38
* http: simplify authentication mechanismsEdward Thomson2019-06-101-166/+156
* http: don't set the header in the auth tokenEdward Thomson2019-06-105-21/+25
* http: don't reset replay count after connectionEdward Thomson2019-06-101-1/+0
* http: provide an NTLM authentication providerEdward Thomson2019-06-104-0/+261
* http: validate server's authentication typesEdward Thomson2019-06-101-42/+97
* http: consume body on proxy auth failureEdward Thomson2019-06-101-4/+9
* http: always consume body on auth failureEdward Thomson2019-06-101-26/+25
* http: don't realloc the requestEdward Thomson2019-06-101-33/+29
* transports: add an `is_complete` function for authEdward Thomson2019-06-103-0/+14
* http: examine keepalive status at message endEdward Thomson2019-06-101-3/+4
* http: increase the replay countEdward Thomson2019-06-102-2/+2
* http: support https for proxiesEdward Thomson2019-06-101-8/+1
* winhttp: support default credentials for proxiesEdward Thomson2019-06-101-189/+199
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-108-124/+109
* credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-101-2/+2
* transports: make use of the `GIT_CONTAINER_OF` macroEtienne Samson2019-04-163-26/+26
* remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-221-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-223-18/+18
* streams: fix callers potentially only writing partial dataPatrick Steinhardt2019-01-312-23/+19
* git transport: only write INT_MAX bytesEdward Thomson2019-01-251-5/+9
* Don't use deprecated constantsSven Strickroth2019-01-241-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-2211-255/+255
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-192-3/+3
|\
| * references: use new names in internal usageethomson/git_refEdward Thomson2019-01-172-3/+3
* | Merge pull request #4925 from lhchavez/fix-a-bunch-of-warningsEdward Thomson2019-01-171-32/+4
|\ \ | |/ |/|
| * Windows is hard.lhchavez2019-01-061-1/+1
| * Fix a bunch of warningslhchavez2019-01-051-32/+4
* | proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-141-0/+3
|/
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-4/+4
* http: reset replay_count upon connectionethomson/proxyEdward Thomson2018-11-281-0/+1
* http: don't allow SSL connections to a proxyEdward Thomson2018-11-281-1/+9
* http: only load proxy configuration during connectionEdward Thomson2018-11-281-2/+4
* http: disallow repeated headers from serversEdward Thomson2018-11-281-9/+18
* http: remove cURLEdward Thomson2018-11-281-23/+0
* http: use CONNECT to talk to proxiesEdward Thomson2018-11-281-13/+224
* tls: introduce a wrap functionEdward Thomson2018-11-281-17/+36
* http transport: reset error message on cert failureEdward Thomson2018-11-281-11/+11
* http transport: support cert check for proxiesEdward Thomson2018-11-281-39/+70
* http transport: provide proxy credentialsEdward Thomson2018-11-284-8/+19
* http transport: refactor storageEdward Thomson2018-11-281-120/+133
* http transport: cap number of authentication replaysEdward Thomson2018-11-283-9/+10
* http transport: prompt for proxy credentialsEdward Thomson2018-11-281-19/+37
* http transport: further refactor credential handlingEdward Thomson2018-11-281-17/+32
* http transport: refactor credential handlingEdward Thomson2018-11-281-47/+58