]> git.proxmox.com Git - libgit2.git/commit - src/cache.c
Thread safe cache
authorVicent Marti <tanoku@gmail.com>
Wed, 16 Mar 2011 19:35:51 +0000 (21:35 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 20 Mar 2011 19:45:06 +0000 (21:45 +0200)
commitbb3de0c472b2d5d6b8091c190bee3db79c4b5e27
tree6be2facd0014fff4a4769b6a6a082c722c03ad87
parentb5c5f0f8086ee4e9bccf0703386fd5219ac380c2
Thread safe cache
include/git2/thread-utils.h
src/cache.c [new file with mode: 0644]
src/cache.h [new file with mode: 0644]
src/common.h
src/thread-utils.h
src/win32/pthread.c
src/win32/pthread.h
tests/t11-sqlite.c
tests/t13-threads.c [new file with mode: 0644]
tests/test_main.c
wscript