summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #5060 from pks-t/pks/refspec-nested-globsEdward Thomson2019-05-222-25/+24
|\ \
| * | refspec: fix transforming nested starsPatrick Steinhardt2019-04-261-12/+5
| * | refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-261-13/+19
* | | Merge pull request #4935 from libgit2/ethomson/pcreEdward Thomson2019-05-2116-193/+322
|\ \ \
| * | | regex: use REGEX_BACKEND as the cmake option nameEdward Thomson2019-05-211-10/+10
| * | | regex: optionally use PCRE2Edward Thomson2019-05-193-1/+16
| * | | regex: use system PCRE if availableEdward Thomson2019-05-192-4/+16
| * | | regex: disambiguate builtin vs system pcreEdward Thomson2019-05-193-2/+3
| * | | regex: allow regex selection in cmakeEdward Thomson2019-05-193-45/+65
| * | | win32: move type definitions for improved inclusionEdward Thomson2019-05-194-103/+129
| * | | diff_driver: detect memory allocation errors when loading diff driverPatrick Steinhardt2019-05-191-3/+9
| * | | regexec: use pcre as our fallback/builtin regexEdward Thomson2019-05-193-13/+33