summaryrefslogtreecommitdiff
path: root/tests/threads
Commit message (Expand)AuthorAgeFilesLines
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-224-7/+7
* threads::iterator: use separate repository objectsethomson/threadsEdward Thomson2018-08-191-1/+4
* threads::diff: use separate git_repository objectsEdward Thomson2018-08-051-10/+17
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* tests: threads::basic: remove unused function `exit_abruptly`Patrick Steinhardt2017-05-151-6/+0
* tests: threads::diff: fix warning for unused variablePatrick Steinhardt2017-04-211-0/+2
* win32: only set `git_win32__retries` where it existsEdward Thomson2017-04-051-0/+5
* win32: make posix emulation retries configurableEdward Thomson2017-04-031-0/+8
* refdb: disable concurrent compress in the threading tests on Windowscmn/windows-no-concurrent-compressCarlos Martín Nieto2016-12-121-2/+8
* tests: handle life without threadsethomson/clar_threadsEdward Thomson2016-11-181-1/+7
* threads::refdb tests: use new threaded clar assertEdward Thomson2016-11-181-10/+14
* threads: introduce `git_thread_exit`Edward Thomson2016-11-181-0/+27
* refdb: use a constant for the number of per-thread creations/deletescmn/refdb-paraCarlos Martín Nieto2016-11-141-6/+8
* refdb: bubble up locked files on the read sideCarlos Martín Nieto2016-11-141-4/+13
* refdb: expect threaded test deletes to raceCarlos Martín Nieto2016-11-141-0/+4
* refdb: add retry logic to the threaded testsCarlos Martín Nieto2016-11-141-5/+13
* refdb: adjust the threading tests to what we promiseCarlos Martín Nieto2016-11-141-78/+44
* threads: split up OS-dependent thread codePatrick Steinhardt2016-06-202-4/+4
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-1/+4
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-3/+3
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-1/+1
* global: free the error message when exiting a threadcmn/free-tls-errorCarlos Martín Nieto2014-09-141-0/+14
* Use p_snprintf also in testsJacques Germishuys2014-08-051-4/+4
* Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto2014-07-031-0/+14
* Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-072-3/+3
* Disable threads::refdb::edit_while_iterate testrb/dont-stop-diff-on-safecrlfRussell Belfer2014-05-081-7/+12
* Some memory leak fixesRussell Belfer2014-04-173-4/+10
* Fix race checking for existing index itemsRussell Belfer2014-04-171-2/+8
* Attribute file cache refactorRussell Belfer2014-04-174-44/+106
* Fix threading tests when threads disabledRussell Belfer2014-04-171-1/+2
* Index locking and entry allocation changesRussell Belfer2014-04-171-31/+90
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-0/+152
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-3/+3
* Rename tests-clar to testsBen Straub2013-11-142-0/+249