summaryrefslogtreecommitdiff
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
* ci: test NTLM proxy authentication on UnixEdward Thomson2019-06-101-4/+22
* 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-105-0/+262
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-1021-0/+4469
* 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
* ci: enable all proxy testsEdward Thomson2019-06-101-1/+1
* ci: enable SKIP_OFFLINE_TESTS for windowsEdward Thomson2019-06-101-5/+7
* ci: test NTLM proxy authentication on WindowsEdward Thomson2019-06-101-4/+19
* http: support https for proxiesEdward Thomson2019-06-101-8/+1
* winhttp: support default credentials for proxiesEdward Thomson2019-06-102-189/+221
* network: don't add arbitrary url rulesEdward Thomson2019-06-101-6/+0
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-1014-480/+587
* Merge pull request #5102 from libgit2/ethomson/callback_namesEdward Thomson2019-06-106-13/+43
|\
| * trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-104-5/+20
| * credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-103-8/+23
* | Merge pull request #5099 from pks-t/pks/tests-fix-symlink-outside-sandboxEdward Thomson2019-06-101-1/+5
|\ \ | |/ |/|
| * tests: checkout: fix symlink.git being created outside of sandboxPatrick Steinhardt2019-06-071-1/+5
|/
* Merge pull request #5095 from pks-t/pks/ignore-escaped-trailing-spaceEdward Thomson2019-06-062-3/+65
|\
| * ignore: handle escaped trailing whitespacePatrick Steinhardt2019-06-062-2/+50
| * attr_file: refactor stripping of trailing spacesPatrick Steinhardt2019-06-061-3/+17
* | Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-062-1/+26
|\ \ | |/ |/|
| * ignore: only skip first leading slashethomson/ignore_leading_slashEdward Thomson2019-05-191-1/+2
| * ignore: test multiple leading slashesEdward Thomson2019-05-191-0/+24
* | Merge pull request #5094 from libgit2/ethomson/auth_failureEdward Thomson2019-06-051-1/+1
|\ \
| * | online tests: use gitlab for auth failuresethomson/auth_failureEdward Thomson2019-06-051-1/+1
|/ /
* | Merge pull request #5076 from libgit2/ethomson/ignore_spacesEdward Thomson2019-06-056-11/+1342
|\ \
| * | attr: ensure regular attr files can have whitespaceethomson/ignore_spacesEdward Thomson2019-05-243-7/+33
| * | attr: optionally treat leading whitespace as significantEdward Thomson2019-05-241-4/+11
| * | ignore: test that comments begin at position 0Edward Thomson2019-05-241-0/+4
| * | ignore: test that leading whitespace is significantEdward Thomson2019-05-242-0/+1294
|/ /
* | Merge pull request #5088 from pks-t/pks/cache-eviction-segfaultEdward Thomson2019-05-242-2/+9
|\ \
| * | cache: fix cache eviction using deallocated keyPatrick Steinhardt2019-05-242-2/+9
* | | Merge pull request #5085 from pks-t/pks/security.mdPatrick Steinhardt2019-05-242-3/+15
|\ \ \ | |/ / |/| |
| * | SECURITY.md: split out security-relevant bits from readmePatrick Steinhardt2019-05-242-3/+15
* | | Merge pull request #5086 from jacquesg/netbsdEdward Thomson2019-05-241-1/+1
|\ \ \ | |/ / |/| |
| * | NetBSD < 7 doesn't have posix_fallocateJacques Germishuys2019-05-241-1/+1
|/ /