summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: fail on test failuresethomson/win_ciEdward Thomson2018-10-251-3/+3
* Merge pull request #4851 from pks-t/pks/strtol-removalPatrick Steinhardt2018-10-2513-66/+111
|\
| * util: fix out of bounds read in error messagePatrick Steinhardt2018-10-192-3/+14
| * util: avoid signed integer overflows in `git__strntol64`Patrick Steinhardt2018-10-181-3/+13
| * tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-181-0/+31
| * util: remove `git__strtol32`Patrick Steinhardt2018-10-183-19/+19
| * global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-185-6/+8
| * tree-cache: avoid out-of-bound reads when parsing treesPatrick Steinhardt2018-10-181-2/+2
| * util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-183-29/+16
| * config: remove last instance of `git__strntol64`Patrick Steinhardt2018-10-181-1/+1
| * signature: avoid out-of-bounds reads when parsing signature datesPatrick Steinhardt2018-10-181-2/+4
| * index: avoid out-of-bounds read when reading reuc entry stagePatrick Steinhardt2018-10-181-1/+1
| * commit_list: avoid use of strtol64 without length limitPatrick Steinhardt2018-10-181-1/+3
* | Merge pull request #4854 from libgit2/ethomson/buf_oom_testPatrick Steinhardt2018-10-253-43/+54
|\ \
| * | buf::oom tests: use custom allocator for oom failuresethomson/buf_oom_testEdward Thomson2018-10-211-37/+39
| * | util: allow callers to reset custom allocatorsEdward Thomson2018-10-212-6/+15
|/ /
* | Merge pull request #4804 from libgit2/ethomson/qemu-buildEdward Thomson2018-10-219-55/+159
|\ \
| * | ci: use trusty-amd64 for openssl and mbedtlsethomson/qemu-buildEdward Thomson2018-10-211-4/+4
| * | tests: don't run buf::oom on 32-bit systemsEdward Thomson2018-10-211-5/+9
| * | valgrind: extend the suppressions fileEdward Thomson2018-10-211-1/+41
| * | ci: use bionic for non-amd64 buildsEdward Thomson2018-10-211-12/+12
| * | ci: introduce nightly x86 linux buildsEdward Thomson2018-10-211-0/+28
| * | ci: bind specifically to localhost for proxyEdward Thomson2018-10-211-2/+2
| * | ci: introduce nightly arm docker buildsEdward Thomson2018-10-212-0/+32
| * | ci: reorganize naming for consistencyEdward Thomson2018-10-211-12/+12
| * | ci: move configuration yaml to its own directoryEdward Thomson2018-10-215-9/+9
|/ /
* | Merge pull request #4852 from libgit2/ethomson/unc_pathsEdward Thomson2018-10-206-97/+172
|\ \
| * | win32: refactor `git_win32_path_remove_namespace`ethomson/unc_pathsEdward Thomson2018-10-191-25/+36
| * | win32: more tests for `git_win32_remove_path`Edward Thomson2018-10-191-0/+28
| * | win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-196-113/+116
| * | Fix comment style and update test codeGabriel DeBacker2018-10-041-4/+7
| * | Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-302-2/+32
* | | Merge pull request #4840 from libgit2/cmn/validity-tree-from-unowned-indexEdward Thomson2018-10-205-29/+58
|\ \ \
| * | | checkout: fix test fixture missing objectscmn/validity-tree-from-unowned-indexEdward Thomson2018-10-203-0/+0
| * | | tree: unify the entry validity checksCarlos Martín Nieto2018-10-081-29/+34
| * | | index: add failing test for writing an invalid tree from an unowned indexCarlos Martín Nieto2018-10-081-0/+24
* | | | Merge branch 'issue-4203'Edward Thomson2018-10-202-1/+35
|\ \ \ \
| * | | | merge: don't leak the index during reloadsethomson/issue-4203Edward Thomson2018-10-201-3/+4
| * | | | merge: add error handling for index reloadEtiene Dalcol2017-11-111-3/+4
| * | | | tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
| * | | | merge: reload index before git_mergeGreg Collinge2017-11-111-0/+3
* | | | | Merge pull request #4841 from tiennou/ci/ninja-buildEdward Thomson2018-10-202-1/+4
|\ \ \ \ \
| * | | | | ci: make the Ubuntu/OpenSSL build explicitEtienne Samson2018-10-191-0/+2
| * | | | | ci: use Ninja on macOSEtienne Samson2018-10-192-1/+2
* | | | | | Merge pull request #4853 from libgit2/cmn/not-opaqueEdward Thomson2018-10-191-2/+2
|\ \ \ \ \ \
| * | | | | | docs: fix transparent/opaque confusion in the conventions filecmn/not-opaqueCarlos Martín Nieto2018-10-191-2/+2
|/ / / / / /
* | | | | | Merge pull request #4819 from libgit2/cmn/config-nonewlinePatrick Steinhardt2018-10-192-6/+56
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | config: variables might appear on the same line as a section headercmn/config-nonewlineCarlos Martín Nieto2018-10-151-6/+26
| * | | | | config: add failing test for no newline after section headerCarlos Martín Nieto2018-10-151-0/+30
| |/ / / /
* | | | | Merge pull request #4849 from libgit2/cmn/expose-gitfile-checkEdward Thomson2018-10-172-38/+66
|\ \ \ \ \