summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* apply: add an options struct initializerethomson/opts_initEdward Thomson2019-06-141-0/+7
* Rename opt init functions to `options_init`Edward Thomson2019-06-1421-32/+164
* Merge pull request #5097 from pks-t/pks/ignore-escapesEdward Thomson2019-06-132-21/+65
|\
| * attr_file: remove invalid TODO commentPatrick Steinhardt2019-06-131-1/+0
| * attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-131-3/+15
| * attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-131-2/+30
| * 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-131-1/+4
* | Merge pull request #5108 from libgit2/ethomson/urlparse_empty_portEdward Thomson2019-06-131-6/+11
|\ \
| * | http-parser: use our bundled http-parser by defaultethomson/urlparse_empty_portEdward Thomson2019-06-131-6/+11
* | | Merge pull request #5022 from rcoup/merge-analysis-bare-repo-5017Patrick Steinhardt2019-06-131-3/+0
|\ \ \ | |/ / |/| |
| * | merge: analysis support for bare repositoriesRobert Coup2019-06-101-3/+0
| |/
* | 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
| |/
* | 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-105-0/+262
* | ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-102-0/+10
* | 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-1012-311/+381
* | trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-102-3/+3
* | credentials: suffix the callbacks with `_cb`Edward Thomson2019-06-101-2/+2
|/
* Merge pull request #5095 from pks-t/pks/ignore-escaped-trailing-spaceEdward Thomson2019-06-061-3/+19
|\
| * ignore: handle escaped trailing whitespacePatrick Steinhardt2019-06-061-2/+4
| * attr_file: refactor stripping of trailing spacesPatrick Steinhardt2019-06-061-3/+17
* | Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-061-1/+2
|\ \ | |/ |/|
| * ignore: only skip first leading slashethomson/ignore_leading_slashEdward Thomson2019-05-191-1/+2
* | attr: optionally treat leading whitespace as significantEdward Thomson2019-05-241-4/+11
* | cache: fix cache eviction using deallocated keyPatrick Steinhardt2019-05-241-2/+1
* | NetBSD < 7 doesn't have posix_fallocateJacques Germishuys2019-05-241-1/+1
* | repository: fix garbage return valueErik Aigner2019-05-231-1/+1
* | config: rename subsection header parser funcethomson/config_section_validityEdward Thomson2019-05-221-2/+2
* | config: validate quoted section valueEdward Thomson2019-05-221-10/+9
* | config: don't write invalid columnEdward Thomson2019-05-221-2/+9
* | config: lowercase error messagesEdward Thomson2019-05-221-10/+10