neobytes/src
2019-07-02 00:38:07 -05:00
..
bench Merge #8855: Use a proper factory for creating chainparams 2019-06-26 12:45:10 -05:00
bls Multiple speed optimizations for deterministic MN list handling (#2972) 2019-06-13 12:01:26 +03:00
compat
config
consensus Set a few param values to 0 by default 2019-06-26 12:45:10 -05:00
crypto Merge #9792: FastRandomContext improvements and switch to ChaCha20 2019-06-14 01:25:59 -05:00
evo Merge #8855: Use a proper factory for creating chainparams 2019-06-26 12:45:10 -05:00
governance Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. 2019-06-19 08:20:15 -05:00
immer Update immer library to current master (0a718d2d76bab6ebdcf43de943bd6c7d2dbfe2f9) (#2821) 2019-04-01 14:10:49 +03:00
leveldb
llmq Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
masternode Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. 2019-06-19 08:20:15 -05:00
obj
obj-test
policy Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
primitives Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
privatesend Remove skipped denom from the list on tx commit (#2997) 2019-06-26 14:39:36 +03:00
qt Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
rpc add extra params to AvailableCoins calls 2019-07-01 13:44:40 -05:00
script Merge #10347: Use range-based for loops (C++11) when looping over vector elements 2019-06-26 12:45:10 -05:00
secp256k1 Merge #10323: Update to latest libsecp256k1 master 2019-06-26 12:43:19 -05:00
support Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
test Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
univalue
wallet Resolve AvailableCoins method call 2019-07-02 00:38:07 -05:00
zmq Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
.clang-format
addrdb.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
addrdb.h Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
addressindex.h
addrman.cpp Merge pull request #2974 from PastaPastaPasta/backports-0.15-pr14 2019-06-19 14:30:54 +03:00
addrman.h Merge pull request #2974 from PastaPastaPasta/backports-0.15-pr14 2019-06-19 14:30:54 +03:00
amount.h Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
arith_uint256.cpp Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
arith_uint256.h
base58.cpp Merge #10045: [trivial] Fix typos in comments 2019-05-21 08:52:42 -05:00
base58.h
batchedlogger.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
batchedlogger.h Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
bip39_english.h
bip39.cpp
bip39.h
blockencodings.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
blockencodings.h
bloom.cpp Merge #9750: Bloomfilter: parameter variables made constant 2019-06-24 11:39:34 -05:00
bloom.h Merge #9750: Bloomfilter: parameter variables made constant 2019-06-24 11:39:34 -05:00
cachemap.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
cachemultimap.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
chain.cpp
chain.h Add blocks conflicting with ChainLocks to block index (#2923) 2019-05-16 10:12:36 +02:00
chainparams.cpp No need for zero initialization of devnet params 2019-06-26 12:45:10 -05:00
chainparams.h remove initialize to 0 in chainparams.h 2019-07-01 13:48:19 -05:00
chainparamsbase.cpp Merge #8855: Use a proper factory for creating chainparams 2019-06-26 12:45:10 -05:00
chainparamsbase.h Merge #8855: Use a proper factory for creating chainparams 2019-06-26 12:45:10 -05:00
chainparamsseeds.h Update testnet seeds to point to MNs that are on the new chain (#2558) 2018-12-14 16:34:11 +01:00
checkpoints.cpp
checkpoints.h
checkqueue.h Merge #10181: Include cleanup 2019-06-08 09:36:43 -05:00
clientversion.cpp
clientversion.h Merge #10168: Fix build warning from #error text 2019-06-14 01:25:59 -05:00
coins.cpp Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 2019-05-19 20:43:03 -05:00
coins.h Merge #10181: Include cleanup 2019-06-08 09:36:43 -05:00
compat.h Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL 2019-05-06 14:51:42 -05:00
compressor.cpp
compressor.h
core_io.h Backport 8824 (#2968) 2019-06-11 14:42:17 +03:00
core_memusage.h Merge #9208: Improve DisconnectTip performance 2019-06-24 11:39:34 -05:00
core_read.cpp
core_write.cpp Backport 8824 (#2968) 2019-06-11 14:42:17 +03:00
ctpl.h
cuckoocache.h Merge #9533: Allow non-power-of-2 signature cache sizes 2019-05-19 20:42:59 -05:00
cxxtimer.hpp Add cxxtimer header only libraries 2019-01-09 12:16:11 +01:00
dash-cli-res.rc
dash-cli.cpp Merge #8855: Use a proper factory for creating chainparams 2019-06-26 12:45:10 -05:00
dash-tx-res.rc
dash-tx.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
dashd-res.rc
dashd.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
dbwrapper.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
dbwrapper.h More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
dsnotificationinterface.cpp Remove logic for handling objects and votes orphaned by not-yet-known MNs (#2954) 2019-05-29 21:19:53 +03:00
dsnotificationinterface.h Drop CDSNotificationInterface::SyncTransaction() 2019-05-28 11:59:55 +02:00
flat-database.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
fs.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
fs.h Merge #10432: [Trivial] Add BITCOIN_FS_H endif footer in fs.h 2019-06-24 11:39:34 -05:00
hash.cpp
hash.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
hdchain.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
hdchain.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
httprpc.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
httprpc.h
httpserver.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
httpserver.h Merge #10150: [rpc] Add logging rpc 2019-06-19 08:20:15 -05:00
indirectmap.h
init.cpp Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
init.h
instantsend.cpp Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. 2019-06-19 08:20:15 -05:00
instantsend.h Adjust CDSNotificationInterface to align with CValidationInterface changes 2019-05-27 09:03:19 -05:00
keepass.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
keepass.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
key.cpp Merge #10075: Remove unused C++ code not covered by unit tests 2019-06-14 14:47:39 -05:00
key.h Merge #10075: Remove unused C++ code not covered by unit tests 2019-06-14 14:47:39 -05:00
keystore.cpp
keystore.h
limitedmap.h Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
Makefile.am Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
Makefile.bench.include Few trivial cleanups (#2803) 2019-03-25 09:15:46 +03:00
Makefile.leveldb.include
Makefile.qt.include Merge #10098: Make qt wallet test compatible with qt4 2019-05-21 08:52:47 -05:00
Makefile.qttest.include Merge #9974: Add basic Qt wallet test 2019-05-06 14:51:43 -05:00
Makefile.test.include Merge #10408: Net: Improvements to Tor control port parser 2019-06-24 11:39:34 -05:00
memusage.h
merkleblock.cpp Do not skip pushing of vMatch and vHashes in CMerkleBlock (#2826) 2019-04-04 08:11:04 +02:00
merkleblock.h
messagesigner.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
messagesigner.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
miner.cpp Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
miner.h Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
net_processing.cpp Merge #10347: Use range-based for loops (C++11) when looping over vector elements 2019-06-26 12:45:10 -05:00
net_processing.h Merge #9725: CValidationInterface Cleanups 2019-05-27 09:03:19 -05:00
net.cpp Merge #10478: rpc: Add listen address to incoming connections in getpeerinfo 2019-06-26 12:44:45 -05:00
net.h Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
netaddress.cpp Merge #10075: Remove unused C++ code not covered by unit tests 2019-06-14 14:47:39 -05:00
netaddress.h Merge #10075: Remove unused C++ code not covered by unit tests 2019-06-14 14:47:39 -05:00
netbase.cpp Merge #9539: [net] Avoid initialization to a value that is never read 2019-06-24 11:39:34 -05:00
netbase.h Merge #10061: [net] Added SetSocketNoDelay() utility function 2019-06-24 11:39:34 -05:00
netfulfilledman.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
netfulfilledman.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
netmessagemaker.h Optimize DKG debug message processing for performance and lower bandwidth (#2672) 2019-02-01 10:49:01 +03:00
noui.cpp
noui.h
pow.cpp Merge #8665: Assert all the things! 2019-02-26 16:41:11 -06:00
pow.h
prevector.h Merge #9505: Prevector Quick Destruct 2019-02-26 16:41:13 -06:00
protocol.cpp Merge #7692: Remove p2p alert system 2019-06-21 19:33:53 -05:00
protocol.h Merge #7692: Remove p2p alert system 2019-06-21 19:33:53 -05:00
pubkey.cpp
pubkey.h
random.cpp Merge #10372: Add perf counter data to GetStrongRandBytes state in scheduler 2019-06-24 11:39:34 -05:00
random.h Merge #10372: Add perf counter data to GetStrongRandBytes state in scheduler 2019-06-24 11:39:34 -05:00
rest.cpp Backport 8824 (#2968) 2019-06-11 14:42:17 +03:00
reverselock.h
saltedhasher.cpp Implement std::unordered_map/set compatible hasher classes for salted hashes 2019-02-27 14:40:52 +01:00
saltedhasher.h Implement std::unordered_map/set compatible hasher classes for salted hashes 2019-02-27 14:40:52 +01:00
scheduler.cpp Merge #10372: Add perf counter data to GetStrongRandBytes state in scheduler 2019-06-24 11:39:34 -05:00
scheduler.h Merge #10395: Replace boost::function with std::function (C++11) 2019-06-24 11:39:34 -05:00
serialize.h Fix compiler warning (#2956) 2019-05-30 11:00:31 +03:00
spentindex.h add serialize.h import 2019-06-24 11:39:34 -05:00
spork.cpp Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. 2019-06-19 08:20:15 -05:00
spork.h remove spork 12 (#2754) 2019-06-18 14:32:11 +03:00
stacktraces.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
stacktraces.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
streams.h Merge #9911: Wshadow: various gcc fixes 2019-05-06 14:51:45 -05:00
sync.cpp Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
sync.h Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
timedata.h Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
tinyformat.h Merge bitcoin#9963: util: Properly handle errors during log message formatting (#2917) 2019-05-21 15:32:33 +02:00
torcontrol.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
torcontrol.h
txdb.cpp Merge #10395: Replace boost::function with std::function (C++11) 2019-06-24 11:39:34 -05:00
txdb.h Merge #10395: Replace boost::function with std::function (C++11) 2019-06-24 11:39:34 -05:00
txmempool.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
txmempool.h Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
ui_interface.cpp
ui_interface.h Merge #7692: Remove p2p alert system 2019-06-21 19:33:53 -05:00
uint256.cpp Merge #9867: Replace remaining sprintf with snprintf 2019-01-22 22:55:48 -06:00
uint256.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
undo.h
unordered_lru_cache.h Replace BITCOIN_UNORDERED_LRU_CACHE_H with DASH_UNORDERED_LRU_CACHE_H 2019-03-11 15:18:25 +01:00
util.cpp remove unused gArgs wrappers 2019-06-24 12:03:20 -05:00
util.h remove unused gArgs wrappers 2019-06-24 12:03:20 -05:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2019-01-24 22:28:13 -06:00
utilstrencodings.h Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2019-01-24 22:28:13 -06:00
utiltime.cpp Revert " Add real timestamp to log output when mock time is enabled (#2604)" 2019-06-24 11:39:34 -05:00
utiltime.h Revert " Add real timestamp to log output when mock time is enabled (#2604)" 2019-06-24 11:39:34 -05:00
validation.cpp remove extra argument from code review 2019-06-24 17:41:02 -05:00
validation.h Merge #9279: Consensus: Move CFeeRate out of libconsensus 2019-06-26 15:26:07 -05:00
validationinterface.cpp Remove CValidationInterface::UpdatedTransaction 2019-06-14 01:25:32 -05:00
validationinterface.h Remove CValidationInterface::UpdatedTransaction 2019-06-14 01:25:32 -05:00
version.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
versionbits.cpp Revert "Show BIP9 progress in getblockchaininfo (#2435)" 2019-06-24 11:39:34 -05:00
versionbits.h Revert "Show BIP9 progress in getblockchaininfo (#2435)" 2019-06-24 11:39:34 -05:00
warnings.cpp Scripted diff find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g' based on bb81e1735575e1c00e808326735168cc9810c174 2019-06-24 12:03:00 -05:00
warnings.h