kmx git
login
register
thodg
/
libgit2
/
script/thread-sanitizer.supp
script/thread-sanitizer.supp
Log
Author
Commit
Date
CI
Message
4ae41f9c
2020-08-02T16:26:25
Make the odb race-free This change adds all the necessary locking to the odb to avoid races in the backends. Part of: #5592
896b1db4
2020-08-03T07:17:52
Add a ThreadSanitizer build This change adds a ThreadSanitizer CI build rule. It's informative for now because there are still known places where there are races. Part of: #5592