..
bench
Make it clear which functions that are intended to be translation unit local
7 years ago
compat
Default to defining endian-conversion DECLs in compat w/o config
7 years ago
config
…
consensus
Use P2SH consensus rules for all blocks
7 years ago
crypto
…
index
Merge #13149 : Handle unsuccessful fseek(...):s
7 years ago
interfaces
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
leveldb
…
obj
…
obj-test
…
policy
Add compile time checking for all ::mempool.cs runtime locking assertions
7 years ago
primitives
…
qt
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
rpc
RPC Docs: gettxout*: clarify bestblock and unspent counts
7 years ago
script
Merge #13002 : Do not treat bare multisig outputs as IsMine unless watched
7 years ago
secp256k1
…
support
Make it clear which functions that are intended to be translation unit local
7 years ago
test
Make it clear which functions that are intended to be translation unit local
7 years ago
univalue
…
wallet
Merge #13079 : Fix rescanblockchain rpc to properly report progress
7 years ago
zmq
…
.clang-format
Fix inconsistent namespace formatting guidelines
7 years ago
Makefile.am
Remove Safe mode
7 years ago
Makefile.bench.include
benchmark: Removed bench/perf.cpp
7 years ago
Makefile.leveldb.include
…
Makefile.qt.include
Remove direct bitcoin calls from qt/splashscreen.cpp
7 years ago
Makefile.qttest.include
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
7 years ago
Makefile.test.include
[test] Simple unit test for TxIndex.
7 years ago
addrdb.cpp
Add logging and error handling for file syncing
7 years ago
addrdb.h
…
addrman.cpp
…
addrman.h
Merge #12731 : Support serialization as another type without casting
7 years ago
amount.h
…
arith_uint256.cpp
…
arith_uint256.h
…
base58.cpp
…
base58.h
…
bech32.cpp
…
bech32.h
…
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
bitcoin-tx-res.rc
…
bitcoin-tx.cpp
Merge #12950 : bitcoin-tx: Flatten for loop over one element
7 years ago
bitcoind-res.rc
…
bitcoind.cpp
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
blockencodings.cpp
…
blockencodings.h
…
bloom.cpp
…
bloom.h
…
chain.cpp
…
chain.h
…
chainparams.cpp
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
7 years ago
chainparams.h
[doc] Add comments for chainparams.h, validation.cpp
7 years ago
chainparamsbase.cpp
ArgsManager: support config file sections
7 years ago
chainparamsbase.h
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
7 years ago
chainparamsseeds.h
…
checkpoints.cpp
…
checkpoints.h
…
checkqueue.h
…
clientversion.cpp
…
clientversion.h
…
coins.cpp
…
coins.h
…
compat.h
net: Minor accumulated cleanups
7 years ago
compressor.cpp
…
compressor.h
Support serializing Span<unsigned char> and use that instead of FLATDATA
7 years ago
core_io.h
…
core_memusage.h
…
core_read.cpp
Make it clear which functions that are intended to be translation unit local
7 years ago
core_write.cpp
Merge #12885 : Reduce implementation code inside CScript
7 years ago
cuckoocache.h
…
dbwrapper.cpp
[logging] Comment all continuing logs.
7 years ago
dbwrapper.h
[db] Create separate database for txindex.
7 years ago
fs.cpp
…
fs.h
…
hash.cpp
…
hash.h
…
httprpc.cpp
Merge #12859 : Bugfix: Include <memory> for std::unique_ptr
7 years ago
httprpc.h
…
httpserver.cpp
util: Encapsulate logCategories within BCLog::Logger.
7 years ago
httpserver.h
util: Encapsulate logCategories within BCLog::Logger.
7 years ago
indirectmap.h
…
init.cpp
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
init.h
wallet: Refactor g_wallet_init_interface to const reference
7 years ago
key.cpp
…
key.h
…
key_io.cpp
…
key_io.h
…
keystore.cpp
Merge #12460 : Assert CPubKey::ValidLength to the pubkey's header-relevant size
7 years ago
keystore.h
Add compile time checking for all cs_KeyStore runtime locking assertions
7 years ago
limitedmap.h
…
logging.cpp
Merge #13149 : Handle unsuccessful fseek(...):s
7 years ago
logging.h
logging: remove unused return value from LogPrintStr
7 years ago
memusage.h
Bugfix: Include <memory> for std::unique_ptr
7 years ago
merkleblock.cpp
…
merkleblock.h
…
miner.cpp
Remove duplicate includes
7 years ago
miner.h
…
net.cpp
Make it clear which functions that are intended to be translation unit local
7 years ago
net.h
Merge #12569 : net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s
7 years ago
net_processing.cpp
Merge #13162 : [net] Don't incorrectly log that REJECT messages are unknown.
7 years ago
net_processing.h
Remove direct bitcoin calls from qt/peertablemodel.cpp
7 years ago
netaddress.cpp
net: Minor accumulated cleanups
7 years ago
netaddress.h
net: Minor accumulated cleanups
7 years ago
netbase.cpp
Make it clear which functions that are intended to be translation unit local
7 years ago
netbase.h
…
netmessagemaker.h
…
noui.cpp
…
noui.h
…
pow.cpp
…
pow.h
…
prevector.h
…
protocol.cpp
…
protocol.h
Merge #12731 : Support serialization as another type without casting
7 years ago
pubkey.cpp
…
pubkey.h
…
random.cpp
Make it clear which functions that are intended to be translation unit local
7 years ago
random.h
…
rest.cpp
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
7 years ago
reverse_iterator.h
…
reverselock.h
…
scheduler.cpp
…
scheduler.h
…
serialize.h
Merge #12916 : Introduce BigEndian wrapper and use it for netaddress ports
7 years ago
span.h
Add Slice: a (pointer, size) array view that acts like a container
7 years ago
streams.h
…
sync.cpp
[logging] Comment all continuing logs.
7 years ago
sync.h
…
threadinterrupt.cpp
[index] Allow TxIndex sync thread to be interrupted.
7 years ago
threadinterrupt.h
[index] Allow TxIndex sync thread to be interrupted.
7 years ago
threadsafety.h
…
timedata.cpp
Add missing newlines to LogPrint debug logging
7 years ago
timedata.h
…
tinyformat.h
…
torcontrol.cpp
…
torcontrol.h
…
txdb.cpp
[db] Migration for txindex data to new, separate database.
7 years ago
txdb.h
[init] Initialize and start TxIndex in init code.
7 years ago
txmempool.cpp
Merge #11742 : rpc: Add testmempoolaccept
7 years ago
txmempool.h
Add compile time checking for all ::mempool.cs runtime locking assertions
7 years ago
ui_interface.cpp
…
ui_interface.h
…
uint256.cpp
…
uint256.h
…
undo.h
…
util.cpp
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
util.h
Merge #10267 : New -includeconf argument for including external configuration files
7 years ago
utilmoneystr.cpp
…
utilmoneystr.h
…
utilstrencodings.cpp
…
utilstrencodings.h
…
utiltime.cpp
Fix for utiltime to compile with msvc.
7 years ago
utiltime.h
Avoid std::locale/imbue in DateTimeStrFormat
7 years ago
validation.cpp
Bugfix: the end of a reorged chain is invalid when connect fails
7 years ago
validation.h
[validation] Replace tx index code in validation code with TxIndex.
7 years ago
validationinterface.cpp
scripted-diff: Rename SetBestChain callback ChainStateFlushed
7 years ago
validationinterface.h
Simplify semantics of ChainStateFlushed callback
7 years ago
version.h
…
versionbits.cpp
…
versionbits.h
Merge #12757 : Clarify include guard naming convention
7 years ago
walletinitinterface.h
wallet: Make WalletInitInterface members const
7 years ago
warnings.cpp
Remove "rpc" category from GetWarnings
7 years ago
warnings.h
Remove "rpc" category from GetWarnings
7 years ago