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-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
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-28
validation: Log FormatStateMessage on ConnectBlock error in ConnectTip
MarcoFalke
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-08
Log progress while verifying blocks at level 4.
Daniel Kraft
2018-08-07
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-21
Removes the boost/algorithm/string/join dependency
251
2018-07-17
Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP
Wladimir J. van der Laan
2018-07-16
[doc] Remove outdated comment about mining code ignoring CPFP
James O'Beirne
[next]