summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5759 from JoshuaS3/mastermasterEdward Thomson2021-01-063-0/+30
|\
| * Update documentation for git_blob_filter_optionsJosh Stockin2021-01-051-1/+2
| * blob: add git_blob_filter_options_initEdward Thomson2021-01-053-0/+26
| * Fix documentation for git_blob_filter_optionsJosh Stockin2021-01-041-1/+1
| * Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-01-041-1/+3
| * Add documentation for git_blob_filter_options.versionJosh Stockin2021-01-031-0/+1
* | Merge pull request #5583 from 0xdky/dhruva/build-with-nommapEdward Thomson2021-01-056-9/+152
|\ \
| * | Add github action to build and test with mmap emulationDhruva Krishnamurthy2020-12-301-0/+20
| * | Support build with NO_MMAP to disable use of system mmapDhruva Krishnamurthy2020-12-305-5/+127
| * | Remove broken support for write in emulated mmapDhruva Krishnamurthy2020-12-271-5/+6
| |/
* | Merge pull request #5748 from lhchavez/chromium-zlibEdward Thomson2021-01-053-3/+115
|\ \ | |/ |/|
| * Use an option instead of a flag for USE_BUNDLED_ZLIBlhchavez2021-01-042-15/+18
| * zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-233-4/+113
|/
* Merge pull request #5741 from libgit2/ethomson/ipv6Edward Thomson2020-12-235-40/+469
|\
| * net: function to identify ipv6 addresses in URLsEdward Thomson2020-12-232-0/+8
| * net: is_default_port is a boolEdward Thomson2020-12-232-3/+3
| * winhttp: handle ipv6 addressesEdward Thomson2020-12-231-15/+27
| * http: handle ipv6 addressesEdward Thomson2020-12-231-10/+30
| * urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
| * urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* | Merge pull request #5750 from arroz/missing_hostkey_typesEdward Thomson2020-12-233-3/+29
|\ \ | |/ |/|
| * Change libssh2 version to 1.9.0 on focalMiguel Arroz2020-12-211-3/+3
| * Wrap newer hostkeys in #ifdefsMiguel Arroz2020-12-211-0/+6
| * Add support for additional hostkey types.Miguel Arroz2020-12-212-0/+20
* | Merge pull request #5749 from lhchavez/gcc-10Edward Thomson2020-12-233-8/+12
|\ \ | |/ |/|
| * Fix the `-DENABLE_WERROR=ON` build for gcc 10.2lhchavez2020-12-213-8/+12
|/
* Merge pull request #5746 from libgit2/ethomson/configmapcacheEdward Thomson2020-12-202-6/+9
|\
| * config_cache: cleanup config map lookupEdward Thomson2020-12-201-5/+8
| * repository: use intptr_t's in the config map cacheethomson/configmapcacheEdward Thomson2020-12-201-1/+1
* | Merge pull request #5744 from lhchavez/last-multiply-int64-overflow-change-i-...Edward Thomson2020-12-203-5/+292
|\ \
| * | Add tests for `git__multiply_int64_overflow`lhchavez2020-12-193-5/+292
|/ /
* | Merge pull request #5743 from lhchavez/fix-clang-32-bit-testsEdward Thomson2020-12-191-4/+11
|\ \
| * | Third attempt to fix the 32-bit version of `git__multiply_int64_overflow`lhchavez2020-12-181-4/+11
|/ /
* | Merge pull request #5742 from lhchavez/fix-clang-32-bit-buildEdward Thomson2020-12-181-3/+10
|\ \
| * | Avoid using `__builtin_mul_overflow` with the clang+32-bit combolhchavez2020-12-181-3/+10
* | | ci: only run codeql nightlyEdward Thomson2020-12-181-4/+1
|/ /
* | Merge pull request #5709 from libgit2/ethomson/codeqlEdward Thomson2020-12-161-0/+39
|\ \ | |/ |/|
| * ci: run codeqlethomson/codeqlEdward Thomson2020-12-161-0/+39
|/
* Merge pull request #5740 from libgit2/ethomson/zlibEdward Thomson2020-12-161-4/+9
|\
| * pack: continue zlib while we can make progressethomson/zlibEdward Thomson2020-12-151-4/+9
* | Merge pull request #4418 from libgit2/cmn/rc4Edward Thomson2020-12-141-7/+2
|\ \
| * | badssl: RC4 should not fail with ECERTIFICATEcmn/rc4Edward Thomson2020-12-141-4/+2
| * | badssl: re-enable RC4 testCarlos Martín Nieto2020-12-131-3/+0
|/ /
* | Merge pull request #5727 from lhchavez/make-git-diff-fastEdward Thomson2020-12-134-33/+76
|\ \
| * | Fix an oopslhchavez2020-12-111-1/+1
| * | Small refactor to make thing tidierlhchavez2020-12-114-43/+46
| * | Cache the parsed submodule config when diffinglhchavez2020-12-103-8/+48
| |/
* | Merge pull request #5735 from lhchavez/faster-strntol64Edward Thomson2020-12-132-11/+34
|\ \
| * | Make git__strntol64() ~70%* fasterlhchavez2020-12-122-11/+34
| |/
* | Merge pull request #5384 from ianhattendorf/fix/winhttp-client-certEdward Thomson2020-12-131-26/+49
|\ \