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-08-19threads::iterator: use separate repository objectsEdward Thomson
2018-08-05threads::diff: use separate git_repository objectsEdward Thomson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2017-05-15tests: threads::basic: remove unused function `exit_abruptly`Patrick Steinhardt
2017-04-21tests: threads::diff: fix warning for unused variablePatrick Steinhardt
2017-04-05win32: only set `git_win32__retries` where it existsEdward Thomson
2017-04-04win32: make posix emulation retries configurableEdward Thomson
2016-12-12refdb: disable concurrent compress in the threading tests on WindowsCarlos Martín Nieto
2016-11-18tests: handle life without threadsEdward Thomson
2016-11-18threads::refdb tests: use new threaded clar assertEdward Thomson
2016-11-18threads: introduce `git_thread_exit`Edward Thomson
2016-11-14refdb: use a constant for the number of per-thread creations/deletesCarlos Martín Nieto
2016-11-14refdb: bubble up locked files on the read sideCarlos Martín Nieto
2016-11-14refdb: expect threaded test deletes to raceCarlos Martín Nieto
2016-11-14refdb: add retry logic to the threaded testsCarlos Martín Nieto
2016-11-14refdb: adjust the threading tests to what we promiseCarlos Martín Nieto
2016-06-20threads: split up OS-dependent thread codePatrick Steinhardt
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-11-09Rename git_threads_ to git_libgit2_Carlos Martín Nieto
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-09-14global: free the error message when exiting a threadCarlos Martín Nieto
2014-08-05Use p_snprintf also in testsJacques Germishuys
2014-07-03Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-05-09Disable threads::refdb::edit_while_iterate testRussell Belfer
2014-04-18Some memory leak fixesRussell Belfer
2014-04-18Fix race checking for existing index itemsRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-18Fix threading tests when threads disabledRussell Belfer
2014-04-18Index locking and entry allocation changesRussell Belfer
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-11-15Rename tests-clar to testsBen Straub