summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | regexec: prefix all regexec function calls with p_Edward Thomson2019-05-1910-68/+97
| | |/ | |/|
* | | remote: add callback to resolve URLs before connectingErik Aigner2019-05-212-22/+44
* | | Merge pull request #5075 from libgit2/ethomson/ignore_skip_bomPatrick Steinhardt2019-05-211-1/+12
|\ \ \
| * | | ignore: skip UTF8 BOM in ignore fileethomson/ignore_skip_bomEdward Thomson2019-05-191-1/+12
| |/ /
* | | Use tabs for indentation (#5079).David Brooks2019-05-211-5/+5
* | | Fix indentation (#5079).David Brooks2019-05-211-5/+5
* | | We still need to update pkgconfig variables when zlib is unbundled (#5079).David Brooks2019-05-211-0/+5
* | | We've already added `ZLIB_LIBRARIES` to `LIBGIT2_LIBS` so don't also add the ...David Brooks2019-05-211-6/+0
* | | define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys2019-05-201-0/+4
|/ /
* | Merge branch 'pr/5061'Edward Thomson2019-05-121-1/+8
|\ \
| * | revwalk: update error message for clarityEdward Thomson2019-05-121-1/+1
| * | revwalk: fix memory leak in error handlingHeiko Voigt2019-05-101-1/+2
| * | git_revwalk_push_range: do not crash if range is missingHeiko Voigt2019-05-031-0/+6
| |/
* | Merge pull request #5065 from danielgindi/feature/win32_symlink_dirEdward Thomson2019-05-121-2/+7
|\ \
| * | Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi2019-05-061-1/+2