neobytes/src
2018-02-12 15:47:20 +03:00
..
bench Fix DeserializeAndCheckBlockTest benchmark and store hashDevnetGenesisBlock in consensus (#1888) 2018-02-01 20:05:35 +03:00
compat Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
config
consensus Fix DeserializeAndCheckBlockTest benchmark and store hashDevnetGenesisBlock in consensus (#1888) 2018-02-01 20:05:35 +03:00
crypto Merge #9512: Fix various things -fsanitize complains about 2018-01-21 12:48:33 +01:00
leveldb Merge #8613: LevelDB 1.19 2018-01-17 17:31:11 +01:00
obj
obj-test
policy Merge #9380: Separate different uses of minimum fees 2018-01-21 12:48:32 +01:00
primitives Merge #7562: Bump transaction version default to 2 2018-01-20 09:22:38 +01:00
qt Hide autocompleter on Enter/Return key (#1898) 2018-02-06 20:24:37 +03:00
rpc Move prev/next sb height logic from rpc to CSuperblock::GetNearestSuperblocksHeights (#1919) 2018-02-12 15:46:55 +03:00
script Merge #8976: libconsensus: Add input validation of flags (#1891) 2018-02-05 18:42:05 +03:00
secp256k1 Merge #9334: Update to latest libsecp256k1 2018-01-17 17:31:12 +01:00
support Merge #10308: [wallet] Securely erase potentially sensitive keys/values 2018-01-26 12:59:29 +01:00
test Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
univalue Merge #8863: univalue: Pull subtree 2018-01-12 09:57:56 +01:00
wallet Merge pull request #1908 from codablock/pr_backport_bitcoin_0.14-12 2018-02-08 08:45:02 +03:00
zmq Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
.clang-format Merge #9649: [doc] Remove unused clang format dev script 2018-01-23 09:24:26 +01:00
activemasternode.cpp Fix connectivity check in CActiveMasternode::ManageStateInitial (#1918) 2018-02-12 15:46:38 +03:00
activemasternode.h Allow compilation with --disable-wallet (#1733) 2017-12-01 21:53:34 +03:00
addrdb.cpp Merge #9216: Doc: Fix copypasted comment 2018-01-17 17:25:36 +01:00
addrdb.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
addressindex.h
addrman.cpp Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0; 2018-01-23 09:24:29 +01:00
addrman.h Merge #9225: Fix some benign races 2018-01-17 17:27:24 +01:00
alert.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
alert.h Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
amount.cpp Merge #7796: [amount] Add support for negative fee rates 2017-12-20 14:58:27 +01:00
amount.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
arith_uint256.cpp Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
arith_uint256.h Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
base58.cpp
base58.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
bip39_english.h
bip39.cpp Use GetStrongRandBytes in CMnemonic::Generate 2017-12-22 06:00:51 +01:00
bip39.h
bloom.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
bloom.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
cachemap.h Various fixes and refactoring for Cache*Map classes (#1896) 2018-02-06 14:08:43 +03:00
cachemultimap.h Various fixes and refactoring for Cache*Map classes (#1896) 2018-02-06 14:08:43 +03:00
chain.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
chain.h Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 2018-01-21 12:48:32 +01:00
chainparams.cpp Allow changing BIP9 parameters on regtest 2018-02-08 10:40:51 +01:00
chainparams.h Allow changing BIP9 parameters on regtest 2018-02-08 10:40:51 +01:00
chainparamsbase.cpp Fix remaining direct uses of mapArgs 2018-01-18 07:38:58 +01:00
chainparamsbase.h Implement named devnets (#1791) 2017-12-20 14:45:01 +03:00
chainparamsseeds.h Use masternode list to generate hardcoded seeds (#1892) 2018-02-05 18:39:26 +03:00
checkpoints.cpp Merge #9472: Disentangle progress estimation from checkpoints and update it 2018-01-21 12:48:32 +01:00
checkpoints.h Merge #9472: Disentangle progress estimation from checkpoints and update it 2018-01-21 12:48:32 +01:00
checkqueue.h Merge #9497: CCheckQueue Unit Tests 2018-01-26 12:59:29 +01:00
clientversion.cpp Merge #8181: build: Get rid of CLIENT_DATE 2017-12-22 17:20:31 +01:00
clientversion.h Merge #8181: build: Get rid of CLIENT_DATE 2017-12-22 17:20:31 +01:00
coins.cpp Merge #8357: [mempool] Fix relaypriority calculation error 2018-01-12 08:02:45 +01:00
coins.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
compat.h Merge #9224: Prevent FD_SETSIZE error building on OpenBSD 2018-01-17 17:27:24 +01:00
compressor.cpp
compressor.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
core_io.h Merge #9282: CMutableTransaction is defined as struct 2018-01-17 17:31:12 +01:00
core_memusage.h Merge #9125: Make CBlock a vector of shared_ptr of CTransactions 2018-01-15 06:14:16 +01:00
core_read.cpp Merge #9650: Better handle invalid parameters to signrawtransaction 2018-02-07 13:11:08 +01:00
core_write.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
cuckoocache.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
dash-cli-res.rc Fix issues introduced in 1770 (#1803) 2017-12-21 19:58:38 +03:00
dash-cli.cpp Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
dash-tx-res.rc Fix issues introduced in 1770 (#1803) 2017-12-21 19:58:38 +03:00
dash-tx.cpp Merge #10130: bitcoin-tx input verification (awemany, jnewbery) 2018-01-26 12:59:29 +01:00
dashd-res.rc
dashd.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
dbwrapper.cpp Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ 2018-01-09 14:16:38 +01:00
dbwrapper.h Merge #10526: Force on-the-fly compaction during pertxout upgrade 2017-10-31 21:19:11 +01:00
dsnotificationinterface.cpp Update Dash related code to use new SyncTransaction notifications interface 2018-01-08 18:41:06 +01:00
dsnotificationinterface.h Update Dash related code to use new SyncTransaction notifications interface 2018-01-08 18:41:06 +01:00
flat-database.h typo: "Writting" -> "Writing" (#1605) 2017-09-03 16:28:53 +03:00
governance-classes.cpp Move prev/next sb height logic from rpc to CSuperblock::GetNearestSuperblocksHeights (#1919) 2018-02-12 15:46:55 +03:00
governance-classes.h Move prev/next sb height logic from rpc to CSuperblock::GetNearestSuperblocksHeights (#1919) 2018-02-12 15:46:55 +03:00
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 remove unused method GetObjectSubtype (#1914) 2018-02-12 15:45:38 +03:00
governance-object.h remove unused method GetObjectSubtype (#1914) 2018-02-12 15:45:38 +03:00
governance-validators.cpp Remove excessive custom validation in CProposalValidator::ValidatePaymentAddress (#1917) 2018-02-12 15:46:27 +03:00
governance-validators.h
governance-vote.cpp Improve sync (#1779) 2017-12-14 03:33:58 +03:00
governance-vote.h Shorten MN outpoint output from getvotes (#1871) 2018-01-31 13:56:30 +03:00
governance-votedb.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-votedb.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
governance.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
governance.h Various fixes and refactoring for Cache*Map classes (#1896) 2018-02-06 14:08:43 +03:00
hash.cpp Merge #9556: Remove redundant semicolons 2018-01-23 09:24:27 +01:00
hash.h Merge #9791: Avoid VLA in hash.h 2018-01-26 12:59:29 +01:00
hdchain.cpp
hdchain.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
httprpc.cpp Merge #9785: Avoid variable length arrays 2018-01-26 12:59:29 +01:00
httprpc.h
httpserver.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
httpserver.h Merge #8513: Fix a type error that would not compile on OSX. 2018-01-08 18:04:55 +01:00
indirectmap.h Merge #8414: prepend license statement to indirectmap.h 2018-01-08 18:04:55 +01:00
init.cpp Fix cmd args handling for -bip9params 2018-02-08 10:40:51 +01:00
init.h Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors 2018-01-17 17:27:24 +01:00
instantx.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
instantx.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
keepass.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
keepass.h
key.cpp Merge #8753: Locked memory manager 2018-01-13 13:44:39 +01:00
key.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
keystore.cpp
keystore.h
limitedmap.h Merge #8353: Trivial: tiny c++11 refactors 2018-01-08 18:04:55 +01:00
Makefile.am Merge #10228: build: regenerate bitcoin-config.h as necessary 2018-01-26 12:59:29 +01:00
Makefile.bench.include Fix DeserializeAndCheckBlockTest benchmark and store hashDevnetGenesisBlock in consensus (#1888) 2018-02-01 20:05:35 +03:00
Makefile.leveldb.include Merge #8826: Do not include env_win.cc on non-Windows systems 2018-01-12 09:56:53 +01:00
Makefile.qt.include Merge #9513: build: fix qt distdir builds (retry) 2018-01-18 07:38:58 +01:00
Makefile.qttest.include Add Dash Copyright to Makefiles modified by Dash developers 2018-01-12 16:12:54 +01:00
Makefile.test.include Merge #9497: CCheckQueue Unit Tests 2018-01-26 12:59:29 +01:00
masternode-payments.cpp Skip next mn payments winners when selecting a MN to mix on (#1921) 2018-02-12 15:47:20 +03:00
masternode-payments.h Skip next mn payments winners when selecting a MN to mix on (#1921) 2018-02-12 15:47:20 +03:00
masternode-sync.cpp Make peer id logging consistent ("peer=%d" instead of "peer %d") 2018-02-08 11:18:48 +01:00
masternode-sync.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
masternode.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
masternode.h Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
masternodeconfig.cpp
masternodeconfig.h
masternodeman.cpp Make peer id logging consistent ("peer=%d" instead of "peer %d") 2018-02-08 11:18:48 +01:00
masternodeman.h Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
memusage.h Merge #8675: Make copyright header lines uniform 2018-01-13 13:44:39 +01:00
merkleblock.cpp Merge #10309: Trivial: remove extra character from comment 2018-01-26 12:59:29 +01:00
merkleblock.h Merge #10258: Fixed typo in documentation for merkleblock.h 2018-01-26 12:59:29 +01:00
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
miner.cpp Give 1000 bytes instead of 4000 bytes before the block is full 2018-01-26 17:31:20 +01:00
miner.h Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 2018-01-26 12:59:29 +01:00
net_processing.cpp Merge pull request #1911 from codablock/pr_backports_from_cmptblk 2018-02-09 13:08:03 +03:00
net_processing.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
net.cpp Remove some locking in net.h/net.cpp (#1905) 2018-02-08 08:44:07 +03:00
net.h Rename vBlockHashesFromINV to vDelayedGetHeaders (#1909) 2018-02-08 08:45:20 +03:00
netaddress.cpp Merge #8466: [Trivial] Do not shadow variables in networking code 2018-01-09 14:16:38 +01:00
netaddress.h Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
netbase.cpp Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
netbase.h Merge #8466: [Trivial] Do not shadow variables in networking code 2018-01-09 14:16:38 +01:00
netfulfilledman.cpp
netfulfilledman.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
netmessagemaker.h Merge #9659: Net: Turn some methods and params/variables const 2018-01-23 09:24:27 +01:00
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 #7962: CalculateNextWorkRequired Cleanup 2017-12-20 17:25:03 +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 #9856: Terminate immediately when allocation fails 2018-01-26 12:59:29 +01:00
privatesend-client.cpp Skip next mn payments winners when selecting a MN to mix on (#1921) 2018-02-12 15:47:20 +03:00
privatesend-client.h Do not send dash-specific requests to masternodes before we are fully connected (#1882) 2018-02-01 04:10:52 +03:00
privatesend-server.cpp [Trivial] Update PrivateSend denominations in comments / typo fixes (#1910) 2018-02-08 08:46:44 +03:00
privatesend-server.h Merge pull request #1867 from codablock/pr_backport_bitcoin_0.14-10 2018-01-26 14:55:56 +03:00
privatesend-util.cpp Avoid reference leakage in CKeyHolderStorage::AddKey (#1840) 2018-01-09 14:11:43 +03:00
privatesend-util.h Avoid reference leakage in CKeyHolderStorage::AddKey (#1840) 2018-01-09 14:11:43 +03:00
privatesend.cpp [Trivial] Update PrivateSend denominations in comments / typo fixes (#1910) 2018-02-08 08:46:44 +03:00
privatesend.h [Trivial] Update PrivateSend denominations in comments / typo fixes (#1910) 2018-02-08 08:46:44 +03:00
protocol.cpp Merge #7542: Implement "feefilter" P2P message 2017-12-19 13:18:30 +01:00
protocol.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
pubkey.cpp Merge #8655: Do not shadow variables (trivials) 2018-01-11 13:22:22 +01:00
pubkey.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
random.cpp Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
random.h Get rid of InsecureRand and use equivalent FastRandomContext 2018-01-12 16:37:39 +01:00
rest.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
reverselock.h Merge #8655: Do not shadow variables (trivials) 2018-01-11 13:22:22 +01:00
scheduler.cpp Merge #9186: test: Fix use-after-free in scheduler tests 2018-01-15 06:14:16 +01:00
scheduler.h
sendalert.cpp Merge #9243: Clean up mapArgs and mapMultiArgs Usage 2018-01-18 07:31:23 +01:00
serialize.h Merge #9305: Refactor: Removed begin/end_ptr functions. 2018-01-17 17:31:12 +01:00
spentindex.h Remove nType and nVersion from Dash related serialization code 2018-01-15 06:14:15 +01:00
spork.cpp Drop SPORK_13_OLD_SUPERBLOCK_FLAG and check superblock start hash (#1872) 2018-02-01 15:42:21 +03:00
spork.h Drop SPORK_13_OLD_SUPERBLOCK_FLAG and check superblock start hash (#1872) 2018-02-01 15:42:21 +03:00
streams.h Add size() method to CVectorWriter 2018-01-17 17:27:24 +01:00
sync.cpp Remove onlyMaybeDeadlock condition around printing of deadlock info 2018-01-23 12:27:28 +01:00
sync.h Merge #9319: Break addnode out from the outbound connection limits. 2018-01-18 07:38:22 +01: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 #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
timedata.h Merge #7573: P2P: add maxtimeadjustment command line option 2017-12-19 13:18:30 +01:00
tinyformat.h Merge #8274: util: Update tinyformat 2018-01-08 18:04:55 +01:00
torcontrol.cpp Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
torcontrol.h
txdb.cpp Merge #9644: [refactor] Remove using namespace <xxx> from src/ 2018-01-23 09:24:03 +01:00
txdb.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
txmempool.cpp Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter 2018-01-26 12:59:29 +01:00
txmempool.h Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter 2018-01-26 12:59:29 +01:00
ui_interface.cpp Merge #8486: [wallet] Add high transaction fee warnings 2018-01-11 13:22:22 +01:00
ui_interface.h Merge #8486: [wallet] Add high transaction fee warnings 2018-01-11 13:22:22 +01:00
uint256.cpp Use SipHash-2-4 for CCoinsCache index 2017-10-19 10:51:28 +02:00
uint256.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
undo.h Merge #9039: Various serialization simplifcations and optimizations 2018-01-15 06:14:15 +01:00
util.cpp Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 2018-01-26 12:59:29 +01:00
util.h Rename fMasterNode to fMasternodeMode to clarify its meaning and to avoid confusion with CNode::fMasternode (#1874) 2018-01-26 04:11:01 +03:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge #8168: util: Add ParseUInt32 and ParseUInt64 2017-12-22 17:20:31 +01:00
utilstrencodings.h Merge #8168: util: Add ParseUInt32 and ParseUInt64 2017-12-22 17:20:31 +01:00
utiltime.cpp Merge #9510: [trivial] Fix typos in comments 2018-01-21 12:48:34 +01:00
utiltime.h net: Consistently use GetTimeMicros() for inactivity checks (#1588) 2017-08-24 02:38:29 +03:00
validation.cpp Merge pull request #1911 from codablock/pr_backports_from_cmptblk 2018-02-09 13:08:03 +03:00
validation.h Make CBlockIndex*es in net_processing const 2018-02-08 11:06:22 +01:00
validationinterface.cpp Add a CValidationInterface::NewPoWValidBlock callback 2018-02-08 11:06:22 +01:00
validationinterface.h Add a CValidationInterface::NewPoWValidBlock callback 2018-02-08 11:06:22 +01:00
version.h Apply review suggestions/fixes 2017-12-20 07:51:20 +01:00
versionbits.cpp Add softfork deployment for BIP147 2018-01-30 20:18:51 +01:00
versionbits.h Merge #7948: RPC: augment getblockchaininfo bip9_softforks data 2018-01-13 13:44:37 +01:00
warnings.cpp Drop BOOST_FOREACH and use references in loops (const ref where applicable, Dash code only) (#1899) 2018-02-06 14:09:33 +03:00
warnings.h Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 2018-01-18 07:31:22 +01:00