summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pcre: upgrade to 8.44ethomson/pcreEdward Thomson2020-10-045-25/+26
* pcre: upgrade to 8.43Edward Thomson2020-10-044-12/+22
* pcre: include the licenseEdward Thomson2020-10-041-0/+93
* p_chmod: Android compatibilitykevinlul2020-10-041-1/+13
* Merge pull request #5576 from lollipopman/double-authEdward Thomson2020-10-041-2/+5
|\
| * httpclient: only free challenges for current_server typeJesse Hathaway2020-07-101-2/+5
* | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-047-46/+181
|\ \
| * | refs: remove "master" branch constantethomson/mainbranchEdward Thomson2020-08-031-1/+0
| * | remote: update the default remote branchEdward Thomson2020-08-031-14/+27
| * | clone: don't assume the default branch nameEdward Thomson2020-08-031-4/+4
| * | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-032-2/+43
| * | repo: teach isempty about default branch configEdward Thomson2020-08-031-9/+11
| * | repo: add git_repository_initialbranchEdward Thomson2020-08-032-0/+40
| * | repo: honor the init.defaultBranch settingEdward Thomson2020-08-032-16/+56
* | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-042-0/+24
|\ \ \
| * | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-292-0/+24
* | | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-042-6/+78
|\ \ \ \
| * | | | Improve formattingSven Strickroth2020-09-091-1/+10
| * | | | Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
| * | | | Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-092-6/+4
| * | | | Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-092-1/+60
* | | | | Merge pull request #5629 from csware/config-multiline-parseEdward Thomson2020-10-043-1/+16
|\ \ \ \ \
| * | | | | Fix config file parsing with multi line values containing quoted partsSven Strickroth2020-09-183-1/+16
| |/ / / /
* | | | | Merge pull request #5636 from libgit2/pks-release-build-warningsEdward Thomson2020-10-043-3/+6
|\ \ \ \ \
| * | | | | sysdir: fix formatting error message with NULL stringpks-release-build-warningsPatrick Steinhardt2020-09-181-1/+4
| * | | | | patch_parse: silence maybe-uninitialized warningPatrick Steinhardt2020-09-181-1/+1
| * | | | | refs: fix potential free of uninitialized variablePatrick Steinhardt2020-09-181-1/+1
* | | | | | Merge pull request #5631 from csware/issue-5611Patrick Steinhardt2020-09-181-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix deprecation links inside of documentation not workingSven Strickroth2020-09-101-1/+5
| |/ / / /
* | | | | Merge pull request #5632 from csware/winhttp_typoPatrick Steinhardt2020-09-181-2/+2
|\ \ \ \ \
| * | | | | Fix typo: Make ifndef macroname the same as the define nameSven Strickroth2020-09-101-2/+2
| |/ / / /
* | | | | Merge pull request #5619 from ddevault/diffstat-segfaultEdward Thomson2020-09-172-5/+41
|\ \ \ \ \
| * | | | | diff stats: fix segfaults with new filesDrew DeVault2020-09-162-5/+41
| | |/ / / | |/| | |
* | | | | Merge pull request #5633 from csware/winhttp1.3Edward Thomson2020-09-151-5/+16
|\ \ \ \ \
| * | | | | WinHTTP: Try to use TLS1.3Sven Strickroth2020-09-141-5/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #5628 from interkosmos/masterEdward Thomson2020-09-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed FreeBSD-related macros.Philipp2020-09-141-7/+1
| * | | | Fixed includes for FreeBSD.Philipp2020-09-091-1/+7
|/ / / /
* | | | Merge pull request #5624 from csware/http-upgrade-headerEdward Thomson2020-09-081-5/+0
|\ \ \ \
| * | | | Don't fail if a HTTP server announces he supports a protocol upgradeSven Strickroth2020-09-081-5/+0
|/ / / /
* | | | Merge pull request #5621 from kim/null-safe-git_net_url_is_default_portEdward Thomson2020-09-011-1/+6
|\ \ \ \
| * | | | Return false instead of segfaulting when checking for default portKim Altintop2020-08-311-1/+6
| | |/ / | |/| |
* | | | Merge pull request #5612 from mmuman/haikuEdward Thomson2020-08-311-1/+8
|\ \ \ \
| * | | | deps: ntlmclient: #error out on unknown platformsFrançois Revol2020-08-211-1/+5
| * | | | deps: ntlmclient: fix htonll for HaikuFrançois Revol2020-08-211-0/+3
| |/ / /
* | | | Merge pull request #5615 from libgit2/pks/azure-remove-docjobEdward Thomson2020-08-311-37/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | azure: Remove job generating documentationpks/azure-remove-docjobPatrick Steinhardt2020-08-241-37/+0
| |/ /
* | | Merge pull request #5617 from muhkuh-sys/masterEdward Thomson2020-08-281-1/+1
|\ \ \
| * | | Fix crash in git_describe_commit when opts are NULL.Christoph Thelen2020-08-271-1/+1
|/ / /
* | | Merge pull request #5600 from andrewhickman/fix-double-freePatrick Steinhardt2020-08-241-2/+5
|\ \ \