.. |
bench
|
util: Add SetupHelpOptions()
|
6 years ago |
compat
|
Merge #13665: [build] Add risc-v support to gitian
|
6 years ago |
config
|
…
|
|
consensus
|
Update copyright headers to 2018
|
6 years ago |
crypto
|
Abstract out seeding/extracting entropy into RNGState::MixExtract
|
6 years ago |
index
|
Merge #14085: index: Fix for indexers skipping genesis block.
|
6 years ago |
interfaces
|
Merge #15153: gui: Add Open Wallet menu
|
6 years ago |
leveldb
|
Pull leveldb subtree
|
6 years ago |
node
|
Factor out combine / finalize / extract PSBT helpers
|
6 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Add locking annotations to feeStats, shortStats and longStats
|
6 years ago |
primitives
|
Made expicit constructor CTransaction(const CMutableTransaction &tx).
|
6 years ago |
qt
|
Merge #15153: gui: Add Open Wallet menu
|
6 years ago |
rpc
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
|
6 years ago |
script
|
Store key origin info in key metadata
|
6 years ago |
secp256k1
|
…
|
|
support
|
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
|
6 years ago |
test
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
|
6 years ago |
univalue
|
Update univalue subtree
|
6 years ago |
util
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
|
6 years ago |
wallet
|
Import KeyOriginData when importing descriptors
|
6 years ago |
zmq
|
RPCHelpMan: Pass through Result and Examples
|
6 years ago |
.clang-format
|
…
|
|
Makefile.am
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
|
6 years ago |
Makefile.bench.include
|
Add Benchmark to test input de-duplication worst case
|
6 years ago |
Makefile.leveldb.include
|
build: Remove WINVER pre define in Makefile.leveldb.inlcude
|
6 years ago |
Makefile.qt.include
|
gui: Add WalletController
|
6 years ago |
Makefile.qttest.include
|
Add BitcoinApplication & RPCConsole tests
|
6 years ago |
Makefile.test.include
|
Merge #11911: Free BerkeleyEnvironment instances when not in use
|
6 years ago |
addrdb.cpp
|
banman: pass the banfile path in
|
6 years ago |
addrdb.h
|
banman: Add, use CBanEntry ctor that takes ban reason
|
6 years ago |
addrman.cpp
|
Make addrman use its local RNG exclusively
|
6 years ago |
addrman.h
|
Use C++11 default member initializers
|
6 years ago |
amount.h
|
Update copyright headers to 2018
|
6 years ago |
arith_uint256.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
arith_uint256.h
|
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
|
6 years ago |
attributes.h
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
|
6 years ago |
banman.cpp
|
Allow connections from misbehavior banned peers.
|
6 years ago |
banman.h
|
Allow connections from misbehavior banned peers.
|
6 years ago |
base58.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
base58.h
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
|
6 years ago |
bech32.cpp
|
Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
|
6 years ago |
bech32.h
|
…
|
|
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
util: Add SetupHelpOptions()
|
6 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
util: Add SetupHelpOptions()
|
6 years ago |
bitcoin-wallet-res.rc
|
[tools] Add wallet inspection and modification tool
|
6 years ago |
bitcoin-wallet.cpp
|
util: Add SetupHelpOptions()
|
6 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting
|
6 years ago |
blockencodings.cpp
|
Extract CSipHasher to it's own file in crypto/ directory.
|
6 years ago |
blockencodings.h
|
disallow oversized CBlockHeaderAndShortTxIDs
|
6 years ago |
blockfilter.cpp
|
blockfilter: Remove default clause in switch statement.
|
6 years ago |
blockfilter.h
|
blockfilter: Additional constructors for BlockFilter.
|
6 years ago |
bloom.cpp
|
Merge #13429: Return the script type from Solver
|
6 years ago |
bloom.h
|
Removes unsed `CBloomFilter` constructor.
|
6 years ago |
chain.cpp
|
…
|
|
chain.h
|
Don't label transactions "Open" while catching up
|
6 years ago |
chainparams.cpp
|
fixes m_assumed_blockchain_size variables values:
|
6 years ago |
chainparams.h
|
implements different disk sizes for different networks on intro
|
6 years ago |
chainparamsbase.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
net: Update hardcoded seeds
|
6 years ago |
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
checkqueue.h
|
…
|
|
clientversion.cpp
|
…
|
|
clientversion.h
|
…
|
|
coins.cpp
|
Extract CSipHasher to it's own file in crypto/ directory.
|
6 years ago |
coins.h
|
Trivial: fixup a few doxygen comments
|
6 years ago |
compat.h
|
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
|
6 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
Split DecodePSBT into Base64 and Raw versions
|
6 years ago |
core_memusage.h
|
…
|
|
core_read.cpp
|
Move PSBT definitions and code to separate files
|
6 years ago |
core_write.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
cuckoocache.h
|
Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
|
6 years ago |
dbwrapper.cpp
|
Fix typos reported by codespell
|
6 years ago |
dbwrapper.h
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
dummywallet.cpp
|
wallet: Factor out LoadWallet
|
6 years ago |
fs.cpp
|
utils: Fix broken Windows filelock
|
6 years ago |
fs.h
|
Update copyright headers to 2018
|
6 years ago |
hash.cpp
|
Extract CSipHasher to it's own file in crypto/ directory.
|
6 years ago |
hash.h
|
Merge #13258: uint256: Remove unnecessary crypto/common.h dependency
|
6 years ago |
httprpc.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
httprpc.h
|
Cleanup StartRest()
|
6 years ago |
httpserver.cpp
|
log: Construct global logger on first use
|
6 years ago |
httpserver.h
|
convert C-style (void) parameter lists to C++ style ()
|
6 years ago |
indirectmap.h
|
…
|
|
init.cpp
|
Merge #15358: util: Add SetupHelpOptions()
|
6 years ago |
init.h
|
Pass chain and client variables where needed
|
6 years ago |
key.cpp
|
Fix assertion in CKey::SignCompact
|
6 years ago |
key.h
|
convert C-style (void) parameter lists to C++ style ()
|
6 years ago |
key_io.cpp
|
Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
|
6 years ago |
key_io.h
|
…
|
|
keystore.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
keystore.h
|
…
|
|
limitedmap.h
|
…
|
|
logging.cpp
|
log: Construct global logger on first use
|
6 years ago |
logging.h
|
log: Construct global logger on first use
|
6 years ago |
memusage.h
|
…
|
|
merkleblock.cpp
|
Replace use of BEGIN and END macros on uint256
|
6 years ago |
merkleblock.h
|
…
|
|
miner.cpp
|
[mining] segwit option must be set in GBT
|
6 years ago |
miner.h
|
[mining] segwit option must be set in GBT
|
6 years ago |
net.cpp
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
|
6 years ago |
net.h
|
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guarded by cs_vNodes.
|
6 years ago |
net_processing.cpp
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
|
6 years ago |
net_processing.h
|
banman: create and split out banman
|
6 years ago |
netaddress.cpp
|
netaddress: Make IPv4 loopback comment more descriptive
|
6 years ago |
netaddress.h
|
Merge #14728: fix uninitialized read when stringifying an addrLocal
|
6 years ago |
netbase.cpp
|
Drop defunct Windows compat fixes
|
6 years ago |
netbase.h
|
…
|
|
netmessagemaker.h
|
…
|
|
noui.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
noui.h
|
Update copyright headers to 2018
|
6 years ago |
optional.h
|
Remove 'boost::optional'-related gcc warnings
|
6 years ago |
outputtype.cpp
|
…
|
|
outputtype.h
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
|
6 years ago |
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
Implement prevector::fill once
|
6 years ago |
protocol.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
protocol.h
|
Use C++11 default member initializers
|
6 years ago |
psbt.cpp
|
Factor out combine / finalize / extract PSBT helpers
|
6 years ago |
psbt.h
|
Factor out combine / finalize / extract PSBT helpers
|
6 years ago |
pubkey.cpp
|
…
|
|
pubkey.h
|
…
|
|
random.cpp
|
test: Make bloom tests deterministic
|
6 years ago |
random.h
|
Document RNG design in random.h
|
6 years ago |
rest.cpp
|
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
|
6 years ago |
reverse_iterator.h
|
…
|
|
reverselock.h
|
…
|
|
scheduler.cpp
|
Switch all RNG code to the built-in PRNG.
|
6 years ago |
scheduler.h
|
trivial: correct parameter name in comments
|
6 years ago |
serialize.h
|
Drop minor GetSerializeSize template
|
6 years ago |
shutdown.cpp
|
…
|
|
shutdown.h
|
…
|
|
span.h
|
…
|
|
streams.h
|
Trivial: Doxygenize existing CBufferedFile and VectorReader comments
|
6 years ago |
sync.cpp
|
Prevent mutex lock fail even if --enable-debug
|
6 years ago |
sync.h
|
sync: Add RecursiveMutex type alias
|
6 years ago |
threadinterrupt.cpp
|
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
|
6 years ago |
threadinterrupt.h
|
Update copyright headers to 2018
|
6 years ago |
threadsafety.h
|
Pass chain locked variables where needed
|
6 years ago |
timedata.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
timedata.h
|
…
|
|
tinyformat.h
|
…
|
|
torcontrol.cpp
|
Drop IsLimited in favor of IsReachable
|
6 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
txdb.h
|
Merge #13780: 0.17: Pre-branch maintenance
|
6 years ago |
txmempool.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
txmempool.h
|
remove deprecated mentions of signrawtransaction from fundraw help
|
6 years ago |
ui_interface.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
ui_interface.h
|
Make macro compatible with MSVC
|
6 years ago |
uint256.cpp
|
util: Make ToLower and ToUpper take a char
|
6 years ago |
uint256.h
|
uint256: Remove unnecessary crypto/common.h use
|
6 years ago |
undo.h
|
Extract CSipHasher to it's own file in crypto/ directory.
|
6 years ago |
validation.cpp
|
Remove unnecessary const_cast
|
6 years ago |
validation.h
|
doc: Add cs_main lock annotations for mapBlockIndex
|
6 years ago |
validationinterface.cpp
|
Check m_internals in UnregisterValidationInterface
|
6 years ago |
validationinterface.h
|
Add compile time checking for all cs_main runtime locking assertions
|
6 years ago |
version.h
|
…
|
|
versionbits.cpp
|
MOVEONLY: Move versionbits info out of versionbits.o
|
6 years ago |
versionbits.h
|
MOVEONLY: Move versionbits info out of versionbits.o
|
6 years ago |
versionbitsinfo.cpp
|
MOVEONLY: Move versionbits info out of versionbits.o
|
6 years ago |
versionbitsinfo.h
|
MOVEONLY: Move versionbits info out of versionbits.o
|
6 years ago |
walletinitinterface.h
|
Remove direct node->wallet calls in init.cpp
|
6 years ago |
warnings.cpp
|
scripted-diff: Move util files to separate directory.
|
6 years ago |
warnings.h
|
Merge #13780: 0.17: Pre-branch maintenance
|
6 years ago |