Age | Commit message (Expand) | Author |
2023-01-25 | doc: Export threadsafety.h from sync.h | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-11 | Merge bitcoin/bitcoin#25676: sync: simplify and remove unused code from sync.h | fanquake |
2022-10-10 | sync: rename AnnotatedMixin::UniqueLock to AnnotatedMixin::unique_lock | Vasil Dimov |
2022-10-10 | sync: remove DebugLock alias template | Vasil Dimov |
2022-10-10 | sync: avoid confusing name overlap (Mutex) | Vasil Dimov |
2022-10-03 | refactor: Drop `owns_lock()` call | Hennadii Stepanov |
2022-09-27 | refactor: Do not discard `try_lock()` return value | Hennadii Stepanov |
2022-09-14 | sync: remove unused template parameter from ::UniqueLock | Vasil Dimov |
2022-09-14 | sync: simplify MaybeCheckNotHeld() definitions by using a template | Vasil Dimov |
2022-08-12 | refactor: Remove trailing semicolon from LOCK2 | Aurèle Oulès |
2022-05-21 | sync.h: Imply negative assertions when calling LOCK | Anthony Towns |
2022-05-21 | sync.h: Add GlobalMutex type | Anthony Towns |
2022-05-12 | sync.h: strengthen AssertLockNotHeld assertion | Anthony Towns |
2022-04-13 | Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro | laanwj |
2022-04-05 | Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive | Jon Atack |
2022-02-16 | util, refactor: Add UNIQUE_NAME helper macro | Hennadii Stepanov |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-09-06 | sync: inline lock contention logging macro to fix time duration | Jon Atack |
2021-09-01 | sync: remove DEBUG_LOCKCONTENTION preprocessor directives | Jon Atack |
2021-09-01 | log, sync: improve lock contention logging and add time duration | Jon Atack |
2021-04-05 | refactor: Remove negative lock annotations from globals | MarcoFalke |
2021-01-12 | Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK | fanquake |
2020-12-10 | [skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macro | Hennadii Stepanov |
2020-12-04 | sync: Use decltype(auto) return type for WITH_LOCK | Carl Dong |
2020-11-25 | Merge #19337: sync: detect double lock from the same thread | Wladimir J. van der Laan |
2020-09-19 | Remove unused LockAssertion struct | Hennadii Stepanov |
2020-08-29 | sync.h: Make runtime lock checks require compile-time lock checks | Anthony Towns |
2020-08-29 | Do not hide compile-time thread safety warnings | Hennadii Stepanov |
2020-08-05 | sync: make EnterCritical() & push_lock() type safe | Vasil Dimov |
2020-08-02 | test: Add LockStackEmpty() | Hennadii Stepanov |
2020-06-11 | Add means to handle negative capabilities in thread safety annotations | Hennadii Stepanov |
2020-05-28 | Use template function instead of void* parameter | Hennadii Stepanov |
2020-03-31 | refactor: Add interfaces::FoundBlock class to selectively return block data | Russell Yanofsky |
2020-03-15 | Fix missing header in sync.h | João Barbosa |
2020-03-06 | sync.h: add REVERSE_LOCK | Anthony Towns |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-15 | scripted-diff: Replace CCriticalSection with RecursiveMutex | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-09-25 | refactor: consolidate PASTE macros | James O'Beirne |
2019-05-17 | scripted-diff: Rename LockAnnotation to LockAssertion | practicalswift |
2019-05-17 | Make sure the compile-time locking promises given via LockAnnotation:s hold a... | practicalswift |
2019-05-17 | Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code) | practicalswift |
2019-04-20 | Add WITH_LOCK macro: run code while locking a mutex | Antoine Riard |
2018-12-14 | sync: Add RecursiveMutex type alias | MarcoFalke |
2018-08-31 | scripted-diff: Small locking rename | Russell Yanofsky |
2018-08-31 | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection | Wladimir J. van der Laan |
2018-08-03 | Use LOCK macros for non-recursive locks | Russell Yanofsky |
2018-08-03 | Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection | Russell Yanofsky |
2018-08-03 | MOVEONLY Move AnnotatedMixin declaration | Russell Yanofsky |