summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: detect closed connection by the serverethomson/ntlmEdward Thomson2019-03-101-2/+9
* proxy: add an NTLM testEdward Thomson2019-03-102-10/+34
* proxy: handle proxy authentication replaysEdward Thomson2019-03-101-3/+18
* http: examine keepalive status at message endEdward Thomson2019-03-101-3/+4
* ntlm: reset the ntlm engine after failureEdward Thomson2019-03-101-0/+8
* ntlm: propagate errors properlyEdward Thomson2019-03-101-1/+1
* http: don't reset replay count after connectionEdward Thomson2019-03-101-1/+0
* http: provide an NTLM authentication providerEdward Thomson2019-03-105-0/+239
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-03-1021-0/+4468
* http: consume body on proxy auth failureEdward Thomson2019-03-071-4/+9
* http: always consume body on auth failureEdward Thomson2019-03-071-23/+28
* http: some auth types can preauthenticateEdward Thomson2019-03-072-37/+103
* Merge pull request #5012 from dritter/dritter-patch-1Edward Thomson2019-03-061-1/+1
|\
| * Update URL to git2-rsDominik Ritter2019-03-051-1/+1
|/
* Merge pull request #5008 from libgit2/ethomson/remote_completionEdward Thomson2019-03-022-3/+6
|\
| * remote: Rename git_remote_completion_type to _tethomson/remote_completionEdward Thomson2019-02-252-3/+6
* | Merge pull request #5005 from libgit2/ethomson/odb_backend_allocationsEdward Thomson2019-03-022-3/+58
|\ \
| * | odb: provide a free function for custom backendsethomson/odb_backend_allocationsEdward Thomson2019-02-232-0/+17
| * | odb: rename git_odb_backend_malloc for consistencyEdward Thomson2019-02-232-3/+41
* | | Revert "foo"Edward Thomson2019-02-282-186/+142
* | | fooEdward Thomson2019-02-282-142/+186
* | | Merge branch 'threading-docs'Edward Thomson2019-02-271-26/+18
|\ \ \ | |_|/ |/| |
| * | threading: clarify openssl default vs mbedtlsEdward Thomson2019-02-271-4/+5
| * | threading: clarify concurrency of accessEdward Thomson2019-02-271-1/+1
| * | Update threading.mdthreading-docsEtienne Samson2019-02-071-24/+15
* | | Merge pull request #5000 from augfab/branch_lookup_allEdward Thomson2019-02-252-4/+41
|\ \ \ | |_|/ |/| |
| * | branch: have git_branch_lookup accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+16
| * | branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* | | Merge pull request #4997 from libgit2/ethomson/transfer_progressEdward Thomson2019-02-2229-107/+157
|\ \ \
| * | | remote: deprecate git_push_transfer_progressethomson/transfer_progressEdward Thomson2019-02-221-0/+9
| * | | remote: rename git_push_transfer_progress callbackEdward Thomson2019-02-222-3/+4
| * | | indexer: deprecate git_transfer_progressEdward Thomson2019-02-222-4/+29
| * | | indexer: use git_indexer_progress throughoutEdward Thomson2019-02-2227-74/+74
| * | | indexer: rename git_transfer_progressEdward Thomson2019-02-222-30/+45
|/ / /
* | | Merge pull request #4901 from pks-t/pks/uniform-map-apiEdward Thomson2019-02-2234-861/+1122
|\ \ \
| * | | idxmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-71/+10
| * | | oidmap: remove legacy low-level interfacePatrick Steinhardt2019-02-153-257/+71
| * | | offmap: remove legacy low-level interfacePatrick Steinhardt2019-02-152-88/+9
| * | | strmap: remove legacy low-level interfacePatrick Steinhardt2019-02-153-153/+24
| * | | cache: use iteration interface for cache evictionPatrick Steinhardt2019-02-151-10/+10
| * | | indexer: use map iterator to delete expected OIDsPatrick Steinhardt2019-02-151-16/+12
| * | | maps: provide high-level iteration interfacePatrick Steinhardt2019-02-158-25/+180
| * | | maps: use high-level function to check existence of keysPatrick Steinhardt2019-02-158-24/+44
| * | | maps: provide return value when deleting entriesPatrick Steinhardt2019-02-1510-48/+119
| * | | idxmap: have `resize` functions return proper error codePatrick Steinhardt2019-02-153-27/+60
| * | | idxmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-153-7/+71
| * | | idxmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-153-9/+60
| * | | offmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-153-5/+35
| * | | offmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-153-5/+20
| * | | oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-1510-67/+120