]> git.proxmox.com Git - libgit2.git/history - src/thread-utils.h
Update Copyright header
[libgit2.git] / src / thread-utils.h
2012-02-13 schuUpdate Copyright header
2012-01-27 Vicent Martíwin32: Use the Windows Atomic API on MinGW too
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-11-16 Vicent Martithreads: Fix the shared global state with TLS
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 Vicent MartiFix MSVC warnings when building threads
2011-03-20 Vicent MartiI broke your bindings
2011-03-20 Vicent MartiThread safe cache
2011-03-15 Vicent MartiAdd proper threading support to libgit2
2011-02-17 Vicent MartiFix refcounting initialization
2011-02-17 Vicent MartiImprove the performance when writing Index files
2010-12-22 Vicent MartiRevert "Properly export all external symbols in Win32"
2010-12-22 Vicent MartiProperly export all external symbols in Win32
2009-06-05 Ramsay Jonesthread-utils.h: Avoid using a non-standard C construct
2009-01-03 Shawn O. PearceChange the use of asm/atomic.h to require -DGIT_HAS_ASM...
2009-01-03 Shawn O. PearceFix pthread_mutex based gitrc_dec
2008-12-31 Shawn O. PearceAdd a mutex and atomic counter abstraction and implemen...
2008-11-18 Andreas EricssonAdd compiler/platform agnostic thread-local storage