dash/src
Wladimir J. van der Laan cd7a2e2b5a Merge #7504: Crystal clean make clean
ae6eca0 make clean should clean .a files (Pavel Janík)
2017-12-11 08:30:26 +01:00
..
bench Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
compat
config
consensus Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
crypto
drafted
leveldb
obj
obj-test
policy Merge pull request #7266 2017-12-10 00:04:01 +01:00
primitives Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
qt Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
rpc Merge #7070: Move maxTxFee out of mempool 2017-12-11 08:30:26 +01:00
script Drop IsNormalPaymentScript, use IsPayToPublicKeyHash (#1761) 2017-12-07 04:33:51 +03:00
secp256k1
support HD wallet (#1405) 2017-05-29 14:51:40 +03:00
test Merge #7490: tests: Remove May15 test 2017-12-11 08:30:26 +01:00
univalue
wallet Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
zmq Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
.clang-format
activemasternode.cpp Allow compilation with --disable-wallet (#1733) 2017-12-01 21:53:34 +03:00
activemasternode.h Allow compilation with --disable-wallet (#1733) 2017-12-01 21:53:34 +03:00
addrdb.cpp Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
addrdb.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
addressindex.h
addrman.cpp Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
addrman.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
alert.cpp Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
alert.h Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp Improve EncodeBase58/DecodeBase58 performance (#1456) 2017-05-09 20:06:51 +03:00
base58.h
bip39_english.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bip39.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bip39.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bloom.cpp Merge pull request #7113 2017-12-10 00:04:01 +01:00
bloom.h Merge pull request #7113 2017-12-10 00:04:01 +01:00
cachemap.h
cachemultimap.h Periodicially request orphan objects (#1383) 2017-03-06 08:46:59 +01:00
chain.cpp Merge #7311: MOVEONLY: Move non-consensus functions out of pow 2017-12-11 08:08:48 +01:00
chain.h Merge #7311: MOVEONLY: Move non-consensus functions out of pow 2017-12-11 08:08:48 +01:00
chainparams.cpp Merge pull request #7208 2017-12-10 00:04:02 +01:00
chainparams.h Merge pull request #7208 2017-12-10 00:04:02 +01:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
checkpoints.h Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
checkqueue.h
clientversion.cpp
clientversion.h Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
coincontrol.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
coins.cpp Merge #10581: Simplify return values of GetCoin/HaveCoin(InCache) 2017-10-31 21:19:11 +01:00
coins.h Merge #10558: Address nits from per-utxo change 2017-10-31 21:19:11 +01:00
compat.h
compressor.cpp
compressor.h Merge #7933: Fix OOM when deserializing UTXO entries with invalid length 2017-10-19 10:51:50 +02:00
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
dash-cli-res.rc
dash-cli.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
dash-tx-res.rc Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
dash-tx.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
dashd-res.rc
dashd.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
dbwrapper.cpp Merge #10985: Add undocumented -forcecompactdb to force LevelDB compactions 2017-10-31 21:19:11 +01:00
dbwrapper.h Merge #10526: Force on-the-fly compaction during pertxout upgrade 2017-10-31 21:19:11 +01:00
dsnotificationinterface.cpp Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
dsnotificationinterface.h Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
flat-database.h typo: "Writting" -> "Writing" (#1605) 2017-09-03 16:28:53 +03:00
governance-classes.cpp fix off-by-1 in CSuperblock::GetPaymentsLimit (#1598) 2017-09-03 16:31:14 +03:00
governance-classes.h
governance-exceptions.h
governance-misc.h Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
governance-object.cpp Drop IsNormalPaymentScript, use IsPayToPublicKeyHash (#1761) 2017-12-07 04:33:51 +03:00
governance-object.h [Trivial] Typo/doc updates and RPC help formatting (#1758) 2017-12-06 01:17:45 +03:00
governance-validators.cpp start_epoch, end_epoch and payment_amount should be numbers, not strings (#1707) 2017-11-01 18:11:10 +03:00
governance-validators.h Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
governance-vote.cpp Relay govobj and govvote to every compatible peer, not only to the one with the same version (#1662) 2017-10-04 23:12:53 +03:00
governance-vote.h Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
governance-votedb.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-votedb.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance.cpp Make sure to clear setAskFor in Dash submodules (#1730) 2017-11-22 17:27:06 +03:00
governance.h Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
hash.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
hash.h Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
hdchain.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
hdchain.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
httprpc.cpp Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
httprpc.h
httpserver.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
httpserver.h
init.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
init.h
instantx.cpp post-DIP0001 cleanup (#1763) 2017-12-07 12:43:23 +03:00
instantx.h post-DIP0001 cleanup (#1763) 2017-12-07 12:43:23 +03:00
keepass.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
keepass.h
key.cpp
key.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
keystore.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
keystore.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
limitedmap.h
Makefile.am Merge #7504: Crystal clean make clean 2017-12-11 08:30:26 +01:00
Makefile.bench.include Merge #7091: Consensus build package 2017-12-11 08:08:49 +01:00
Makefile.leveldb.include
Makefile.qt.include Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
Makefile.qttest.include Merge #7091: Consensus build package 2017-12-11 08:08:49 +01:00
Makefile.test.include Merge #7490: tests: Remove May15 test 2017-12-11 08:30:26 +01:00
masternode-payments.cpp post-DIP0001 cleanup (#1763) 2017-12-07 12:43:23 +03:00
masternode-payments.h Add more logging for MN votes and MNs missing votes (#1683) 2017-10-17 19:42:44 +03:00
masternode-sync.cpp Allow compilation with --disable-wallet (#1733) 2017-12-01 21:53:34 +03:00
masternode-sync.h fix sync (#1643) 2017-09-20 23:30:56 +03:00
masternode.cpp post-DIP0001 cleanup (#1763) 2017-12-07 12:43:23 +03:00
masternode.h Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
masternodeconfig.cpp
masternodeconfig.h
masternodeman.cpp Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
masternodeman.h Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
memusage.h Merge #10249: Switch CCoinsMap from boost to std unordered_map 2017-10-31 21:19:11 +01:00
merkleblock.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
merkleblock.h
messagesigner.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
messagesigner.h Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
miner.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
miner.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
net_processing.cpp Merge pull request #7113 2017-12-10 00:04:01 +01:00
net_processing.h Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
net.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
net.h Dip0001-related adjustments (inc. constants) (#1621) 2017-09-14 14:42:37 +03:00
netaddress.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netaddress.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netbase.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
netbase.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netfulfilledman.cpp
netfulfilledman.h
noui.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
noui.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
pow.cpp Merge #7459: Consensus: Decouple pow.o from util.o 2017-12-11 08:30:26 +01:00
pow.h Merge #7311: MOVEONLY: Move non-consensus functions out of pow 2017-12-11 08:08:48 +01:00
prevector.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
privatesend-client.cpp make CheckDSTXes() private, execute it on both client and server (#1736) 2017-12-07 12:42:47 +03:00
privatesend-client.h Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
privatesend-server.cpp Drop IsNormalPaymentScript, use IsPayToPublicKeyHash (#1761) 2017-12-07 04:33:51 +03:00
privatesend-server.h Refactor PrivateSend (#1735) 2017-12-04 09:06:07 +03:00
privatesend-util.cpp Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend-util.h Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend.cpp make CheckDSTXes() private, execute it on both client and server (#1736) 2017-12-07 12:42:47 +03:00
privatesend.h make CheckDSTXes() private, execute it on both client and server (#1736) 2017-12-07 12:42:47 +03:00
protocol.cpp Backport Bitcoin PR#8822: net: Consistent checksum handling (#1565) 2017-08-08 20:57:36 +03:00
protocol.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
pubkey.cpp
pubkey.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
random.cpp
random.h
rest.cpp Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
reverselock.h c++11: don't throw from the reverselock destructor (#1421) 2017-04-11 13:55:41 +03:00
scheduler.cpp
scheduler.h
sendalert.cpp Use connman passed to ThreadSendAlert() instead of g_connman global. (#1610) 2017-09-05 13:53:28 +03:00
serialize.h Add COMPACTSIZE wrapper similar to VARINT for serialization 2017-10-24 13:54:10 +02:00
spentindex.h Move index structures into spentindex.h 2017-10-19 10:51:23 +02:00
spork.cpp Eliminate g_connman use in spork module. (#1613) 2017-09-07 18:58:38 +03:00
spork.h Eliminate g_connman use in spork module. (#1613) 2017-09-07 18:58:38 +03:00
streams.h Merge #10250: Fix some empty vector references 2017-10-31 21:19:11 +01:00
sync.cpp
sync.h Do not shadow LOCK's criticalblock variable for LOCK inside LOCK (#1453) 2017-05-05 14:34:54 +03:00
threadinterrupt.cpp Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568) 2017-08-09 19:06:31 +03:00
threadinterrupt.h Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568) 2017-08-09 19:06:31 +03:00
threadsafety.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
timedata.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
timedata.h
tinyformat.h
torcontrol.cpp Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
torcontrol.h
txdb.cpp Merge #10998: Fix upgrade cancel warnings 2017-10-31 21:19:11 +01:00
txdb.h Merge #10195: Switch chainstate db and cache to per-txout model 2017-10-31 21:19:11 +01:00
txmempool.cpp Merge #10581: Simplify return values of GetCoin/HaveCoin(InCache) 2017-10-31 21:19:11 +01:00
txmempool.h Merge #10581: Simplify return values of GetCoin/HaveCoin(InCache) 2017-10-31 21:19:11 +01:00
ui_interface.h Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q' 2017-10-31 21:19:11 +01:00
uint256.cpp Use SipHash-2-4 for CCoinsCache index 2017-10-19 10:51:28 +02:00
uint256.h Use SipHash-2-4 for CCoinsCache index 2017-10-19 10:51:28 +02:00
undo.h Merge #7300: [trivial] Add missing copyright headers 2017-12-11 08:08:48 +01:00
util.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
util.h Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
utilstrencodings.h
utiltime.cpp net: Consistently use GetTimeMicros() for inactivity checks (#1588) 2017-08-24 02:38:29 +03:00
utiltime.h net: Consistently use GetTimeMicros() for inactivity checks (#1588) 2017-08-24 02:38:29 +03:00
validation.cpp Merge #7459: Consensus: Decouple pow.o from util.o 2017-12-11 08:30:26 +01:00
validation.h Merge #7070: Move maxTxFee out of mempool 2017-12-11 08:30:26 +01:00
validationinterface.cpp Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
validationinterface.h Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 2017-12-11 08:30:26 +01:00
version.h post-DIP0001 cleanup (#1763) 2017-12-07 12:43:23 +03:00
versionbits.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
versionbits.h DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00