summaryrefslogtreecommitdiff
path: root/src/thread-utils.h
Commit message (Expand)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
* Treat git_mutex_lock as successful when threads are disabledJustin Spahr-Summers2012-12-091-1/+1
* Enable pthread condition varsMichael Schubert2012-10-091-7/+7
* Update Copyright headerschu2012-02-131-1/+1
* win32: Use the Windows Atomic API on MinGW tooVicent Martí2012-01-261-7/+7
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-1/+1
* Tabify everythingVicent Marti2011-09-191-3/+3
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Fix MSVC warnings when building threadsVicent Marti2011-03-221-0/+4
* I broke your bindingsVicent Marti2011-03-201-5/+5
* Thread safe cacheVicent Marti2011-03-201-6/+76
* Add proper threading support to libgit2Vicent Marti2011-03-151-101/+20
* Fix refcounting initializationVicent Marti2011-02-181-4/+4
* Improve the performance when writing Index filesVicent Marti2011-02-171-68/+88
* Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-231-1/+1
* Properly export all external symbols in Win32Vicent Marti2010-12-221-1/+1
* thread-utils.h: Avoid using a non-standard C constructRamsay Jones2009-06-051-1/+1
* Change the use of asm/atomic.h to require -DGIT_HAS_ASM_ATOMICShawn O. Pearce2009-01-021-1/+1
* Fix pthread_mutex based gitrc_decShawn O. Pearce2009-01-021-1/+1
* Add a mutex and atomic counter abstraction and implementationsShawn O. Pearce2008-12-311-1/+82
* Add compiler/platform agnostic thread-local storageAndreas Ericsson2008-11-181-0/+8