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
/
validationinterface.cpp
Age
Commit message (
Expand
)
Author
2019-02-03
Check m_internals in UnregisterValidationInterface
João Barbosa
2019-01-31
Piecewise construct to avoid invalid construction
Ben Woosley
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
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-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-16
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
Jesse Cohen
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
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-11-28
Fix shutdown in case of errors during initialization
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-13
Give ZMQ consistent order with UpdatedBlockTip on scheduler thread
Matt Corallo
2017-10-13
Also call other wallet notify callbacks in scheduler thread
Matt Corallo
2017-10-13
Add CallFunctionInQueue to wait on validation interface queue drain
Matt Corallo
2017-10-13
Call TransactionRemovedFromMempool in the CScheduler thread
Matt Corallo
2017-10-13
Add a CValidationInterface::TransactionRemovedFromMempool
Matt Corallo
2017-10-02
Fix validationinterface build on super old boost/clang
Matt Corallo
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-07
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-03
Make ValidationInterface signals-type-agnostic
Matt Corallo
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-04-13
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
2017-04-07
Remove dead-code tracking of requests for blocks we generated
Matt Corallo
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-01-05
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-04
Remove SyncWithWallets wrapper function
Matt Corallo
2016-10-04
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-09-08
net: Pass CConnection to wallet rather than using the global
Cory Fields
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-09-16
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik
2015-09-16
Add UpdatedBlockTip signal to CMainSignals and CValidationInterface
João Barbosa
2015-07-01
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-05-18
Remove unused code from wallet and validation interface
Michael Ford
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Jorge Timón