.. |
bench
|
Merge #8115: Avoid integer division in the benchmark inner-most loop.
|
9 years ago |
compat
|
…
|
|
config
|
…
|
|
consensus
|
Implement BIP 9 GBT changes
|
9 years ago |
crypto
|
crypto: add AES 128/256 CBC classes
|
9 years ago |
leveldb
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exception
|
9 years ago |
primitives
|
…
|
|
qt
|
qt: translation strings update
|
9 years ago |
rpc
|
Merge #7292: [RPC] Expose ancestor/descendant information over RPC
|
9 years ago |
script
|
Merge #7907: Optimize and Cleanup CScript::FindAndDelete
|
9 years ago |
secp256k1
|
…
|
|
support
|
…
|
|
test
|
Merge #8166: src/test: Do not shadow local variables
|
9 years ago |
univalue
|
…
|
|
wallet
|
Fix two warnings for comparison between signed and unsigned
|
9 years ago |
zmq
|
[ZMQ] append a message sequence number to every ZMQ notification
|
9 years ago |
.clang-format
|
…
|
|
Makefile.am
|
Merge #7997: replace mapNextTx with slimmer setSpends
|
9 years ago |
Makefile.bench.include
|
bench: Added base58 encoding/decoding benchmarks
|
9 years ago |
Makefile.leveldb.include
|
build: No need to check for leveldb atomics
|
9 years ago |
Makefile.qt.include
|
qt: Fix out-of-tree GUI builds
|
9 years ago |
Makefile.qttest.include
|
…
|
|
Makefile.test.include
|
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
|
9 years ago |
addrman.cpp
|
Do not increment nAttempts by more than one for every Good connection.
|
9 years ago |
addrman.h
|
Do not increment nAttempts by more than one for every Good connection.
|
9 years ago |
amount.cpp
|
[amount] Add support for negative fee rates
|
9 years ago |
amount.h
|
[amount] Add support for negative fee rates
|
9 years ago |
arith_uint256.cpp
|
…
|
|
arith_uint256.h
|
…
|
|
base58.cpp
|
CBase58Data::SetString: cleanse the full vector
|
9 years ago |
base58.h
|
add bip32 pubkey serialization
|
9 years ago |
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
bitcoin-cli.cpp: Use symbolic constant for exit code
|
9 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
|
9 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
…
|
|
bloom.cpp
|
More efficient bitsliced rolling Bloom filter
|
9 years ago |
bloom.h
|
More efficient bitsliced rolling Bloom filter
|
9 years ago |
chain.cpp
|
chain: Add assertion in case of missing records in index db
|
9 years ago |
chain.h
|
Merge #7815: Break circular dependency main ↔ txdb
|
9 years ago |
chainparams.cpp
|
Add support for dnsseeds with option to filter by servicebits
|
9 years ago |
chainparams.h
|
Add support for dnsseeds with option to filter by servicebits
|
9 years ago |
chainparamsbase.cpp
|
…
|
|
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
…
|
|
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
checkqueue.h
|
…
|
|
clientversion.cpp
|
…
|
|
clientversion.h
|
…
|
|
coincontrol.h
|
Add more clear interface for CoinControl.h regarding individual feerate
|
9 years ago |
coins.cpp
|
Use C++11 thread-safe static initializers
|
9 years ago |
coins.h
|
Use C++11 thread-safe static initializers
|
9 years ago |
compat.h
|
don't run ThreadMessageHandler at lowered priority
|
9 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
Fix OOM bug: UTXO entries with invalid script length
|
9 years ago |
core_io.h
|
…
|
|
core_memusage.h
|
…
|
|
core_read.cpp
|
…
|
|
core_write.cpp
|
…
|
|
dbwrapper.cpp
|
dbwrapper: Move `HandleError` to `dbwrapper_private`
|
9 years ago |
dbwrapper.h
|
dbwrapper: Move `HandleError` to `dbwrapper_private`
|
9 years ago |
hash.cpp
|
Support SipHash with arbitrary byte writes
|
9 years ago |
hash.h
|
Support SipHash with arbitrary byte writes
|
9 years ago |
httprpc.cpp
|
…
|
|
httprpc.h
|
…
|
|
httpserver.cpp
|
http: use std::move to move HTTPRequest into HTTPWorkItem
|
9 years ago |
httpserver.h
|
…
|
|
indirectmap.h
|
mapNextTx: use pointer as key, simplify value
|
9 years ago |
init.cpp
|
[init] Make feefilter option debug option
|
9 years ago |
init.h
|
…
|
|
key.cpp
|
Always require OS randomness when generating secret keys
|
9 years ago |
key.h
|
add bip32 pubkey serialization
|
9 years ago |
keystore.cpp
|
Fix for incorrect locking in GetPubKey() (keystore.cpp)
|
9 years ago |
keystore.h
|
…
|
|
limitedmap.h
|
…
|
|
main.cpp
|
Merge #8154: drop vAddrToSend after sending big addr message
|
9 years ago |
main.h
|
Merge #7935: Versionbits: GBT support
|
9 years ago |
memusage.h
|
Add support for unique_ptr and shared_ptr to memusage
|
9 years ago |
merkleblock.cpp
|
…
|
|
merkleblock.h
|
…
|
|
miner.cpp
|
auto_ptr → unique_ptr
|
9 years ago |
miner.h
|
…
|
|
net.cpp
|
Merge #8173: Use SipHash for node eviction (cont'd)
|
9 years ago |
net.h
|
Merge #8173: Use SipHash for node eviction (cont'd)
|
9 years ago |
netbase.cpp
|
Use Socks5ErrorString() to decode error responses from socks proxy.
|
9 years ago |
netbase.h
|
net: disable resolving from storage structures
|
9 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459.
|
9 years ago |
pow.h
|
…
|
|
prevector.h
|
prevector::swap: fix (unreached) data corruption
|
9 years ago |
protocol.cpp
|
…
|
|
protocol.h
|
…
|
|
pubkey.cpp
|
add bip32 pubkey serialization
|
9 years ago |
pubkey.h
|
add bip32 pubkey serialization
|
9 years ago |
random.cpp
|
Don't use assert for catching randomness failures
|
9 years ago |
random.h
|
Always require OS randomness when generating secret keys
|
9 years ago |
rest.cpp
|
…
|
|
reverselock.h
|
…
|
|
scheduler.cpp
|
Notify other serviceQueue thread we are finished to prevent deadlocks.
|
9 years ago |
scheduler.h
|
…
|
|
serialize.h
|
…
|
|
streams.h
|
Fix OOM bug: UTXO entries with invalid script length
|
9 years ago |
sync.cpp
|
Clean up lockorder data of destroyed mutexes
|
9 years ago |
sync.h
|
Clean up lockorder data of destroyed mutexes
|
9 years ago |
threadsafety.h
|
…
|
|
timedata.cpp
|
…
|
|
timedata.h
|
…
|
|
tinyformat.h
|
tinyformat: force USE_VARIADIC_TEMPLATES
|
9 years ago |
torcontrol.cpp
|
Merge #7703: tor: Change auth order to only use password auth if -torpassword
|
9 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
Merge #7815: Break circular dependency main ↔ txdb
|
9 years ago |
txdb.h
|
Break circular dependency main ↔ txdb
|
9 years ago |
txmempool.cpp
|
Get rid of CTxMempool::lookup() entirely
|
9 years ago |
txmempool.h
|
Get rid of CTxMempool::lookup() entirely
|
9 years ago |
ui_interface.cpp
|
…
|
|
ui_interface.h
|
Report reindexing progress in GUI
|
9 years ago |
uint256.cpp
|
Use SipHash-2-4 for CCoinsCache index
|
9 years ago |
uint256.h
|
Use SipHash-2-4 for CCoinsCache index
|
9 years ago |
undo.h
|
…
|
|
util.cpp
|
Use std::atomic for fRequestShutdown and fReopenDebugLog
|
9 years ago |
util.h
|
Use std::atomic for fRequestShutdown and fReopenDebugLog
|
9 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
util: Add ParseUInt32 and ParseUInt64
|
9 years ago |
utilstrencodings.h
|
util: Add ParseUInt32 and ParseUInt64
|
9 years ago |
utiltime.cpp
|
…
|
|
utiltime.h
|
…
|
|
validationinterface.cpp
|
…
|
|
validationinterface.h
|
…
|
|
version.h
|
…
|
|
versionbits.cpp
|
Merge #7935: Versionbits: GBT support
|
9 years ago |
versionbits.h
|
getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not
|
9 years ago |