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 (Collapse)Author
2013-08-29Fix typo _delete -> _freeCarlos Martín Nieto
2013-08-22Fix warnings when compiling without threadsRussell Belfer
2013-08-22Rewrite refdb_fs using git_sortedcache objectRussell Belfer
This adds thread safety to the refdb_fs by using the new git_sortedcache object and also by relaxing the handling of some filesystem errors where the fs may be changed out from under us. This also adds some new threading tests that hammer on the refdb.
2013-02-07tests: fix code style in threads/basic.cScott J. Goldman
2012-03-31t13-threads.c ported.Ben Straub