summaryrefslogtreecommitdiff
path: root/src/win32/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* React to review feedbackPhilip Kelley2014-06-071-4/+5
* Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-071-48/+60
* Bug fixes and cleanupsRussell Belfer2013-09-171-0/+1
* Add simple global shutdown hooksRussell Belfer2013-09-171-9/+9
* Convert to our own SRWLOCK type on Win32Russell Belfer2013-08-271-1/+1
* Load SRWLock APIs at runtimeRussell Belfer2013-08-261-9/+80
* Add SRWLock implementation of rwlocks for Win32Russell Belfer2013-08-221-0/+38
* thread: fix segfault on Windows 64 bitsyorah2013-05-301-1/+3
* Make indexer use shared packfile open codeRussell Belfer2013-04-221-2/+3
* Fixes for Windows cas/threading stuffRussell Belfer2013-04-221-6/+11
* update copyrightsEdward Thomson2013-01-081-1/+1
* Incremental improvements to pack-objects logicPhilip Kelley2012-10-171-0/+3
* Support pthread_cond_* on Win32Philip Kelley2012-10-161-0/+65
* Continue error conversionRussell Belfer2012-03-141-5/+8
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-4/+4
* Update Copyright headerschu2012-02-131-1/+1
* Tabify everythingVicent Marti2011-09-191-23/+23
* Cleanup legal dataVicent Marti2011-09-191-23/+3
* win32/pthread.c: Move to new error handling mechanismJakob Pfender2011-05-231-1/+1
* Fix bug in the way pthead_mutex_t was being destroyed in win32.kelly.leahy2011-05-081-4/+3
* Thread safe cacheVicent Marti2011-03-201-42/+8
* Add proper threading support to libgit2Vicent Marti2011-03-151-0/+120