.. |
bench
|
more bitcoin->dash
|
2016-03-04 12:09:03 +03:00 |
compat
|
Cleanup
|
2016-02-15 00:01:44 +03:00 |
config
|
|
|
consensus
|
Move many hardcoded mainnet/testnet magic numbers to consensus part of chainparams,
|
2016-02-17 21:54:24 +03:00 |
crypto
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
leveldb
|
|
|
obj
|
|
|
obj-test
|
|
|
policy
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
primitives
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
qt
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
script
|
Merge remote-tracking branch 'bitcoin/0.12' into mergebtc0.12
|
2016-02-21 04:09:11 +03:00 |
secp256k1
|
Cleanup
|
2016-02-15 00:01:44 +03:00 |
support
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
test
|
fix src/test/data
|
2016-03-07 12:18:47 +01:00 |
univalue
|
Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin
|
2015-12-02 12:28:48 +01:00 |
wallet
|
Fix nChangePosRet in CreateTransaction
|
2016-03-06 18:14:16 +01:00 |
zmq
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
.clang-format
|
|
|
activemasternode.cpp
|
Fix bug that prevented new blocks to update tip during mixing
|
2016-03-02 12:54:46 +01:00 |
activemasternode.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
addrman.cpp
|
|
|
addrman.h
|
PARTIAL: typofixes (found by misspell_fixer)
|
2016-01-16 17:04:08 +01:00 |
alert.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
alert.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
amount.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
amount.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
arith_uint256.cpp
|
|
|
arith_uint256.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
base58.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
base58.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
bloom.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
bloom.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
chain.cpp
|
Allow block announcements with headers
|
2015-11-29 11:59:23 +01:00 |
chain.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
chainparams.cpp
|
Fix GetBlockSubsidy for regtest, bump regtest settings
|
2016-03-06 18:15:33 +01:00 |
chainparams.h
|
Move many hardcoded mainnet/testnet magic numbers to consensus part of chainparams,
|
2016-02-17 21:54:24 +03:00 |
chainparamsbase.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
chainparamsbase.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
chainparamsseeds.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
checkpoints.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
checkpoints.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
checkqueue.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
clientversion.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
clientversion.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
coincontrol.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
coins.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
coins.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
compat.h
|
Cleanup
|
2016-02-15 00:01:44 +03:00 |
compressor.cpp
|
|
|
compressor.h
|
|
|
core_io.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
core_memusage.h
|
Prevector type
|
2015-11-13 18:15:20 +01:00 |
core_read.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
core_write.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
darksend-relay.cpp
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
darksend-relay.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
darksend.cpp
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
darksend.h
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
dash-cli-res.rc
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dash-cli.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dash-tx-res.rc
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dash-tx.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dashd-res.rc
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dashd.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
dbwrapper.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
dbwrapper.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
dsnotificationinterface.cpp
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
dsnotificationinterface.h
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
hash.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
hash.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
httprpc.cpp
|
rpc: Add WWW-Authenticate header to 401 response
|
2016-02-09 08:52:33 +01:00 |
httprpc.h
|
|
|
httpserver.cpp
|
more bitcoin->dash
|
2016-03-04 12:09:03 +03:00 |
httpserver.h
|
http: speed up shutdown
|
2015-11-13 11:10:48 +01:00 |
init.cpp
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
init.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
instantx.cpp
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
instantx.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
keepass.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
keepass.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
key.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
key.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
keystore.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
keystore.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
limitedmap.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
main.cpp
|
Fix GetBlockSubsidy for regtest, bump regtest settings
|
2016-03-06 18:15:33 +01:00 |
main.h
|
Fix default fees
|
2016-03-02 12:56:19 +01:00 |
Makefile.am
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
Makefile.bench.include
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
Makefile.qt.include
|
Make Dash logo (app icon) theme-independent
|
2016-02-25 07:14:08 +03:00 |
Makefile.qttest.include
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
Makefile.test.include
|
Fix tests
|
2016-03-04 06:52:57 +01:00 |
masternode-budget.cpp
|
Check vote time internally
|
2016-03-06 18:23:26 +01:00 |
masternode-budget.h
|
Check vote time internally
|
2016-03-06 18:23:26 +01:00 |
masternode-payments.cpp
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
masternode-payments.h
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
masternode-sync.cpp
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
masternode-sync.h
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
masternode.cpp
|
Check New MasterNodeBroadcast Time
|
2016-03-07 12:00:29 +01:00 |
masternode.h
|
Add some locks to protect chainActive.Tip() and mapBlockIndex
|
2016-03-04 12:10:37 +03:00 |
masternodeconfig.cpp
|
Replace hardcoded 9999 with Params(CBaseChainParams::MAIN).GetDefaultPort()
|
2016-02-17 21:52:37 +03:00 |
masternodeconfig.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
masternodeman.cpp
|
Fix bug that prevented new blocks to update tip during mixing
|
2016-03-02 12:54:46 +01:00 |
masternodeman.h
|
Merge remote-tracking branch 'origin/v0.12.1.x' into mergebtc0.12 + fix
|
2016-02-16 03:17:25 +03:00 |
memusage.h
|
Prevector type
|
2015-11-13 18:15:20 +01:00 |
merkleblock.cpp
|
PARTIAL: typofixes (found by misspell_fixer)
|
2016-01-16 17:04:08 +01:00 |
merkleblock.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
miner.cpp
|
Cleanup
|
2016-02-15 00:01:44 +03:00 |
miner.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
net.cpp
|
Replace all hardcoded network message strings with NetMsgType:: constants, log unknown commands (net debug category only)
|
2016-02-19 07:59:00 +03:00 |
net.h
|
Fix bug that prevented new blocks to update tip during mixing
|
2016-03-02 12:54:46 +01:00 |
netbase.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
netbase.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
noui.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
noui.h
|
|
|
pow.cpp
|
fix typo in GetNextWorkRequired
|
2016-02-19 21:08:30 +03:00 |
pow.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
prevector.h
|
Name union to prevent compiler warning
|
2015-12-02 08:40:47 +01:00 |
protocol.cpp
|
Replace all hardcoded network message strings with NetMsgType:: constants, log unknown commands (net debug category only)
|
2016-02-19 07:59:00 +03:00 |
protocol.h
|
Replace all hardcoded network message strings with NetMsgType:: constants, log unknown commands (net debug category only)
|
2016-02-19 07:59:00 +03:00 |
pubkey.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
pubkey.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
random.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
random.h
|
|
|
rest.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
reverselock.h
|
|
|
rpcblockchain.cpp
|
Cleanup
|
2016-02-15 00:01:44 +03:00 |
rpcclient.cpp
|
Merge remote-tracking branch 'origin/v0.12.1.x' into mergebtc0.12 + fix
|
2016-02-16 03:17:25 +03:00 |
rpcclient.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
rpcmasternode-budget.cpp
|
Check vote time internally
|
2016-03-06 18:23:26 +01:00 |
rpcmasternode.cpp
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
rpcmining.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into mergebtc0.12
|
2016-02-21 04:09:11 +03:00 |
rpcmisc.cpp
|
Fix crash in validateaddress with -disablewallet
|
2016-02-15 14:13:02 +01:00 |
rpcnet.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
rpcprotocol.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
rpcprotocol.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
rpcrawtransaction.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
rpcserver.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
rpcserver.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
scheduler.cpp
|
|
|
scheduler.h
|
|
|
serialize.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
spork.cpp
|
Add some locks to protect chainActive.Tip() and mapBlockIndex
|
2016-03-04 12:10:37 +03:00 |
spork.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
streams.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
sync.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
sync.h
|
PARTIAL: typofixes (found by misspell_fixer)
|
2016-01-16 17:04:08 +01:00 |
threadsafety.h
|
|
|
timedata.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
timedata.h
|
|
|
tinyformat.h
|
|
|
torcontrol.cpp
|
torcontrol debug: Change to a blanket message that covers both cases
|
2015-12-16 12:57:06 +01:00 |
torcontrol.h
|
|
|
txdb.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
txdb.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
txmempool.cpp
|
txmempool: Fix comparison between signed/unsigned int
|
2016-02-15 14:01:06 +01:00 |
txmempool.h
|
Fix tests
|
2016-03-04 06:52:57 +01:00 |
ui_interface.h
|
refactor sync progress ui to use signals, remove lock from masternode str ui
|
2016-02-19 21:09:54 +03:00 |
uint256.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
uint256.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
undo.h
|
|
|
util.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
util.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
utilmoneystr.cpp
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
utilmoneystr.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
utilstrencodings.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
utilstrencodings.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
utiltime.cpp
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
utiltime.h
|
Bump copyright headers to 2015
|
2016-01-05 14:13:33 +01:00 |
validationinterface.cpp
|
|
|
validationinterface.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |
version.h
|
Merge remote-tracking branch 'bitcoin/0.12' into HEAD
|
2016-02-06 16:48:04 +03:00 |