.. |
bench
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
bls
|
Fix excessive memory use when flushing chainstate and EvoDB (#3008)
|
2019-07-02 07:16:27 +03:00 |
compat
|
Merge #11144: Move local include to before system includes
|
2020-01-01 22:31:14 -06:00 |
config
|
|
|
consensus
|
Use smaller LLMQs in regtest (#3269)
|
2020-01-07 13:49:51 +01:00 |
crypto
|
Merge #11143: Fix include path for bitcoin-config.h
|
2020-01-01 22:31:14 -06:00 |
evo
|
Drop new connection instead of old one when duplicate MNAUTH is received (#3272)
|
2020-01-05 00:17:17 +03:00 |
governance
|
Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)
|
2020-01-02 22:01:25 -06:00 |
immer
|
Update immer library to current master (0a718d2d76bab6ebdcf43de943bd6c7d2dbfe2f9) (#2821)
|
2019-04-01 14:10:49 +03:00 |
leveldb
|
Merge #10958: Update to latest Bitcoin patches for LevelDB
|
2019-08-12 09:07:03 -05:00 |
llmq
|
Push islock invs when syncing mempool (#3250)
|
2020-01-01 17:12:41 +03:00 |
masternode
|
Don't disconnect masternode connections when we have less then the desired amount of outbound nodes (#3255)
|
2020-01-01 17:13:14 +03:00 |
obj
|
|
|
obj-test
|
|
|
policy
|
Merge #10682: Trivial: Move the AreInputsStandard documentation next to its implementation
|
2020-01-01 22:31:14 -06:00 |
primitives
|
Merge #10892: Replace traditional for with ranged for in block and transaction primitives
|
2019-08-01 14:36:08 -05:00 |
privatesend
|
Streamline, refactor and unify PS checks for mixing entries and final txes (#3246)
|
2020-01-01 17:12:25 +03:00 |
qt
|
Tweak few more strings re mixing and balances (#3265)
|
2020-01-04 14:20:43 +03:00 |
rpc
|
Show quorum connections in "quorum dkgstatus" and use it in mine_quorum (#3271)
|
2020-01-08 08:01:26 +01:00 |
script
|
Merge #11058: Comments: More comments on functions/globals in standard.h.
|
2020-01-01 22:31:11 -06:00 |
secp256k1
|
Merge #10633: doc: Fix various typos
|
2019-07-11 10:34:46 -05:00 |
support
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
test
|
Merge pull request #3106 from PastaPastaPasta/backports-0.16-pr1
|
2020-01-04 14:20:17 +03:00 |
univalue
|
|
|
wallet
|
Tweak few more strings re mixing and balances (#3265)
|
2020-01-04 14:20:43 +03:00 |
zmq
|
Merge #10809: optim: mark a few classes final
|
2020-01-02 22:01:29 -06:00 |
.clang-format
|
\#10193 clang-format: Delete ForEachMacros
|
2019-07-24 11:59:09 -05:00 |
addrdb.cpp
|
Merge #10248: Rewrite addrdb with less duplication using CHashVerifier
|
2019-07-11 10:34:46 -05:00 |
addrdb.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
addressindex.h
|
|
|
addrman.cpp
|
Respect logips config option in few more log outputs (#3078)
|
2019-09-22 23:48:15 +03:00 |
addrman.h
|
Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr. (#3171)
|
2019-10-23 09:56:30 +02:00 |
amount.h
|
Merge #9279: Consensus: Move CFeeRate out of libconsensus
|
2019-06-26 15:26:07 -05:00 |
arith_uint256.cpp
|
Merge #10530: Fix invalid instantiation and possibly unsafe accesses of array in class base_uint<BITS>
|
2019-07-11 10:34:46 -05:00 |
arith_uint256.h
|
Merge #11071: Use static_assert(…, …) (C++11) instead of assert(…) where appropriate
|
2020-01-01 21:32:57 -06:00 |
base58.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
base58.h
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
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
|
Merge #10553: Simplify "bool x = y ? true : false". Remove unused function and trailing semicolon.
|
2019-07-09 13:08:20 -05:00 |
blockencodings.h
|
|
|
bloom.cpp
|
#10193 scripted-diff: Remove #include <boost/foreach.hpp>
|
2019-07-24 11:59:09 -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
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
chain.h
|
Merge #10956: Fix typos
|
2020-01-01 21:31:39 -06:00 |
chainparams.cpp
|
Use smaller LLMQs in regtest (#3269)
|
2020-01-07 13:49:51 +01:00 |
chainparams.h
|
Use smaller LLMQs in regtest (#3269)
|
2020-01-07 13:49:51 +01:00 |
chainparamsbase.cpp
|
Change regtest and devnet p2p/rpc ports (#3064)
|
2019-08-28 10:52:00 +03:00 |
chainparamsbase.h
|
Merge #8855: Use a proper factory for creating chainparams
|
2019-06-26 12:45:10 -05:00 |
chainparamsseeds.h
|
Update static and dns seeds for mainnet and testnet (#3234)
|
2019-12-11 12:30:38 +01:00 |
checkpoints.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
checkpoints.h
|
|
|
checkqueue.h
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -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 #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
coins.h
|
Merge #10148: Use non-atomic flushing with block replay
|
2019-08-01 14:57:28 -05:00 |
compat.h
|
Merge #12549: Make prevector::resize() and other prevector operations much faster
|
2019-10-02 15:25:27 +02:00 |
compressor.cpp
|
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.
|
2019-07-17 19:01:41 -05:00 |
compressor.h
|
|
|
core_io.h
|
Merge #10999: Fix amounts formatting in decoderawtransaction
|
2019-08-12 09:07:03 -05:00 |
core_memusage.h
|
Merge #10760: Avoid dereference-of-casted-pointer
|
2019-07-24 11:59:09 -05:00 |
core_read.cpp
|
Merge #10792: Replace MAX_OPCODE for OP_NOP10.
|
2019-08-12 09:07:03 -05:00 |
core_write.cpp
|
Add missing tx type to TxToUniv (#3069)
|
2019-08-28 10:54:44 +03:00 |
ctpl.h
|
|
|
cuckoocache.h
|
Merge #11151: Fix header guards using reserved identifiers
|
2020-01-01 22:31:14 -06:00 |
cxxtimer.hpp
|
|
|
dash-cli-res.rc
|
|
|
dash-cli.cpp
|
Merge #11125: Add bitcoin-cli -stdin and -stdinrpcpass functional tests
|
2020-01-02 21:59:55 -06:00 |
dash-tx-res.rc
|
|
|
dash-tx.cpp
|
Merge #11554: Sanity-check script sizes in bitcoin-tx
|
2019-09-30 08:33:16 +02:00 |
dashd-res.rc
|
|
|
dashd.cpp
|
Merge #10919: Fix more init bugs.
|
2019-09-20 10:30:04 -05:00 |
dbwrapper.cpp
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
dbwrapper.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
dsnotificationinterface.cpp
|
Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3226)
|
2019-12-07 13:56:17 +03:00 |
dsnotificationinterface.h
|
Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3226)
|
2019-12-07 13:56:17 +03:00 |
flat-database.h
|
Update copyright date (2019) (#2970)
|
2019-06-11 14:46:07 +03:00 |
fs.cpp
|
Merge #10546: Remove 33 unused Boost includes
|
2019-07-08 13:50:05 -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
|
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.
|
2019-07-17 19:01:41 -05:00 |
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
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
httprpc.h
|
Merge #10568: Remove unnecessary forward class declarations in header files
|
2019-07-09 13:08:20 -05:00 |
httpserver.cpp
|
Merge #10809: optim: mark a few classes final
|
2020-01-02 22:01:29 -06:00 |
httpserver.h
|
Merge #10849: Multiwallet: simplest endpoint support
|
2019-08-01 09:05:19 -05:00 |
indirectmap.h
|
|
|
init.cpp
|
Use smaller LLMQs in regtest (#3269)
|
2020-01-07 13:49:51 +01:00 |
init.h
|
Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core dump issue
|
2019-08-01 09:02:48 -05:00 |
keepass.cpp
|
Remove commented out code (#3117)
|
2019-09-30 09:55:26 +02:00 |
keepass.h
|
Update copyright date (2019) (#2970)
|
2019-06-11 14:46:07 +03:00 |
key.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
key.h
|
Merge #11081: Add length check for CExtKey deserialization (jonasschnelli, guidovranken)
|
2019-09-23 20:49:54 +02:00 |
keystore.cpp
|
Merge #10546: Remove 33 unused Boost includes
|
2019-07-08 13:50:05 -05:00 |
keystore.h
|
Merge #10701: Remove the virtual specifier for functions with the override specifier
|
2020-01-01 22:31:14 -06:00 |
limitedmap.h
|
Collection of minor performance optimizations (#2855)
|
2019-04-11 15:42:14 +03:00 |
Makefile.am
|
Merge #11179: rpc: Push down safe mode checks
|
2020-01-02 21:59:51 -06:00 |
Makefile.bench.include
|
Merge pull request #3133 from codablock/pr_backport_sha256_stuff
|
2019-10-03 13:46:26 +03:00 |
Makefile.leveldb.include
|
Merge #10806: build: verify that the assembler can handle crc32 functions
|
2019-07-17 19:01:41 -05:00 |
Makefile.qt.include
|
Merge pull request #3217 from codablock/pr_backport_hidpi_fix
|
2019-11-22 21:14:22 +03:00 |
Makefile.qttest.include
|
Merge #13408: crypto: cleanup sha256 build
|
2019-10-01 23:20:06 +02:00 |
Makefile.test.include
|
Merge #13386: SHA256 implementations based on Intel SHA Extensions
|
2019-10-01 23:20:06 +02:00 |
memusage.h
|
#10193 scripted-diff: Remove #include <boost/foreach.hpp>
|
2019-07-24 11:59:09 -05:00 |
merkleblock.cpp
|
Merge #9980: Fix mem access violation merkleblock
|
2019-07-24 11:59:09 -05:00 |
merkleblock.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
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 #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
miner.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
net_processing.cpp
|
Push islock invs when syncing mempool (#3250)
|
2020-01-01 17:12:41 +03:00 |
net_processing.h
|
Make orphan TX map limiting dependent on total TX size instead of TX count (#3121)
|
2019-09-30 15:34:13 +02:00 |
net.cpp
|
Merge pull request #3106 from PastaPastaPasta/backports-0.16-pr1
|
2020-01-04 14:20:17 +03:00 |
net.h
|
Merge #10596: Add vConnect to CConnman::Options
|
2020-01-03 08:35:55 -06:00 |
netaddress.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
netaddress.h
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
netbase.cpp
|
Merge #11397: net: Improve and document SOCKS code
|
2019-09-25 10:33:21 +02:00 |
netbase.h
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
netfulfilledman.cpp
|
Skip mnsync restrictions for whitelisted and manually added nodes (#3249)
|
2019-12-31 13:01:48 +03:00 |
netfulfilledman.h
|
Skip mnsync restrictions for whitelisted and manually added nodes (#3249)
|
2019-12-31 13:01:48 +03:00 |
netmessagemaker.h
|
|
|
noui.cpp
|
|
|
noui.h
|
|
|
pow.cpp
|
Refactor some pow functions (#3198)
|
2019-11-13 21:17:36 +03:00 |
pow.h
|
|
|
prevector.h
|
Merge #11151: Fix header guards using reserved identifiers
|
2020-01-01 22:31:14 -06:00 |
protocol.cpp
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
|
2019-07-11 10:34:46 -05:00 |
protocol.h
|
Remove uses of NODE_WITNESS
|
2019-09-29 12:42:14 +02:00 |
pubkey.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
pubkey.h
|
|
|
random.cpp
|
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not return
|
2020-01-03 08:35:55 -06:00 |
random.h
|
Merge #15512: Add ChaCha20 encryption option (XOR)
|
2019-07-23 09:14:28 -05:00 |
rest.cpp
|
Merge #10845: Remove unreachable code
|
2020-01-02 22:01:29 -06:00 |
reverse_iterator.h
|
Merge #10835: Rename member field according to the style guide
|
2019-09-08 10:52:42 -05:00 |
reverselock.h
|
|
|
saltedhasher.cpp
|
|
|
saltedhasher.h
|
|
|
scheduler.cpp
|
Merge #10914: Add missing lock in CScheduler::AreThreadsServicingQueue()
|
2019-09-08 00:10:37 -05:00 |
scheduler.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
serialize.h
|
Merge #12324: speed up Unserialize_impl for prevector
|
2019-10-02 15:25:27 +02:00 |
spentindex.h
|
Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017)
|
2019-07-09 08:59:57 +03:00 |
spork.cpp
|
Refactor few things here and there (#3066)
|
2019-08-28 14:51:59 +03:00 |
spork.h
|
Remove legacy InstantSend code (#3020)
|
2019-07-09 17:50:08 +03:00 |
stacktraces.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
stacktraces.h
|
Enable stacktrace support in gitian builds (#3006)
|
2019-07-02 07:16:11 +03:00 |
streams.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
sync.cpp
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
sync.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
threadinterrupt.cpp
|
|
|
threadinterrupt.h
|
|
|
threadsafety.h
|
|
|
timedata.cpp
|
#10193 scripted-diff: Remove #include <boost/foreach.hpp>
|
2019-07-24 11:59:09 -05:00 |
timedata.h
|
|
|
tinyformat.h
|
Merge bitcoin#9963: util: Properly handle errors during log message formatting (#2917)
|
2019-05-21 15:32:33 +02:00 |
torcontrol.cpp
|
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant
|
2020-01-02 22:01:28 -06:00 |
torcontrol.h
|
|
|
txdb.cpp
|
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable"
|
2020-01-03 08:35:55 -06:00 |
txdb.h
|
Merge #10809: optim: mark a few classes final
|
2020-01-02 22:01:29 -06:00 |
txmempool.cpp
|
Merge #11161: Remove redundant explicitly defined copy ctors
|
2020-01-01 22:31:14 -06:00 |
txmempool.h
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
2020-01-02 16:16:55 -06:00 |
ui_interface.cpp
|
|
|
ui_interface.h
|
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable"
|
2020-01-03 08:35:55 -06:00 |
uint256.cpp
|
|
|
uint256.h
|
Update copyright date (2019) (#2970)
|
2019-06-11 14:46:07 +03:00 |
undo.h
|
|
|
unordered_lru_cache.h
|
|
|
util.cpp
|
Merge #10901: Fix constness of ArgsManager methods
|
2020-01-02 22:01:28 -06:00 |
util.h
|
Merge #10901: Fix constness of ArgsManager methods
|
2020-01-02 22:01:28 -06:00 |
utilmoneystr.cpp
|
|
|
utilmoneystr.h
|
Merge #10999: Fix amounts formatting in decoderawtransaction
|
2019-08-12 09:07:03 -05:00 |
utilstrencodings.cpp
|
Merge #10357: Allow setting nMinimumChainWork on command line
|
2019-09-29 12:42:14 +02:00 |
utilstrencodings.h
|
Merge #10357: Allow setting nMinimumChainWork on command line
|
2019-09-29 12:42:14 +02:00 |
utiltime.cpp
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -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
|
Fix log output after backporting 10303 (#3275)
|
2020-01-08 08:01:53 +01:00 |
validation.h
|
Merge pull request #3266 from PastaPastaPasta/backports-0.16-pr1-rpc
|
2020-01-03 20:49:59 +03:00 |
validationinterface.cpp
|
Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3226)
|
2019-12-07 13:56:17 +03:00 |
validationinterface.h
|
Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3226)
|
2019-12-07 13:56:17 +03:00 |
version.h
|
Merge #10560: Remove unused constants
|
2019-07-08 13:50:05 -05:00 |
versionbits.cpp
|
Merge #10957: Avoid returning a BIP9Stats object with uninitialized values
|
2019-09-24 20:06:48 +02:00 |
versionbits.h
|
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
2019-08-12 09:07:03 -05:00 |
warnings.cpp
|
Merge #10501: remove some unused functions -- ignoring removal of SetPort due to dash#2168
|
2019-09-08 00:10:48 -05:00 |
warnings.h
|
Merge #10501: remove some unused functions -- ignoring removal of SetPort due to dash#2168
|
2019-09-08 00:10:48 -05:00 |