summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-143-1/+15
* Rename opt init functions to `options_init`Edward Thomson2019-06-1445-99/+282
* Merge pull request #5097 from pks-t/pks/ignore-escapesEdward Thomson2019-06-136-1357/+222
|\
| * attr_file: remove invalid TODO commentPatrick Steinhardt2019-06-131-1/+0
| * attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-132-3/+32
| * attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-132-2/+92
| * attr_file: properly handle escaped '\' when searching non-escaped spacesPatrick Steinhardt2019-06-131-14/+16
| * path: only treat paths starting with '\' as absolute on Win32Patrick Steinhardt2019-06-132-1/+14
| * tests: unify ignore tests into their own dirPatrick Steinhardt2019-06-072-68/+68
| * tests: remove accidentally checked in backup filePatrick Steinhardt2019-06-071-1268/+0
* | Merge pull request #5108 from libgit2/ethomson/urlparse_empty_portEdward Thomson2019-06-135-8/+53
|\ \
| * | http-parser: use our bundled http-parser by defaultethomson/urlparse_empty_portEdward Thomson2019-06-133-7/+29
| * | http_parser: handle URLs with colon but no portEdward Thomson2019-06-111-1/+0
| * | net: handle urls with a colon after host but no portEdward Thomson2019-06-111-0/+24
* | | Merge pull request #5022 from rcoup/merge-analysis-bare-repo-5017Patrick Steinhardt2019-06-135-115/+301
|\ \ \
| * | | Fix memleaks in analysis tests.Robert Coup2019-06-101-5/+9
| * | | Review fixes:Robert Coup2019-06-103-118/+129
| * | | Refactor testing:Robert Coup2019-06-10478-806/+224
| * | | merge: add doc header to analysis testsRobert Coup2019-06-102-0/+6
| * | | merge: tests for bare repo merge analysisRobert Coup2019-06-10475-0/+750
| * | | merge: analysis support for bare repositoriesRobert Coup2019-06-101-3/+0
| | |/ | |/|
* | | Merge pull request #5104 from rcoup/patch-1Patrick Steinhardt2019-06-131-0/+26
|\ \ \ | |_|/ |/| |
| * | Add memleak check docsRobert Coup2019-06-121-0/+26
* | | Merge pull request #5098 from pks-t/pks/clar-data-drivenEdward Thomson2019-06-112-82/+86
|\ \ \
| * | | tests: object: consolidate cache testsPatrick Steinhardt2019-06-071-68/+57
| * | | tests: allow for simple data-driven testsPatrick Steinhardt2019-06-071-14/+29
| | |/ | |/|
* | | Merge pull request #5107 from pks-t/pks/sha1dc-updateEdward Thomson2019-06-111-3/+14
|\ \ \
| * | | sha1dc: update to fix endianess issues on AIX/HP-UXPatrick Steinhardt2019-06-111-3/+14
| |/ /
* | | Merge pull request #5052 from libgit2/ethomson/netrefactorEdward Thomson2019-06-1142-914/+5957
|\ \ \ | |_|/ |/| |
| * | 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