| .. |
|
bench
|
bench: Benchmark MempoolToJSON
|
2019-02-25 10:13:23 -05:00 |
|
compat
|
Document assumptions about C++ compiler
|
2019-03-05 11:19:32 +01:00 |
|
config
|
…
|
|
|
consensus
|
Update copyright headers to 2018
|
2018-12-29 10:15:01 +01:00 |
|
crypto
|
Abstract out seeding/extracting entropy into RNGState::MixExtract
|
2019-01-16 16:31:37 -08:00 |
|
index
|
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
|
2019-02-22 17:38:45 -08:00 |
|
interfaces
|
Suggested interfaces::Chain cleanups from #15288
|
2019-03-04 15:57:58 -05:00 |
|
leveldb
|
Pull leveldb subtree
|
2019-01-26 12:45:48 -05:00 |
|
node
|
Remove unused TransactionError constants
|
2019-02-14 10:32:02 -05:00 |
|
obj
|
…
|
|
|
obj-test
|
…
|
|
|
policy
|
rpc: Pass mempool into MempoolToJSON
|
2019-02-25 10:12:29 -05:00 |
|
primitives
|
Made expicit constructor CTransaction(const CMutableTransaction &tx).
|
2018-12-17 21:02:42 -08:00 |
|
qt
|
Merge #15464: gui: Drop unused return values in WalletFrame
|
2019-03-07 21:04:28 +01:00 |
|
rpc
|
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
|
2019-03-18 13:22:15 -04:00 |
|
script
|
Merge #15368: Descriptor checksums
|
2019-02-16 21:39:32 +01:00 |
|
secp256k1
|
…
|
|
|
support
|
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
|
2019-01-23 16:28:27 +08:00 |
|
test
|
dead code: Remove dead option in HexStr conversion
|
2019-03-10 21:45:31 -06:00 |
|
univalue
|
…
|
|
|
util
|
dead code: Remove dead option in HexStr conversion
|
2019-03-10 21:45:31 -06:00 |
|
wallet
|
Merge #15491: wallet: Improve log output for errors during load
|
2019-03-18 20:34:55 +13:00 |
|
zmq
|
RPCHelpMan: Pass through Result and Examples
|
2019-01-25 14:16:07 -05:00 |
|
.clang-format
|
…
|
|
|
Makefile.am
|
depends: Defer to Python detected by autoconf
|
2019-03-18 11:05:17 -04:00 |
|
Makefile.bench.include
|
Merge #15473: bench: Benchmark MempoolToJSON
|
2019-03-06 16:58:37 -05:00 |
|
Makefile.leveldb.include
|
build: Remove WINVER pre define in Makefile.leveldb.inlcude
|
2019-01-26 09:28:48 +08:00 |
|
Makefile.qt.include
|
gui: Add WalletController
|
2019-01-18 00:34:47 +00:00 |
|
Makefile.qttest.include
|
Add BitcoinApplication & RPCConsole tests
|
2019-01-04 06:31:07 -05:00 |
|
Makefile.test.include
|
Merge #15504: fuzz: Link BasicTestingSetup (shared with unit tests)
|
2019-03-06 15:16:23 -05:00 |
|
addrdb.cpp
|
banman: pass the banfile path in
|
2019-01-16 13:54:18 -05:00 |
|
addrdb.h
|
banman: Add, use CBanEntry ctor that takes ban reason
|
2019-01-16 13:54:18 -05:00 |
|
addrman.cpp
|
[addrman] Improve collision logging and address nits
|
2019-03-01 16:15:50 -05:00 |
|
addrman.h
|
[addrman] Ensure collisions eventually get resolved
|
2019-02-27 16:53:44 -05:00 |
|
amount.h
|
Update copyright headers to 2018
|
2018-12-29 10:15:01 +01:00 |
|
arith_uint256.cpp
|
…
|
|
|
arith_uint256.h
|
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
|
2018-12-04 19:55:04 +02:00 |
|
attributes.h
|
…
|
|
|
banman.cpp
|
Allow connections from misbehavior banned peers.
|
2019-01-22 21:10:48 +00:00 |
|
banman.h
|
Allow connections from misbehavior banned peers.
|
2019-01-22 21:10:48 +00:00 |
|
base58.cpp
|
…
|
|
|
base58.h
|
…
|
|
|
bech32.cpp
|
…
|
|
|
bech32.h
|
…
|
|
|
bitcoin-cli-res.rc
|
…
|
|
|
bitcoin-cli.cpp
|
Merge #15564: cli: remove duplicate wallet fields from -getinfo
|
2019-03-11 10:28:42 -04:00 |
|
bitcoin-tx-res.rc
|
…
|
|
|
bitcoin-tx.cpp
|
util: Add SetupHelpOptions()
|
2019-02-06 14:16:43 -05:00 |
|
bitcoin-wallet-res.rc
|
[tools] Add wallet inspection and modification tool
|
2019-01-30 16:26:52 -05:00 |
|
bitcoin-wallet.cpp
|
util: Add SetupHelpOptions()
|
2019-02-06 14:16:43 -05:00 |
|
bitcoind-res.rc
|
…
|
|
|
bitcoind.cpp
|
Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting
|
2018-11-23 10:17:46 +01:00 |
|
blockencodings.cpp
|
…
|
|
|
blockencodings.h
|
…
|
|
|
blockfilter.cpp
|
Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter
|
2019-03-05 09:08:04 +01:00 |
|
blockfilter.h
|
Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter
|
2019-03-05 09:08:04 +01:00 |
|
bloom.cpp
|
…
|
|
|
bloom.h
|
…
|
|
|
chain.cpp
|
…
|
|
|
chain.h
|
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
|
2019-02-22 17:38:45 -08:00 |
|
chainparams.cpp
|
Update assumevalid, minimumchainwork, and getchaintxstats to height 563378.
|
2019-02-17 03:38:08 +00:00 |
|
chainparams.h
|
…
|
|
|
chainparamsbase.cpp
|
…
|
|
|
chainparamsbase.h
|
…
|
|
|
chainparamsseeds.h
|
…
|
|
|
checkpoints.cpp
|
…
|
|
|
checkpoints.h
|
…
|
|
|
checkqueue.h
|
…
|
|
|
clientversion.cpp
|
…
|
|
|
clientversion.h
|
…
|
|
|
coins.cpp
|
…
|
|
|
coins.h
|
Trivial: fixup a few doxygen comments
|
2019-01-24 19:47:07 -08:00 |
|
compat.h
|
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
|
2019-01-23 16:28:27 +08:00 |
|
compressor.cpp
|
…
|
|
|
compressor.h
|
…
|
|
|
core_io.h
|
Split DecodePSBT into Base64 and Raw versions
|
2019-02-11 12:23:14 -08:00 |
|
core_memusage.h
|
…
|
|
|
core_read.cpp
|
Move PSBT definitions and code to separate files
|
2019-02-11 12:23:14 -08:00 |
|
core_write.cpp
|
…
|
|
|
cuckoocache.h
|
…
|
|
|
dbwrapper.cpp
|
…
|
|
|
dbwrapper.h
|
…
|
|
|
dummywallet.cpp
|
wallet: Factor out LoadWallet
|
2019-02-04 12:20:42 +00:00 |
|
flatfile.cpp
|
Style cleanup.
|
2019-02-22 17:38:45 -08:00 |
|
flatfile.h
|
Style cleanup.
|
2019-02-22 17:38:45 -08:00 |
|
fs.cpp
|
wallet: Use fsbridge::ifstream to fix Windows path issue
|
2019-02-23 23:44:28 +08:00 |
|
fs.h
|
Update copyright headers to 2018
|
2018-12-29 10:15:01 +01:00 |
|
hash.cpp
|
…
|
|
|
hash.h
|
Merge #13258: uint256: Remove unnecessary crypto/common.h dependency
|
2018-11-30 18:48:58 +01:00 |
|
httprpc.cpp
|
…
|
|
|
httprpc.h
|
…
|
|
|
httpserver.cpp
|
log: Construct global logger on first use
|
2019-01-29 15:30:24 -05:00 |
|
httpserver.h
|
…
|
|
|
indirectmap.h
|
…
|
|
|
init.cpp
|
init: Throw error when network specific config is ignored
|
2019-03-19 16:30:07 -04:00 |
|
init.h
|
…
|
|
|
key.cpp
|
Fix assertion in CKey::SignCompact
|
2019-01-31 15:00:56 +00:00 |
|
key.h
|
…
|
|
|
key_io.cpp
|
Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
|
2019-02-07 22:30:25 +01:00 |
|
key_io.h
|
…
|
|
|
keystore.cpp
|
…
|
|
|
keystore.h
|
…
|
|
|
limitedmap.h
|
…
|
|
|
logging.cpp
|
log: Construct global logger on first use
|
2019-01-29 15:30:24 -05:00 |
|
logging.h
|
log: Construct global logger on first use
|
2019-01-29 15:30:24 -05:00 |
|
memusage.h
|
…
|
|
|
merkleblock.cpp
|
Replace use of BEGIN and END macros on uint256
|
2019-01-10 01:58:33 +01:00 |
|
merkleblock.h
|
…
|
|
|
miner.cpp
|
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
|
2019-02-12 11:34:57 -05:00 |
|
miner.h
|
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
|
2019-02-12 11:34:57 -05:00 |
|
net.cpp
|
[addrman] Improve collision logging and address nits
|
2019-03-01 16:15:50 -05:00 |
|
net.h
|
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes.
|
2019-02-08 08:58:29 -05:00 |
|
net_processing.cpp
|
Do not relay banned IP addresses
|
2019-03-17 22:05:49 -07:00 |
|
net_processing.h
|
banman: create and split out banman
|
2019-01-16 13:54:18 -05:00 |
|
netaddress.cpp
|
netaddress: Make IPv4 loopback comment more descriptive
|
2019-02-04 13:47:55 -05:00 |
|
netaddress.h
|
Merge #14728: fix uninitialized read when stringifying an addrLocal
|
2018-11-23 09:53:20 +01:00 |
|
netbase.cpp
|
Drop defunct Windows compat fixes
|
2019-01-24 15:58:49 -08:00 |
|
netbase.h
|
…
|
|
|
netmessagemaker.h
|
…
|
|
|
noui.cpp
|
…
|
|
|
noui.h
|
Update copyright headers to 2018
|
2018-12-29 10:15:01 +01:00 |
|
optional.h
|
Remove 'boost::optional'-related gcc warnings
|
2019-01-30 22:44:28 +02:00 |
|
outputtype.cpp
|
…
|
|
|
outputtype.h
|
…
|
|
|
pow.cpp
|
…
|
|
|
pow.h
|
…
|
|
|
prevector.h
|
…
|
|
|
protocol.cpp
|
…
|
|
|
protocol.h
|
Use C++11 default member initializers
|
2019-01-05 16:16:37 +01:00 |
|
psbt.cpp
|
Merge #15408: Remove unused TransactionError constants
|
2019-02-22 11:13:43 -05:00 |
|
psbt.h
|
Merge #15408: Remove unused TransactionError constants
|
2019-02-22 11:13:43 -05:00 |
|
pubkey.cpp
|
…
|
|
|
pubkey.h
|
…
|
|
|
random.cpp
|
Merge #15250: Use RdSeed when available, and reduce RdRand load
|
2019-02-18 10:56:55 +01:00 |
|
random.h
|
Use RdSeed when available, and reduce RdRand load
|
2019-02-03 17:34:26 -08:00 |
|
rest.cpp
|
rpc: Pass mempool into MempoolToJSON
|
2019-02-25 10:12:29 -05:00 |
|
reverse_iterator.h
|
…
|
|
|
reverselock.h
|
…
|
|
|
scheduler.cpp
|
Switch all RNG code to the built-in PRNG.
|
2019-01-16 16:34:56 -08:00 |
|
scheduler.h
|
trivial: correct parameter name in comments
|
2019-02-10 17:17:32 -05:00 |
|
serialize.h
|
…
|
|
|
shutdown.cpp
|
…
|
|
|
shutdown.h
|
…
|
|
|
span.h
|
…
|
|
|
streams.h
|
Trivial: Doxygenize existing CBufferedFile and VectorReader comments
|
2019-01-25 12:32:37 -08:00 |
|
sync.cpp
|
Prevent mutex lock fail even if --enable-debug
|
2019-01-25 13:21:59 +09:00 |
|
sync.h
|
sync: Add RecursiveMutex type alias
|
2018-12-14 16:26:13 -05:00 |
|
threadinterrupt.cpp
|
…
|
|
|
threadinterrupt.h
|
Update copyright headers to 2018
|
2018-12-29 10:15:01 +01:00 |
|
threadsafety.h
|
…
|
|
|
timedata.cpp
|
…
|
|
|
timedata.h
|
…
|
|
|
tinyformat.h
|
…
|
|
|
torcontrol.cpp
|
Drop IsLimited in favor of IsReachable
|
2019-01-13 22:50:36 -08:00 |
|
torcontrol.h
|
…
|
|
|
txdb.cpp
|
…
|
|
|
txdb.h
|
…
|
|
|
txmempool.cpp
|
rpc: Pass mempool into MempoolToJSON
|
2019-02-25 10:12:29 -05:00 |
|
txmempool.h
|
rpc: Pass mempool into MempoolToJSON
|
2019-02-25 10:12:29 -05:00 |
|
ui_interface.cpp
|
Remove use of uiInterface.LoadWallet in wallet code
|
2019-02-22 15:43:02 -04:00 |
|
ui_interface.h
|
Remove use of uiInterface.LoadWallet in wallet code
|
2019-02-22 15:43:02 -04:00 |
|
uint256.cpp
|
util: Make ToLower and ToUpper take a char
|
2019-01-10 02:51:14 +01:00 |
|
uint256.h
|
…
|
|
|
undo.h
|
…
|
|
|
validation.cpp
|
Merge #15618: refactor: Remove unused function
|
2019-03-18 20:06:11 +01:00 |
|
validation.h
|
Merge #15402: Granular invalidateblock and RewindBlockIndex
|
2019-03-07 17:40:58 +01:00 |
|
validationinterface.cpp
|
Check m_internals in UnregisterValidationInterface
|
2019-02-03 22:23:44 +00:00 |
|
validationinterface.h
|
…
|
|
|
version.h
|
…
|
|
|
versionbits.cpp
|
…
|
|
|
versionbits.h
|
…
|
|
|
versionbitsinfo.cpp
|
…
|
|
|
versionbitsinfo.h
|
…
|
|
|
walletinitinterface.h
|
…
|
|
|
warnings.cpp
|
…
|
|
|
warnings.h
|
…
|
|