| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | repo: ignore empty init.defaultbranchethomson/empty_default_branch | Edward Thomson | 2021-01-07 | 2 | -1/+18 | |
| | * | | | | | | remote: don't update invalid refs | Edward Thomson | 2021-01-07 | 1 | -0/+10 | |
| | * | | | | | | fetch: test when HEAD points to nonexistent branch | Edward Thomson | 2021-01-07 | 1 | -0/+29 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #5771 from lhchavez/fix-ci | Edward Thomson | 2021-01-07 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | github-actions: Also rename the main branch here | lhchavez | 2021-01-07 | 2 | -5/+5 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5760 from libgit2/ethomson/tttoo_many_ttts | Edward Thomson | 2021-01-07 | 4 | -6/+9 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_ttts | Edward Thomson | 2021-01-05 | 4 | -6/+9 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5759 from JoshuaS3/mastermaster | Edward Thomson | 2021-01-06 | 3 | -0/+30 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Update documentation for git_blob_filter_options | Josh Stockin | 2021-01-05 | 1 | -1/+2 | |
| | * | | | | blob: add git_blob_filter_options_init | Edward Thomson | 2021-01-05 | 3 | -0/+26 | |
| | * | | | | Fix documentation for git_blob_filter_options | Josh Stockin | 2021-01-04 | 1 | -1/+1 | |
| | * | | | | Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION` | Josh Stockin | 2021-01-04 | 1 | -1/+3 | |
| | * | | | | Add documentation for git_blob_filter_options.version | Josh Stockin | 2021-01-03 | 1 | -0/+1 | |
| * | | | | | Merge pull request #5583 from 0xdky/dhruva/build-with-nommap | Edward Thomson | 2021-01-05 | 6 | -9/+152 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add github action to build and test with mmap emulation | Dhruva Krishnamurthy | 2020-12-30 | 1 | -0/+20 | |
| | * | | | | | Support build with NO_MMAP to disable use of system mmap | Dhruva Krishnamurthy | 2020-12-30 | 5 | -5/+127 | |
| | * | | | | | Remove broken support for write in emulated mmap | Dhruva Krishnamurthy | 2020-12-27 | 1 | -5/+6 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5748 from lhchavez/chromium-zlib | Edward Thomson | 2021-01-05 | 3 | -3/+115 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Use an option instead of a flag for USE_BUNDLED_ZLIB | lhchavez | 2021-01-04 | 2 | -15/+18 | |
| | * | | | | zlib: Add support for building with Chromium's zlib implementation | lhchavez | 2020-12-23 | 3 | -4/+113 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5741 from libgit2/ethomson/ipv6 | Edward Thomson | 2020-12-23 | 5 | -40/+469 | |
| |\ \ \ \ | ||||||
| | * | | | | net: function to identify ipv6 addresses in URLs | Edward Thomson | 2020-12-23 | 2 | -0/+8 | |
| | * | | | | net: is_default_port is a bool | Edward Thomson | 2020-12-23 | 2 | -3/+3 | |
| | * | | | | winhttp: handle ipv6 addresses | Edward Thomson | 2020-12-23 | 1 | -15/+27 | |
| | * | | | | http: handle ipv6 addresses | Edward Thomson | 2020-12-23 | 1 | -10/+30 | |
| | * | | | | urlparse: use consistent ipv6 address rules | Edward Thomson | 2020-12-23 | 1 | -230/+109 | |
| | * | | | | urlparse: Add IPv4 and IPv6 based tests | Paul Wolfgang (DC-AE/ESF1) | 2020-12-23 | 1 | -0/+510 | |
| * | | | | | Merge pull request #5750 from arroz/missing_hostkey_types | Edward Thomson | 2020-12-23 | 3 | -3/+29 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Change libssh2 version to 1.9.0 on focal | Miguel Arroz | 2020-12-21 | 1 | -3/+3 | |
| | * | | | | Wrap newer hostkeys in #ifdefs | Miguel Arroz | 2020-12-21 | 1 | -0/+6 | |
| | * | | | | Add support for additional hostkey types. | Miguel Arroz | 2020-12-21 | 2 | -0/+20 | |
| * | | | | | Merge pull request #5749 from lhchavez/gcc-10 | Edward Thomson | 2020-12-23 | 3 | -8/+12 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix the `-DENABLE_WERROR=ON` build for gcc 10.2 | lhchavez | 2020-12-21 | 3 | -8/+12 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5746 from libgit2/ethomson/configmapcache | Edward Thomson | 2020-12-20 | 2 | -6/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | config_cache: cleanup config map lookup | Edward Thomson | 2020-12-20 | 1 | -5/+8 | |
| | * | | | | repository: use intptr_t's in the config map cacheethomson/configmapcache | Edward Thomson | 2020-12-20 | 1 | -1/+1 | |
| * | | | | | Merge pull request #5744 from lhchavez/last-multiply-int64-overflow-change-i-... | Edward Thomson | 2020-12-20 | 3 | -5/+292 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add tests for `git__multiply_int64_overflow` | lhchavez | 2020-12-19 | 3 | -5/+292 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5743 from lhchavez/fix-clang-32-bit-tests | Edward Thomson | 2020-12-19 | 1 | -4/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Third attempt to fix the 32-bit version of `git__multiply_int64_overflow` | lhchavez | 2020-12-18 | 1 | -4/+11 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5742 from lhchavez/fix-clang-32-bit-build | Edward Thomson | 2020-12-18 | 1 | -3/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Avoid using `__builtin_mul_overflow` with the clang+32-bit combo | lhchavez | 2020-12-18 | 1 | -3/+10 | |
| * | | | | | | ci: only run codeql nightly | Edward Thomson | 2020-12-18 | 1 | -4/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #5709 from libgit2/ethomson/codeql | Edward Thomson | 2020-12-16 | 1 | -0/+39 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | ci: run codeqlethomson/codeql | Edward Thomson | 2020-12-16 | 1 | -0/+39 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5740 from libgit2/ethomson/zlib | Edward Thomson | 2020-12-16 | 1 | -4/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | pack: continue zlib while we can make progressethomson/zlib | Edward Thomson | 2020-12-15 | 1 | -4/+9 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4418 from libgit2/cmn/rc4 | Edward Thomson | 2020-12-14 | 1 | -7/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | badssl: RC4 should not fail with ECERTIFICATEcmn/rc4 | Edward Thomson | 2020-12-14 | 1 | -4/+2 | |
| | * | | | | badssl: re-enable RC4 test | Carlos MartÃn Nieto | 2020-12-13 | 1 | -3/+0 | |
| |/ / / / | ||||||
