Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-22tests: indexer: add test to exercise our connectivity checkingPatrick Steinhardt
2018-06-22indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-12-23Fix unpack double freelhchavez
2017-12-08libFuzzer: Fix missing trailer crashlhchavez
2017-12-06libFuzzer: Fix a git_packfile_stream leaklhchavez
2017-06-11Merge pull request #4088 from chescock/packfile-name-using-complete-hashEdward Thomson
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-05-19indexer: name pack files after trailer hashChris Hescock
2017-03-02Honor `core.fsyncObjectFiles`Edward Thomson
2017-02-28win32: don't fsync parent directories on WindowsEdward Thomson
2017-02-28fsync: call it "synchronous" object writingEdward Thomson
2017-02-28fsync parent directories when fsyncingEdward Thomson
2017-02-28packbuilder: honor git_object__synchronized_writingEdward Thomson
2017-01-14Addressed review feedbacklhchavez
2017-01-04Fix the memory leaklhchavez
2017-01-02Add a testlhchavez
2014-09-26Silence unused return value warningJacques Germishuys
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-06-23Share packs across repository instancesCarlos Martín Nieto
2014-05-18Fix a bug in the pack::packbuilder suitePhilip Kelley
2013-12-12Test cancel from indexer progress callbackRussell Belfer
2013-11-15Update files that reference tests-clarBen Straub
2013-11-15Rename tests-clar to testsBen Straub