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
2018-04-11
Call FlushStateToDisk(...) regardless of fCheckForPruning
practicalswift
2018-04-08
Merge #12561: Check for block corruption in ConnectBlock()
Wladimir J. van der Laan
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-02
doc: Add testmempoolaccept to release-notes
MarcoFalke
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-03-30
Merge #12740: Add native support for serializing char arrays without FLATDATA
Wladimir J. van der Laan
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-28
Merge #12798: doc: Refer to witness reserved value as spec. in the BIP
Wladimir J. van der Laan
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
doc: Refer to witness reserved value as spec. in the BIP
MarcoFalke
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-07
Merge #12204: Fix overly eager BIP30 bypass
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-03-06
Fix cs_main lock in LoadExternalBlockFile
João Barbosa
2018-03-06
Assert cs_main is held when accessing mapBlockIndex
João Barbosa
2018-03-05
Merge #11880: Stop special-casing phashBlock handling in validation for TBV
Wladimir J. van der Laan
2018-03-05
Shut down if trying to connect a corrupted block
Suhas Daftuar
2018-02-25
Merge #12287: Optimise lock behaviour for GuessVerificationProgress()
Jonas Schnelli
2018-02-16
Only call NotifyBlockTip when the active chain changes
James O'Beirne
2018-02-15
Merge #12349: shutdown: fix crash on shutdown with reindex-chainstate
Wladimir J. van der Laan
2018-02-15
Fix overly eager BIP30 bypass
Alex Morcos
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-13
fix possible shutdown assertion with -reindex-shutdown
Cory Fields
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
Fix 'mempool min fee not met' debug output
Ben Woosley
2018-02-08
Merge #12368: Hold mempool.cs for the duration of ATMP.
Wladimir J. van der Laan
2018-02-08
Merge #12367: Fix two fast-shutdown bugs
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-06
Fix fast-shutdown crash if genesis block was not loaded
Matt Corallo
2018-02-06
Add braces to meet code style on line-after-the-one-changed.
Matt Corallo
2018-02-06
Hold mempool.cs for the duration of ATMP.
Matt Corallo
2018-01-30
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-28
Fix typos
practicalswift
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
[prev]
[next]