summaryrefslogtreecommitdiff
path: root/src/global.c
Commit message (Expand)AuthorAgeFilesLines
* Fix threading tests when threads disabledRussell Belfer2014-04-171-10/+10
* Correct C90 warningsJacques Germishuys2014-04-111-1/+2
* Move system directory cache out of utilsEdward Thomson2014-02-241-3/+3
* Don't use git_atomic as an integerBen Straub2013-10-041-4/+5
* Use InterlockedCompareExchange for the lockPhilip Kelley2013-10-041-49/+18
* Posix synchronized init, prototype win32 versionBen Straub2013-10-041-34/+89
* Add simple global shutdown hooksRussell Belfer2013-09-171-10/+28
* Load SRWLock APIs at runtimeRussell Belfer2013-08-261-4/+8
* preload configuration pathsEdward Thomson2013-07-111-5/+4
* Mutex init can failRussell Belfer2013-05-311-2/+4
* Further threading fixesRussell Belfer2013-04-221-0/+6
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-2/+7
* update copyrightsEdward Thomson2013-01-081-1/+1
* git__mwindow_mutex needs to be initialized even with pthreadsJustin Spahr-Summers2012-12-091-0/+2
* unload dll / destroy hash ctxs at shutdownEdward Thomson2012-11-131-0/+6
* move hash library func ptrs to global globalEdward Thomson2012-11-131-7/+38
* threads: Assert that the global state is initializedVicent Marti2012-10-011-0/+4
* Make the memory-window conrol structures globalCarlos Martín Nieto2012-08-201-0/+5
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-0/+134