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
2013-08-27Load SRWLock APIs at runtimeRussell Belfer
2013-08-23Drop support for THREADSAFE on Windows XPRussell Belfer
2013-08-23Add SRWLock implementation of rwlocks for Win32Russell Belfer
2013-08-22Convert sortedcache to use rwlockRussell Belfer
2013-07-11Update git__swap thread helperRussell Belfer
2013-07-10Add accessors for refcount valueRussell Belfer
2013-06-29Fix compilation warningsnulltoken
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-01Mutex init can failRussell Belfer
2013-04-25git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson
2013-04-22atomic: Add an atomic type for 64-bit operationsVicent Marti
2013-04-22Make indexer use shared packfile open codeRussell Belfer
2013-04-22Fixes for Windows cas/threading stuffRussell Belfer
2013-04-22Add git__compare_and_swap and use itRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-09Treat git_mutex_lock as successful when threads are disabledJustin Spahr-Summers
2012-10-09Enable pthread condition varsMichael Schubert
2012-02-13Update Copyright headerschu
2012-01-27win32: Use the Windows Atomic API on MinGW tooVicent Martí
2011-11-16threads: Fix the shared global state with TLSVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-03-22Fix MSVC warnings when building threadsVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-20Thread safe cacheVicent Marti
2011-03-15Add proper threading support to libgit2Vicent Marti
2011-02-18Fix refcounting initializationVicent Marti
2011-02-18Improve the performance when writing Index filesVicent Marti
2010-12-23Revert "Properly export all external symbols in Win32"Vicent Marti
2010-12-22Properly export all external symbols in Win32Vicent Marti
2009-06-05thread-utils.h: Avoid using a non-standard C constructRamsay Jones
2009-01-03Change the use of asm/atomic.h to require -DGIT_HAS_ASM_ATOMICShawn O. Pearce
2009-01-03Fix pthread_mutex based gitrc_decShawn O. Pearce
2009-01-01Add a mutex and atomic counter abstraction and implementationsShawn O. Pearce
2008-11-18Add compiler/platform agnostic thread-local storageAndreas Ericsson