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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2019-03-07
Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-03
Make last disconnected block BLOCK_FAILED_VALID, even when aborted
Pieter Wuille
2019-02-28
Optimization: don't add txn back to mempool after 10 invalidates
Pieter Wuille
2019-02-28
Prevent callback overruns in InvalidateBlock and RewindBlockIndex
Pieter Wuille
2019-02-28
Release cs_main during InvalidateBlock iterations
Pieter Wuille
2019-02-25
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2019-02-24
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
Make RewindBlockIndex interruptible
Pieter Wuille
2019-02-24
Release cs_main during RewindBlockIndex operation
Pieter Wuille
2019-02-24
Merge the disconnection and erasing loops in RewindBlockIndex
Pieter Wuille
2019-02-24
Move erasure of non-active blocks to a separate loop in RewindBlockIndex
Pieter Wuille
2019-02-24
Abstract EraseBlockData out of RewindBlockIndex
Pieter Wuille
2019-02-12
Remove unnecessary const_cast
Julian Fleischer
2019-02-01
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-15
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-04
Merge #13910: Log progress while verifying blocks at level 4
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-22
Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...
MarcoFalke
2018-12-22
validation: Add cs_main locking annotations
MarcoFalke
2018-12-20
doc: Add comment to cs_main and mempool::cs
MarcoFalke
2018-12-13
Merge #14834: validation: assert that pindexPrev is non-null when required
Wladimir J. van der Laan
2018-12-07
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-11-30
Move CheckBlock() call to critical section
Hennadii Stepanov
2018-11-29
validation: assert that pindexPrev is non-null when required
Karl-Johan Alm
2018-11-20
Convert comments to thread safety annotations
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-27
Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-10-24
Merge #12842: Prevent concurrent savemempool
Wladimir J. van der Laan
2018-10-20
rpc: Prevent concurrent savemempool
João Barbosa
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-10-15
refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...
Chun Kuan Lee
2018-09-24
validation: Pass chainparams in AcceptToMemoryPoolWorker(...)
practicalswift
2018-09-20
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-17
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
Merge #13310: Report progress in ReplayBlocks while rolling forward
Wladimir J. van der Laan
2018-09-11
Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop minor GetSerializeSize template
Ben Woosley
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-07
tx pool: Use class methods to hide raw map iterator impl details
MarcoFalke
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader
Sjors Provoost
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-29
Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...
Wladimir J. van der Laan
[next]