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
2014-02-25Move system directory cache out of utilsEdward Thomson
2013-10-05Don't use git_atomic as an integerBen Straub
2013-10-05Use InterlockedCompareExchange for the lockPhilip Kelley
2013-10-05Posix synchronized init, prototype win32 versionBen Straub
2013-09-17Add simple global shutdown hooksRussell Belfer
2013-08-27Load SRWLock APIs at runtimeRussell Belfer
2013-07-12preload configuration pathsEdward Thomson
2013-06-01Mutex init can failRussell Belfer
2013-04-22Further threading fixesRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-09git__mwindow_mutex needs to be initialized even with pthreadsJustin Spahr-Summers
2012-11-14unload dll / destroy hash ctxs at shutdownEdward Thomson
2012-11-13move hash library func ptrs to global globalEdward Thomson
2012-10-01threads: Assert that the global state is initializedVicent Marti
2012-08-20Make the memory-window conrol structures globalCarlos Martín Nieto
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-02-13Update Copyright headerschu
2011-11-16threads: Fix the shared global state with TLSVicent Marti