summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|/ /
* | Merge pull request #5084 from eaigner/garbage-valuePatrick Steinhardt2019-05-241-1/+1
|\ \
| * | repository: fix garbage return valueErik Aigner2019-05-231-1/+1
|/ /
* | Merge pull request #5083 from libgit2/ethomson/pcre_warningsEdward Thomson2019-05-231-0/+1
|\ \
| * | cmake: disable fallthrough warnings for PCREethomson/pcre_warningsEdward Thomson2019-05-221-0/+1
|/ /
* | Merge pull request #5073 from libgit2/ethomson/config_section_validityEdward Thomson2019-05-222-22/+98
|\ \
| * | config: rename subsection header parser funcethomson/config_section_validityEdward Thomson2019-05-221-2/+2
| * | config: validate quoted section valueEdward Thomson2019-05-222-10/+79
| * | 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-224-36/+49
|\ \
| * | refspec: fix transforming nested starsPatrick Steinhardt2019-04-262-12/+10
| * | refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-263-23/+38
| * | tests: network::refspecs: add missing assert when parsing refspecPatrick Steinhardt2019-04-261-1/+1
* | | Merge pull request #4935 from libgit2/ethomson/pcreEdward Thomson2019-05-2167-12195/+47608
|\ \ \
| * | | ci: use a mix of regex backendsEdward Thomson2019-05-212-6/+6
| * | | regex: use REGEX_BACKEND as the cmake option nameEdward Thomson2019-05-212-11/+11
| * | | regex: optionally use PCRE2Edward Thomson2019-05-195-2/+55
| * | | regex: use system PCRE if availableEdward Thomson2019-05-193-4/+54
| * | | regex: disambiguate builtin vs system pcreEdward Thomson2019-05-193-2/+3
| * | | regex: allow regex selection in cmakeEdward Thomson2019-05-194-45/+66
| * | | core::posix: skip some locale tests on win32Edward Thomson2019-05-191-7/+18
| * | | win32: move type definitions for improved inclusionEdward Thomson2019-05-194-103/+129
| * | | regex: don't warn on unused functionsEdward Thomson2019-05-191-0/+2
| * | | tests: regcomp: use proper character classesEdward Thomson2019-05-191-2/+2
| * | | tests: regcomp: test that regex functions succeedEdward Thomson2019-05-191-9/+9
| * | | tests: regcomp: assert character groups do match normal alphabetPatrick Steinhardt2019-05-191-0/+42
| * | | tests: regex: restructure setup of localesPatrick Steinhardt2019-05-191-34/+29
| * | | tests: regex: add test with LC_COLLATE being setEdward Thomson2019-05-191-0/+25
| * | | tests: fix p_regcomp test not checking return typePatrick Steinhardt2019-05-191-1/+1