neobytes/src
2017-01-01 19:32:08 +04:00
..
bench
compat fixed endian issues 2016-05-09 08:58:17 -07:00
config
consensus Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
crypto
drafted bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
leveldb
obj
obj-test
policy Merge #942: Leave some space for free transactions by defaut (10000) 2016-08-12 08:01:14 +02:00
primitives Trivial refactoring/cleanup (#990) 2016-09-05 20:09:25 +04:00
qt cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
script Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
secp256k1
support
test bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
univalue univalue: Handle UTF-8 2016-05-31 04:31:02 +03:00
wallet cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
zmq [ZMQ] append a message sequence number to every ZMQ notification (#1082) 2016-10-18 00:09:21 +04:00
.clang-format
activemasternode.cpp Fix Hot Masternode Starting (#1239) 2017-01-01 14:18:21 +04:00
activemasternode.h [WIP] Few mn list sync changes (#1223) 2016-12-24 06:49:13 +04:00
addressindex.h mempool: same address and index for an input and output bug 2016-06-13 11:23:30 -04:00
addrman.cpp
addrman.h
alert.cpp
alert.h
amount.cpp Report amounts in the correct currency (#983) 2016-09-02 01:02:45 +04:00
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
base58.h (log) tweaks and (general) cleanup (#1086) 2016-10-22 20:52:14 +04:00
bloom.cpp
bloom.h
cachemap.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
cachemultimap.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
chain.cpp test: Add more thorough test for dbwrapper iterators 2016-06-09 22:47:27 +02:00
chain.h Merge #915: Store block hash in CDiskBlockIndex 2016-07-29 07:27:47 +02:00
chainparams.cpp added testnet checkpoint (#1235) 2016-12-30 08:05:29 +01:00
chainparams.h Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
coincontrol.h More instantx->instantsend (few more ds->privatesend) (#984) 2016-09-02 16:17:32 +04:00
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp Refactor script tests 2016-05-04 13:01:59 +02:00
darksend-relay.cpp Merge #948 Refactor CDarkSendSigner 2016-08-19 05:50:04 -06:00
darksend-relay.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
darksend.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
darksend.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
dash-cli-res.rc
dash-cli.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
dash-tx-res.rc
dash-tx.cpp Fix exit codes (#1127) 2016-11-11 09:16:39 +04:00
dashd-res.rc
dashd.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
dbwrapper.cpp
dbwrapper.h
dsnotificationinterface.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
dsnotificationinterface.h
flat-database.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance-classes.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-classes.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-exceptions.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-misc.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance-object.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-object.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-vote.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-vote.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-votedb.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance-votedb.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance.cpp Fix sync issues (#1225) 2016-12-26 10:44:36 +04:00
governance.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
hash.cpp
hash.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
httprpc.cpp Few small changes: - Better log output (a bit more granular for mnb, fixing "\n"s and few other small issues) - Unify variable/class members naming a bit 2016-03-16 07:48:37 +01:00
httprpc.h
httpserver.cpp Merge #822: [Core]: fix restart hanging during wallet-repair 2016-06-05 07:10:41 +02:00
httpserver.h
init.cpp typo in masternodeaddr error message (#1242) 2017-01-01 19:32:08 +04:00
init.h
instantx.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
instantx.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
keepass.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
keepass.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h
main.cpp Provide correct warning in CheckForkWarningConditions for large worked invalid chain. (#1234) 2017-01-01 14:18:05 +04:00
main.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
Makefile.am Implement orphan object and vote timeouts (#1166) 2016-11-24 22:12:05 +04:00
Makefile.bench.include
Makefile.leveldb.include Backport leveldb build integration to 0.12 2016-06-05 12:48:57 -07:00
Makefile.new.am added new files 2016-04-09 10:17:17 -07:00
Makefile.qt.include Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
Makefile.qttest.include
Makefile.test.include Implement rate check using buffer (#1202) 2016-12-14 19:28:55 +04:00
masternode-payments.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
masternode-payments.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
masternode-sync.cpp Fix sync issues (#1225) 2016-12-26 10:44:36 +04:00
masternode-sync.h Fix sync issues (#1225) 2016-12-26 10:44:36 +04:00
masternode.cpp fix mnb renewal (#1226) 2016-12-26 10:44:48 +04:00
masternode.h fix mnb renewal (#1226) 2016-12-26 10:44:48 +04:00
masternodeconfig.cpp CMasternodeConfig::read shouldn't spam into debug.log, instead AppInit2 should print current masternode.conf location. Processing masternode.conf to lock inputs should also be performed only when current node is not a masternode. (#1046) 2016-09-30 00:28:33 +04:00
masternodeconfig.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
masternodeman.cpp fix mnb renewal (#1226) 2016-12-26 10:44:48 +04:00
masternodeman.h Fix sync issues (#1225) 2016-12-26 10:44:36 +04:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp Masternode Sync should be finished before mining processing (#1240) 2017-01-01 14:18:33 +04:00
miner.h
net.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
net.h Fix masternode rate checks (#1187) 2016-12-05 00:33:39 +04:00
netbase.cpp merge #855: Fix bad mn sig ipv6 2016-06-02 08:11:56 +02:00
netbase.h merge #855: Fix bad mn sig ipv6 2016-06-02 08:11:56 +02:00
netfulfilledman.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
netfulfilledman.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
noui.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
noui.h
pow.cpp reset testnet 2016-05-09 08:32:47 -07:00
pow.h
prevector.h prevector::swap: fix (unreached) data corruption 2016-07-30 05:18:17 +03:00
protocol.cpp (log) tweaks and (general) cleanup (#1086) 2016-10-22 20:52:14 +04:00
protocol.h new PoSe - MNVERIFY (#1066) 2016-10-21 01:11:30 +04:00
pubkey.cpp
pubkey.h
random.cpp thread safe rand (#1157) 2016-11-20 10:52:45 +04:00
random.h thread safe rand (#1157) 2016-11-20 10:52:45 +04:00
rest.cpp
reverselock.h
rpcblockchain.cpp display chainwork for every tip in getchaintips (#1237) 2016-12-30 20:38:53 +04:00
rpcclient.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcclient.h
rpcgovernance.cpp Improve governance debugging information (#1221) 2016-12-22 07:20:05 +04:00
rpcmasternode.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
rpcmining.cpp Masternode Sync should be finished before mining processing (#1240) 2017-01-01 14:18:33 +04:00
rpcmisc.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcnet.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcprotocol.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcprotocol.h Merge #921: Fix project name Dash -> Dash Core 2016-07-29 07:30:19 +02:00
rpcrawtransaction.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcserver.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
rpcserver.h Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
scheduler.cpp Reenable multithread scheduler test 2016-06-09 22:52:04 +02:00
scheduler.h
serialize.h New vote tallying implementation (#1135) 2016-11-13 21:52:34 +04:00
spentindex.h main: spentindex for the mempool 2016-06-02 12:15:59 -04:00
spork.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
spork.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
streams.h
sync.cpp Few debug related fixes 2016-03-25 16:41:11 +03:00
sync.h fixing more issues 2016-04-14 14:28:33 -07:00
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
torcontrol.h
txdb.cpp build: fix darwin build 2016-06-02 12:15:37 -04:00
txdb.h rpc: fix issue with querying txids by block heights 2016-06-02 12:15:37 -04:00
txmempool.cpp Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
txmempool.h Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
ui_interface.h
uint256.cpp
uint256.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
undo.h
util.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
util.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Add masternode tab in qt wallet 2016-05-11 15:50:04 +03:00
utiltime.h Add masternode tab in qt wallet 2016-05-11 15:50:04 +03:00
validationinterface.cpp Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
validationinterface.h Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
version.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
versionbits.cpp BIP9 Implementation 2016-03-18 09:14:52 +00:00
versionbits.h BIP9 Implementation 2016-03-18 09:14:52 +00:00