index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threadsafety.h
Age
Commit message (
Expand
)
Author
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-18
Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
Hennadii Stepanov
2020-06-11
Add means to handle negative capabilities in thread safety annotations
Hennadii Stepanov
2020-05-28
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-28
Add thread safety annotated wrapper for std::mutex
Hennadii Stepanov
2020-05-27
logging: thread safety annotations
Anthony Towns
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-05-17
Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)
practicalswift
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-09-02
Trivial: update clang thread-safety docs url
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysis
Jesse Cohen
2016-01-05
Bump copyright headers to 2014
MarcoFalke
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2012-11-11
o Added threadsafety.h - a set of macros using the -Wthread-safety
Alexander Kjeldaas