dash/src
Wladimir J. van der Laan a362eb807f
Merge #12182: Remove useless string initializations
19ac86e Remove useless string initialization. (Alin Rus)

Pull request description:

Tree-SHA512: 4273dd7e8ed083cc9d05fc70967465e405085b630c000f829648dd44dd0cfe2249f6af1498b02f54b4ca73833130b802488bae8eca0d4d0b803a6f0122b19e8f
2020-06-10 18:32:43 -05:00
..
bench scripted-diff: Rename wallet database classes (begin bitcoin#11851) 2020-05-10 12:13:46 -05:00
bls Improve logging in LLMQ sig handling 2020-04-07 07:29:23 +02:00
compat Merge #12998: Default to defining endian-conversion DECLs in compat w/o config 2020-04-03 04:10:53 -05:00
config
consensus
crypto Merge #12573: Fix compilation when compiler do not support __builtin_clz* 2020-04-16 10:24:22 -05:00
evo Optimize MN lists cache (#3506) 2020-06-09 07:43:34 +03:00
governance Merge bitcoin#13134: net: Add option -enablebip61 to configure sending of BIP61 notifications (#3414) 2020-04-19 14:04:31 +03:00
immer
leveldb
llmq Fix ProcessNewBlock vs EnforceBestChainLock deadlocks in ActivateBestChain (#3492) 2020-06-09 06:53:16 +03:00
masternode Various (mostly trivial) PS fixes (#3457) 2020-05-02 18:50:03 +03:00
obj
obj-test
policy Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
primitives Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
privatesend Reintroduce mixing hard cap for all but the largest denom (#3489) 2020-05-20 12:23:48 +03:00
qt Merge #12287: Optimise lock behaviour for GuessVerificationProgress() 2020-06-10 18:32:43 -05:00
rpc Merge #12356: Fix 'mempool min fee not met' debug output 2020-06-10 18:32:43 -05:00
script Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
secp256k1
support Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
test Merge #12182: Remove useless string initializations 2020-06-10 18:32:43 -05:00
univalue
wallet Merge #12182: Remove useless string initializations 2020-06-10 18:32:43 -05:00
zmq
.clang-format
addrdb.cpp
addrdb.h
addressindex.h
addrman.cpp
addrman.h Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h
batchedlogger.cpp
batchedlogger.h
bip39_english.h
bip39.cpp
bip39.h
blockencodings.cpp
blockencodings.h
bloom.cpp
bloom.h
cachemap.h
cachemultimap.h
chain.cpp
chain.h
chainparams.cpp Merge #12283: Fix typos 2020-06-10 18:32:43 -05:00
chainparams.h
chainparamsbase.cpp Merge #11862: Network specific conf sections 2020-05-10 11:15:58 -05:00
chainparamsbase.h Merge #12878: [refactor] Config handling refactoring in preparation for network-specific sections 2020-05-09 17:35:59 -05:00
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h
compat.h Merge pull request #3445 from codablock/pr_epoll 2020-04-22 17:10:33 +02:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
core_write.cpp
ctpl.h
cuckoocache.h
cxxtimer.hpp
dash-cli-res.rc
dash-cli.cpp Merge #12050: [trivial] Implements a virtual destructor on the BaseRequestHandler class. 2020-06-10 18:32:43 -05:00
dash-tx-res.rc
dash-tx.cpp Merge #12878: [refactor] Config handling refactoring in preparation for network-specific sections 2020-05-09 17:35:59 -05:00
dashd-res.rc
dashd.cpp Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref (#3498) 2020-05-20 12:24:51 +03:00
dbwrapper.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
dbwrapper.h
dsnotificationinterface.cpp
dsnotificationinterface.h
flat-database.h
fs.cpp
fs.h
hash.cpp
hash.h
hdchain.cpp
hdchain.h
httprpc.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
httprpc.h
httpserver.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
httpserver.h
indirectmap.h
init.cpp Fix ProcessNewBlock vs EnforceBestChainLock deadlocks in ActivateBestChain (#3492) 2020-06-09 06:53:16 +03:00
init.h Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref (#3498) 2020-05-20 12:24:51 +03:00
keepass.cpp
keepass.h
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h Add cache for CBlockTreeDB::HasTxIndex (#3402) 2020-04-08 22:18:33 +02:00
Makefile.am Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref (#3498) 2020-05-20 12:24:51 +03:00
Makefile.bench.include Merge #16046: util: Add type safe GetTime 2020-04-08 14:50:07 +02:00
Makefile.leveldb.include
Makefile.qt.include qt: Some UI fixes and improvements (#3500) 2020-06-04 14:43:06 +03:00
Makefile.qttest.include
Makefile.test.include Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage 2020-04-08 11:46:27 -05:00
memusage.h Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
merkleblock.cpp Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage 2020-04-08 11:46:27 -05:00
merkleblock.h Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage 2020-04-08 11:46:27 -05:00
messagesigner.cpp
messagesigner.h
miner.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
miner.h
net_processing.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
net_processing.h Merge bitcoin#13134: net: Add option -enablebip61 to configure sending of BIP61 notifications (#3414) 2020-04-19 14:04:31 +03:00
net.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
net.h Merge pull request #3445 from codablock/pr_epoll 2020-04-22 17:10:33 +02:00
netaddress.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
netaddress.h
netbase.cpp Merge #12182: Remove useless string initializations 2020-06-10 18:32:43 -05:00
netbase.h
netfulfilledman.cpp
netfulfilledman.h
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h
protocol.cpp Merge bitcoin#10387: Eventually connect to NODE_NETWORK_LIMITED peers (#3417) 2020-04-19 16:21:47 +03:00
protocol.h Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
pubkey.cpp
pubkey.h
random.cpp Better clarification for future conflict resolution 2020-04-14 15:16:51 +02:00
random.h net: Use mockable time for tx download 2020-04-08 14:51:14 +02:00
rest.cpp Merge #12182: Remove useless string initializations 2020-06-10 18:32:43 -05:00
reverse_iterator.h
reverselock.h
saltedhasher.cpp
saltedhasher.h
scheduler.cpp
scheduler.h
serialize.h
spentindex.h
spork.cpp Remove spork 15, 16, 20 (#3493) 2020-05-20 12:24:35 +03:00
spork.h Remove spork 15, 16, 20 (#3493) 2020-05-20 12:24:35 +03:00
stacktraces.cpp
stacktraces.h
streams.h Merge #12283: Fix typos 2020-06-10 18:32:43 -05:00
sync.cpp Merge #12283: Fix typos 2020-06-10 18:32:43 -05:00
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
torcontrol.h
txdb.cpp Add cache for CBlockTreeDB::HasTxIndex (#3402) 2020-04-08 22:18:33 +02:00
txdb.h Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2020-06-10 18:32:43 -05:00
txmempool.cpp
txmempool.h
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
unordered_lru_cache.h
util.cpp Merge #11862: Network specific conf sections 2020-05-10 11:15:58 -05:00
util.h Merge #11862: Network specific conf sections 2020-05-10 11:15:58 -05:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge #12182: Remove useless string initializations 2020-06-10 18:32:43 -05:00
utilstrencodings.h
utiltime.cpp Merge pull request #3397 from codablock/pr_backport_txrequests 2020-04-09 00:12:44 +02:00
utiltime.h Merge #16046: util: Add type safe GetTime 2020-04-08 14:50:07 +02:00
validation.cpp Merge #12356: Fix 'mempool min fee not met' debug output 2020-06-10 18:32:43 -05:00
validation.h Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining 2020-04-16 10:24:22 -05:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref (#3498) 2020-05-20 12:24:51 +03:00
warnings.cpp
warnings.h