summaryrefslogtreecommitdiff
path: root/include/git2/threads.h
Commit message (Collapse)AuthorAgeFilesLines
* ssl: separate locking init from general initCarlos Martín Nieto2014-11-011-0/+16
| | | | | Extract the lock-setting functions into their own, as we cannot assume that it's ok for us to set this unconditionally.
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* move hash library func ptrs to global globalEdward Thomson2012-11-131-1/+3
|
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-0/+48
See `global.c` for a description of what we're doing. When libgit2 is built with GIT_THREADS support, the threading system must be explicitly initialized with `git_threads_init()`.