dash/src
2021-07-28 20:54:28 +03:00
..
bench Merge #14398 tests: Don't access out of bounds array index: array[sizeof(array)] 2021-07-22 16:02:34 -04:00
bls Fix data races in bls_worker and use ctpl_stl queue. (#4240) 2021-07-11 22:25:27 -05:00
coinjoin Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
compat Merge #15522: Document sizeof(size_t) assumptions and compiler assumptions in assumptions.h 2021-07-10 12:10:51 -05:00
config
consensus Merge #18379: doc: Comment fix merkle.cpp 2021-07-14 18:44:44 -05:00
crc32c partial merge #17398: Update leveldb to 1.22+ (#4230) 2021-07-15 15:42:55 -05:00
crypto Merge #15950: Do not construct out-of-bound pointers in SHA2 code 2021-07-10 12:10:51 -05:00
evo Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
governance fix misc. spelling errors 2021-07-19 12:51:30 -05:00
immer immer: update source tree to 609d1958fc588f0b73f25c7c3b0c8b78f084c983 (#4257) 2021-07-19 12:31:47 +03:00
index Merge #14444: Add compile time checking for cs_main locks which we assert at run time 2021-07-17 14:26:36 -05:00
interfaces Merge #14554: qt: Remove unused adjustedTime parameter 2021-07-28 12:08:07 -04:00
leveldb partial merge #17398: Update leveldb to 1.22+ (#4230) 2021-07-15 15:42:55 -05:00
llmq Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
logging Fix more spelling errors 2021-07-19 12:52:03 -05:00
masternode Resolve cs_main vs governance vs masternode-sync deadlocks (#4293) 2021-07-28 14:10:08 +03:00
node merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
policy Fix more spelling errors 2021-07-19 12:52:03 -05:00
primitives Merge #18383: refactor: Check for overflow when calculating sum of tx outputs 2021-07-13 21:19:48 -05:00
qt Merge #14554: qt: Remove unused adjustedTime parameter 2021-07-28 12:08:07 -04:00
rpc Merge bitcoin#14636: Avoid using numeric_limits for sequence numbers and lock times (#4296) 2021-07-28 09:16:46 -05:00
script Merge pull request #4289 from Munkybooty/backports-0.18-pr11 2021-07-28 20:54:28 +03:00
secp256k1
support Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by codespell. 2021-07-19 12:51:24 -05:00
test Merge pull request #4289 from Munkybooty/backports-0.18-pr11 2021-07-28 20:54:28 +03:00
univalue Merge #20424: build: Update univalue subtree 2021-07-17 12:09:42 -05:00
util Fix devnet name, tweak tests (#4284) 2021-07-22 11:24:46 +03:00
wallet Merge pull request #4289 from Munkybooty/backports-0.18-pr11 2021-07-28 20:54:28 +03:00
zmq merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
.clang-format Merge #19454: tools: .clang-format compat with clang versions < 9 2021-07-15 19:30:07 -05:00
addrdb.cpp Merge #14605: Return of the Banman 2021-07-17 22:32:12 -05:00
addrdb.h Merge #14605: Return of the Banman 2021-07-17 22:32:12 -05:00
addressindex.h
addrman.cpp Merge #14624: Some simple improvements to the RNG code 2021-07-19 19:00:04 -05:00
addrman.h Merge #14624: Some simple improvements to the RNG code 2021-07-19 19:00:04 -05:00
amount.h Merge #14244: amount: Move CAmount CENT to unit test header 2021-07-01 16:57:02 -05:00
arith_uint256.cpp Merge #14510: Avoid triggering undefined behaviour in base_uint<BITS>::bits() 2021-07-01 17:20:18 -05:00
arith_uint256.h Merge #14838: Use const in COutPoint class 2021-07-08 11:57:10 -05:00
attributes.h merge bitcoin#20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17) 2021-06-27 12:03:14 +05:30
banman.cpp Merge #14929: net: Allow connections from misbehavior banned peers 2021-07-19 18:57:23 -05:00
banman.h Merge #14929: net: Allow connections from misbehavior banned peers 2021-07-19 18:57:23 -05:00
base58.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
base58.h merge bitcoin#20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17) 2021-06-27 12:03:14 +05:30
batchedlogger.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
batchedlogger.h Merge #12954: util: Refactor logging code into a global object 2021-05-25 14:09:35 +03:00
bech32.cpp Merge #13249: Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 2021-07-19 17:11:18 -05:00
bech32.h Merge #16792: Assert that the HRP is lowercase in Bech32::Encode 2021-07-12 20:52:56 -05:00
bip39_english.h
bip39.cpp
bip39.h
blockencodings.cpp merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
blockencodings.h merge #18635: Replace -Wthread-safety-analysis with -Wthread-safety 2021-06-10 14:35:05 +05:30
blockfilter.cpp merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
blockfilter.h merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
bloom.cpp fix misc. spelling errors 2021-07-19 12:51:30 -05:00
bloom.h Merge #19968: doc: clarify CRollingBloomFilter size estimate 2021-07-15 19:37:59 -05:00
cachemap.h Other Dash-specific serializations 2021-05-28 12:31:13 +03:00
cachemultimap.h Other Dash-specific serializations 2021-05-28 12:31:13 +03:00
chain.cpp
chain.h Merge #19822: chain: Fix CChain comparison UB by removing it (it was unused) 2021-07-15 19:30:07 -05:00
chainparams.cpp Merge #14149: doc: Remove misleading checkpoints comment in CMainParams 2021-07-07 12:04:54 -04:00
chainparams.h
chainparamsbase.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
clientversion.cpp
clientversion.h
coins.cpp merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
coins.h Merge pull request #4260 from PastaPastaPasta/backport-triv-pr15 2021-07-16 03:41:39 +03:00
compat.h Merge #14031: Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5, don't patch clang 2021-07-01 16:33:23 -05:00
compressor.cpp
compressor.h
core_io.h Merge #13557: BIP 174 PSBT Serializations and RPCs 2021-07-13 22:00:17 +05:30
core_memusage.h
core_read.cpp merge #20067: remove use of boost::algorithm::replace_first 2021-07-16 20:21:40 +05:30
core_write.cpp Merge #19852: refactor: Avoid duplicate map lookup in ScriptToAsmStr 2021-07-15 19:30:07 -05:00
ctpl_stl.h Fix data races in bls_worker and use ctpl_stl queue. (#4240) 2021-07-11 22:25:27 -05:00
cuckoocache.h Merge #13249: Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 2021-07-19 17:11:18 -05:00
cxxtimer.hpp
dash-cli-res.rc
dash-cli.cpp Merge #14186: bitcoin-cli: don't translate command line options 2021-07-19 17:11:19 -05:00
dash-tx-res.rc
dash-tx.cpp Merge bitcoin#14636: Avoid using numeric_limits for sequence numbers and lock times (#4296) 2021-07-28 09:16:46 -05:00
dashd-res.rc
dashd.cpp Merge #13872: [docs] Reformat -help output for help2man 2021-07-02 12:59:29 +03:00
dbwrapper.cpp Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by codespell. 2021-07-19 12:51:24 -05:00
dbwrapper.h Merge #19468: refactor: Drop unused CDBWrapper methods 2021-07-15 19:30:07 -05:00
dsnotificationinterface.cpp
dsnotificationinterface.h
flat-database.h merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
fs.cpp Merge #18700: Fix locking on WSL using flock instead of fcntl 2021-07-15 13:26:07 -05:00
fs.h Merge #17654: Unbreak build with Boost 1.72.0 2021-07-15 11:07:35 -05:00
hash.cpp merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
hash.h merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
hdchain.cpp Merge #12924: Fix hdmaster-key / seed-key confusion (scripted diff) 2021-06-28 02:00:48 +03:00
hdchain.h Hold locks in CHDChain::swap() 2021-07-13 19:43:31 +03:00
httprpc.cpp Merge #18999: log: Remove "No rpcpassword set" from logs 2021-07-15 13:26:07 -05:00
httprpc.h Merge #13938: refactoring: Cleanup StartRest() 2021-07-19 17:11:14 -05:00
httpserver.cpp Merge #14628: Trivial: Rename misleading 'defaultPort' to 'rpc_port' 2021-07-28 12:08:07 -04:00
httpserver.h Merge #14214: convert C-style (void) parameter lists to C++ style () 2021-07-12 11:50:33 -04:00
indirectmap.h
init.cpp Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
init.h Merge #13235: Break circular dependency: init -> * -> init by extracting shutdown.h 2021-07-02 00:42:18 +03:00
keepass.cpp fix misc. spelling errors 2021-07-19 12:51:30 -05:00
keepass.h
key_io.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
key_io.h
key.cpp Merge #13666: Always create signatures with Low R values 2021-07-06 20:29:32 +03:00
key.h Merge pull request #4239 from Munkybooty/backports-0.18-pr7 2021-07-13 11:51:50 -05:00
keystore.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
keystore.h
limitedmap.h
logging.cpp Merge #13982: refactor: use fs:: over boost::filesystem:: 2021-07-02 10:38:08 -04:00
logging.h Merge pull request #4191 from kittywhiskers/checkqueue 2021-06-26 16:08:02 +03:00
Makefile.am Merge pull request #4187 from kittywhiskers/scantxout 2021-07-25 19:10:11 -05:00
Makefile.bench.include merge #18011: Replace current benchmarking framework with nanobench 2021-07-05 18:28:55 +05:30
Makefile.crc32c.include partial merge #17398: Update leveldb to 1.22+ (#4230) 2021-07-15 15:42:55 -05:00
Makefile.leveldb.include partial merge #17398: Update leveldb to 1.22+ (#4230) 2021-07-15 15:42:55 -05:00
Makefile.qt.include Merge #11491: [gui] Add proxy icon in statusbar 2021-07-06 19:50:27 +03:00
Makefile.qttest.include Merge #12830: [qt] [tests] Clarify address book error messages, add tests 2021-05-23 01:24:26 +03:00
Makefile.test.include Merge pull request #4187 from kittywhiskers/scantxout 2021-07-25 19:10:11 -05:00
memusage.h
merkleblock.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
merkleblock.h partial merge #18317: Serialization improvements step 6 (all except wallet/gui) 2021-05-28 11:39:24 +03:00
messagesigner.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
messagesigner.h Fix more spelling errors 2021-07-19 12:52:03 -05:00
miner.cpp Merge #19283: refactor: Remove unused BlockAssembler::pblock member var 2021-07-15 19:30:07 -05:00
miner.h Merge #19283: refactor: Remove unused BlockAssembler::pblock member var 2021-07-15 19:30:07 -05:00
net_permissions.cpp Merge #16248: Make whitebind/whitelist permissions more flexible 2021-07-19 19:00:04 -05:00
net_permissions.h Merge #16248: Make whitebind/whitelist permissions more flexible 2021-07-19 19:00:04 -05:00
net_processing.cpp Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
net_processing.h partial Merge #16152: (Don't actually) Disable bloom filtering by default. 2021-07-19 19:00:04 -05:00
net.cpp Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
net.h Fix data races triggered by functional tests. (#4247) 2021-07-26 10:52:52 -05:00
netaddress.cpp Merge pull request #4262 from PastaPastaPasta/backport-triv-pr17 2021-07-16 20:30:46 +03:00
netaddress.h Merge #17758: Fix CNetAddr::IsRFC2544 comment + tests 2021-07-15 11:07:35 -05:00
netbase.cpp merge #13671: Remove boost/algorithm/string/case_conv.hpp 2021-07-16 20:19:42 +05:30
netbase.h
netfulfilledman.cpp Merge #13235: Break circular dependency: init -> * -> init by extracting shutdown.h 2021-07-02 00:42:18 +03:00
netfulfilledman.h Other Dash-specific serializations 2021-05-28 12:31:13 +03:00
netmessagemaker.h
noui.cpp Merge #14162: gui: Also log and print messages or questions like bitcoind 2021-07-11 10:16:14 -04:00
noui.h Merge #14162: gui: Also log and print messages or questions like bitcoind 2021-07-11 10:16:14 -04:00
pow.cpp
pow.h
prevector.h Merge pull request #4235 from PastaPastaPasta/backport-triv-pr7 2021-07-10 21:46:25 +03:00
protocol.cpp Merge #19890: refactor: remove unused header <arpa/inet.h> in protocol.cpp 2021-07-15 19:30:07 -05:00
protocol.h Merge #19639: doc: Remove Reference Links #19582 2021-07-15 19:30:07 -05:00
pubkey.cpp Merge #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition 2021-07-15 11:07:35 -05:00
pubkey.h Merge #13194: Remove template matching and pseudo opcodes 2021-06-28 02:00:49 +03:00
random.cpp Merge #14624: Some simple improvements to the RNG code 2021-07-19 19:00:04 -05:00
random.h Merge #14624: Some simple improvements to the RNG code 2021-07-19 19:00:04 -05:00
rest.cpp partial Merge #14094: refactoring: Remove unreferenced local variables 2021-07-19 17:11:17 -05:00
reverse_iterator.h
reverselock.h
saltedhasher.cpp
saltedhasher.h merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface 2021-06-27 12:03:15 +05:30
scheduler.cpp Merge #14214: convert C-style (void) parameter lists to C++ style () 2021-07-12 11:50:33 -04:00
scheduler.h Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by codespell. 2021-07-19 12:51:24 -05:00
serialize.h merge #19954: Complete the BIP155 implementation and upgrade to TORv3 2021-05-29 23:24:52 +03:00
shutdown.cpp Merge #13235: Break circular dependency: init -> * -> init by extracting shutdown.h 2021-07-02 00:42:18 +03:00
shutdown.h Merge #13235: Break circular dependency: init -> * -> init by extracting shutdown.h 2021-07-02 00:42:18 +03:00
span.h Partial #19326: Simplify hash.h interface using Spans 2021-05-20 10:15:17 +05:30
spentindex.h Other Dash-specific serializations 2021-05-28 12:31:13 +03:00
spork.cpp
spork.h merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
stacktraces.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
stacktraces.h
statsd_client.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
statsd_client.h
streams.h Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by codespell. 2021-07-19 12:51:24 -05:00
sync.cpp Merge #15233: Prevent mutex lock fail even if --enable-debug 2021-06-28 13:40:58 -05:00
sync.h Merge #18357: Fix missing header in sync.h 2021-07-13 21:19:47 -05:00
threadinterrupt.cpp merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection 2021-06-06 16:22:17 +05:30
threadinterrupt.h merge #11599: Small locking rename 2021-06-06 16:22:17 +05:30
threadsafety.h Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations 2021-07-15 19:30:07 -05:00
timedata.cpp Merge #13249: Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations. 2021-07-19 17:11:18 -05:00
timedata.h
tinyformat.h Merge #17682: Update tinyformat to upstream 2021-05-20 10:15:17 +05:30
torcontrol.cpp Fix more spelling errors 2021-07-19 12:52:03 -05:00
torcontrol.h
txdb.cpp Merge #12980: Allow quicker shutdowns during LoadBlockIndex() 2021-07-12 17:11:08 -05:00
txdb.h Merge #13774: Return void instead of bool for functions that cannot fail 2021-07-02 12:59:28 +03:00
txmempool.cpp Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks 2021-07-26 09:57:19 -04:00
txmempool.h Merge pull request #4278 from PastaPastaPasta/backports-0.18-pr9 2021-07-20 02:26:47 +03:00
ui_interface.cpp Merge #13634: ui: Compile boost::signals2 only once 2021-06-28 22:09:56 -04:00
ui_interface.h Merge #13634: ui: Compile boost::signals2 only once 2021-06-28 22:09:56 -04:00
uint256.cpp merge bitcoin#14555: Move util files to directory 2021-06-27 12:03:13 +05:30
uint256.h Partial #19326: Simplify hash.h interface using Spans 2021-05-20 10:15:17 +05:30
undo.h Merge #18433: serialization: prevent int overflow for big Coin::nHeight 2021-07-13 21:19:48 -05:00
unordered_lru_cache.h fix misc. spelling errors 2021-07-19 12:51:30 -05:00
validation.cpp Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks 2021-07-26 09:57:19 -04:00
validation.h Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks 2021-07-26 09:57:19 -04:00
validationinterface.cpp Merge #13083: Add compile time checking for cs_main runtime locking assertions 2021-07-07 16:30:58 -04:00
validationinterface.h Merge #13083: Add compile time checking for cs_main runtime locking assertions 2021-07-07 16:30:58 -04:00
version.h merge #19845: add support to (un)serialize as ADDRv2 2021-05-29 23:24:02 +03:00
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp Fix more spelling errors 2021-07-19 12:52:03 -05:00
warnings.h