summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree: deprecate `git_treebuilder_write_with_buffer`Edward Thomson2021-03-042-56/+68
* Merge pull request #5801 from mamapanda/patch-1Edward Thomson2021-02-211-5/+6
|\
| * index: Initialize case_sorted to GIT_VECTOR_INITpanda2021-02-181-5/+4
| * index: Check git_vector_dup error in write_entriespanda2021-02-161-1/+3
* | refdb_fs: Check git_sortedcache wlock/rlock errorspanda2021-02-161-2/+4
|/
* Merge pull request #5731 from KOLANICH-libs/owner_accessorEdward Thomson2021-02-011-0/+5
|\
| * patch: add owner accessorJason Haslam2020-12-111-0/+5
* | Merge pull request #5762 from lhchavez/cgraph-parserEdward Thomson2021-02-012-0/+366
|\ \
| * | commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-102-0/+366
* | | Merge pull request #5786 from libgit2/ethomson/revparseEdward Thomson2021-02-012-4/+4
|\ \ \
| * | | revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-312-4/+4
* | | | mwindow: Fix a bug in the LRU window finding codelhchavez2021-01-201-1/+3
|/ / /
* | | Merge pull request #5768 from lhchavez/midx-needs-refreshEdward Thomson2021-01-151-1/+1
|\ \ \
| * | | midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-071-1/+1
* | | | Merge pull request #5775 from libgit2/ethomson/clone_branchEdward Thomson2021-01-101-21/+42
|\ \ \ \
| * | | | clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-071-21/+42
| |/ / /
* | | | Merge pull request #5769 from lhchavez/pwrite-preadEdward Thomson2021-01-073-11/+3
|\ \ \ \
| * | | | Use `p_pwrite`/`p_pread` consistently throughout the codebaselhchavez2021-01-073-11/+3
| |/ / /
* | | | repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-071-1/+2
* | | | remote: don't update invalid refsEdward Thomson2021-01-071-0/+10
|/ / /
* | | Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-071-1/+1
|\ \ \
| * | | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-1/+1
| |/ /
* | | Merge pull request #5759 from JoshuaS3/mastermasterEdward Thomson2021-01-061-0/+9
|\ \ \ | |/ / |/| |
| * | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+9
* | | Merge pull request #5583 from 0xdky/dhruva/build-with-nommapEdward Thomson2021-01-055-9/+132
|\ \ \
| * | | 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
| |/ /
* | | Use an option instead of a flag for USE_BUNDLED_ZLIBlhchavez2021-01-041-13/+17
* | | zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-231-4/+11
|/ /
* | Merge pull request #5741 from libgit2/ethomson/ipv6Edward Thomson2020-12-234-28/+68
|\ \
| * | 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
* | | Wrap newer hostkeys in #ifdefsMiguel Arroz2020-12-211-0/+6
* | | Add support for additional hostkey types.Miguel Arroz2020-12-211-0/+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
* | | Add tests for `git__multiply_int64_overflow`lhchavez2020-12-191-5/+37
* | | Third attempt to fix the 32-bit version of `git__multiply_int64_overflow`lhchavez2020-12-181-4/+11
* | | Avoid using `__builtin_mul_overflow` with the clang+32-bit combolhchavez2020-12-181-3/+10
|/ /
* | 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 #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
| |/