neobytes/src
Wladimir J. van der Laan 397c27ff9d Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests
75a1093 tests: Fix dangling pwalletMain pointer in wallet tests (Wladimir J. van der Laan)

Tree-SHA512: 7fb6e8385fe7d542f9ecb113a08d675ca9e84907a1939b3a6ad41318fda55bc999b9bc8ffc3f56cd8610ca49d0db982d3c793df7bbcb7eb9638f4483030db6a8
2018-01-26 12:59:29 +01:00
..
bench Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
compat Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
config
consensus Fix review nits 2018-01-22 08:05:44 +01:00
crypto Merge #9512: Fix various things -fsanitize complains about 2018-01-21 12:48:33 +01:00
drafted Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
leveldb Merge #8613: LevelDB 1.19 2018-01-17 17:31:11 +01:00
obj
obj-test
policy Merge #9380: Separate different uses of minimum fees 2018-01-21 12:48:32 +01:00
primitives Merge #7562: Bump transaction version default to 2 2018-01-20 09:22:38 +01:00
qt Merge #9817: Fix segfault crash when shutdown the GUI in disablewallet mode 2018-01-26 12:59:29 +01:00
rpc Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof() 2018-01-26 12:59:29 +01:00
script Merge #9777: Handle unusual maxsigcachesize gracefully 2018-01-23 09:24:29 +01:00
secp256k1 Merge #9334: Update to latest libsecp256k1 2018-01-17 17:31:12 +01:00
support Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters 2018-01-18 07:33:44 +01:00
test Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
univalue
wallet Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests 2018-01-26 12:59:29 +01:00
zmq Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
.clang-format Merge #9649: [doc] Remove unused clang format dev script 2018-01-23 09:24:26 +01:00
activemasternode.cpp Rename fMasterNode to fMasternodeMode to clarify its meaning and to avoid confusion with CNode::fMasternode (#1874) 2018-01-26 04:11:01 +03:00
activemasternode.h
addrdb.cpp Merge #9216: Doc: Fix copypasted comment 2018-01-17 17:25:36 +01:00
addrdb.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
addressindex.h
addrman.cpp Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0; 2018-01-23 09:24:29 +01:00
addrman.h Merge #9225: Fix some benign races 2018-01-17 17:27:24 +01:00
alert.cpp Merge #9128: net: Decouple CConnman and message serialization 2018-01-17 17:27:22 +01:00
alert.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
amount.cpp
amount.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
arith_uint256.cpp Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
arith_uint256.h Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
base58.cpp
base58.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
bip39_english.h
bip39.cpp
bip39.h
bloom.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
bloom.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
cachemap.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
cachemultimap.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
chain.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
chain.h Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 2018-01-21 12:48:32 +01:00
chainparams.cpp Fix review nits 2018-01-22 08:05:44 +01:00
chainparams.h Merge #9472: Disentangle progress estimation from checkpoints and update it 2018-01-21 12:48:32 +01:00
chainparamsbase.cpp Fix remaining direct uses of mapArgs 2018-01-18 07:38:58 +01:00
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Merge #9472: Disentangle progress estimation from checkpoints and update it 2018-01-21 12:48:32 +01:00
checkpoints.h Merge #9472: Disentangle progress estimation from checkpoints and update it 2018-01-21 12:48:32 +01:00
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
compat.h Merge #9224: Prevent FD_SETSIZE error building on OpenBSD 2018-01-17 17:27:24 +01:00
compressor.cpp
compressor.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
core_io.h Merge #9282: CMutableTransaction is defined as struct 2018-01-17 17:31:12 +01:00
core_memusage.h Merge #9125: Make CBlock a vector of shared_ptr of CTransactions 2018-01-15 06:14:16 +01:00
core_read.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
core_write.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
cuckoocache.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
dash-cli-res.rc
dash-cli.cpp Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
dash-tx-res.rc
dash-tx.cpp Remove SegWit related code in dash-tx 2018-01-21 12:48:32 +01:00
dashd-res.rc
dashd.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
dbwrapper.cpp
dbwrapper.h
dsnotificationinterface.cpp
dsnotificationinterface.h
flat-database.h
governance-classes.cpp
governance-classes.h
governance-exceptions.h
governance-misc.h
governance-object.cpp Merge #8580: Make CTransaction actually immutable 2018-01-17 17:30:38 +01:00
governance-object.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
governance-validators.cpp
governance-validators.h
governance-vote.cpp
governance-vote.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
governance-votedb.cpp
governance-votedb.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
governance.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
governance.h Merge #9763: [Trivial] Update comments referencing main.cpp 2018-01-23 09:24:29 +01:00
hash.cpp Merge #9556: Remove redundant semicolons 2018-01-23 09:24:27 +01:00
hash.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
hdchain.cpp
hdchain.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
httprpc.cpp Merge #9785: Avoid variable length arrays 2018-01-26 12:59:29 +01:00
httprpc.h
httpserver.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
httpserver.h
indirectmap.h
init.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
init.h Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors 2018-01-17 17:27:24 +01:00
instantx.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
instantx.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
keepass.cpp
keepass.h
key.cpp Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
key.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
keystore.cpp
keystore.h
limitedmap.h
Makefile.am Merge #9789: build: add --enable-werror and warn on vla's 2018-01-26 12:59:29 +01:00
Makefile.bench.include Separate .h generation from .json/.raw for different modules (#1870) 2018-01-24 16:29:24 +01:00
Makefile.leveldb.include
Makefile.qt.include Merge #9513: build: fix qt distdir builds (retry) 2018-01-18 07:38:58 +01:00
Makefile.qttest.include
Makefile.test.include Separate .h generation from .json/.raw for different modules (#1870) 2018-01-24 16:29:24 +01:00
masternode-payments.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
masternode-payments.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
masternode-sync.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
masternode-sync.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
masternode.cpp Rename fMasterNode to fMasternodeMode to clarify its meaning and to avoid confusion with CNode::fMasternode (#1874) 2018-01-26 04:11:01 +03:00
masternode.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
masternodeconfig.cpp
masternodeconfig.h
masternodeman.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
masternodeman.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
memusage.h Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
merkleblock.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
merkleblock.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
messagesigner.cpp
messagesigner.h
miner.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
miner.h Merge #9380: Separate different uses of minimum fees 2018-01-21 12:48:32 +01:00
net_processing.cpp Merge #9720: net: fix banning and disallow sending messages before receiving verack 2018-01-23 09:24:28 +01:00
net_processing.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
net.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
net.h Merge #9708: Clean up all known races/platform-specific UB at the time PR was opened 2018-01-23 09:24:28 +01:00
netaddress.cpp
netaddress.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
netbase.cpp Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
netbase.h
netfulfilledman.cpp
netfulfilledman.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
netmessagemaker.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Merge #9349: Make CScript (and prevector) c++11 movable. 2018-01-18 07:31:23 +01:00
privatesend-client.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
privatesend-client.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
privatesend-server.cpp Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
privatesend-server.h Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
privatesend-util.cpp
privatesend-util.h
privatesend.cpp Rename fMasterNode to fMasternodeMode to clarify its meaning and to avoid confusion with CNode::fMasternode (#1874) 2018-01-26 04:11:01 +03:00
privatesend.h Introduce CDarksendAccept class (for DSACCEPT messages) (#1875) 2018-01-26 04:11:15 +03:00
protocol.cpp
protocol.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
pubkey.cpp
pubkey.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
random.cpp Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
random.h
rest.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
reverselock.h
scheduler.cpp Merge #9186: test: Fix use-after-free in scheduler tests 2018-01-15 06:14:16 +01:00
scheduler.h
sendalert.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
serialize.h Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
spentindex.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
spork.cpp Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
spork.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
streams.h Add size() method to CVectorWriter 2018-01-17 17:27:24 +01:00
sync.cpp Remove onlyMaybeDeadlock condition around printing of deadlock info 2018-01-23 12:27:28 +01:00
sync.h Merge #9319: Break addnode out from the outbound connection limits. 2018-01-18 07:38:22 +01:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
timedata.h
tinyformat.h
torcontrol.cpp Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
torcontrol.h
txdb.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
txdb.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
txmempool.cpp Merge #9763: [Trivial] Update comments referencing main.cpp 2018-01-23 09:24:29 +01:00
txmempool.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
undo.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
util.cpp Merge #9798: Fix Issue #9775 (Check returned value of fopen) 2018-01-26 12:59:29 +01:00
util.h Rename fMasterNode to fMasternodeMode to clarify its meaning and to avoid confusion with CNode::fMasternode (#1874) 2018-01-26 04:11:01 +03:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
utiltime.h
validation.cpp Merge #9773: Return errors from importmulti if complete rescans are not successful 2018-01-26 12:59:29 +01:00
validation.h Merge #9773: Return errors from importmulti if complete rescans are not successful 2018-01-26 12:59:29 +01:00
validationinterface.cpp
validationinterface.h Merge #9371: Notify on removal 2018-01-21 12:48:33 +01:00
version.h
versionbits.cpp Merge #7948: RPC: augment getblockchaininfo bip9_softforks data 2018-01-13 13:44:37 +01:00
versionbits.h Merge #7948: RPC: augment getblockchaininfo bip9_softforks data 2018-01-13 13:44:37 +01:00
warnings.cpp Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 2018-01-18 07:31:22 +01:00
warnings.h Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 2018-01-18 07:31:22 +01:00