You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/src
Andrew Chow dd3c07acce
Separate HaveKey function that checks whether a key is in a keystore
7 years ago
..
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 Consensus: Fix bug when compiler do not support __builtin_clz* 7 years ago
index scripted-diff: Rename SetBestChain callback ChainStateFlushed 7 years ago
interfaces util: Encapsulate logCategories within BCLog::Logger. 7 years ago
leveldb Bump leveldb subtree 7 years ago
obj
obj-test
policy Extract consts for WITNESS_V0 hash sizes 7 years ago
primitives Support serialization as another type without casting 7 years ago
qt Merge #12729: Get rid of ambiguous OutputType::NONE value 7 years ago
rpc Make it clear which functions that are intended to be translation unit local 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 univalue: Bump subtree 7 years ago
wallet Make it clear which functions that are intended to be translation unit local 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 net: Correct addrman logging 7 years ago
addrman.h Merge #12731: Support serialization as another type without casting 7 years ago
amount.h
arith_uint256.cpp [arith_uint256] Do not destroy *this content if passed-in operator may reference it 7 years ago
arith_uint256.h [arith_uint256] Avoid unnecessary this-copy using prefix operator 7 years ago
base58.cpp use base58 map instead of strchr() 7 years ago
base58.h Split key_io (address/key encodings) off from base58 7 years ago
bech32.cpp
bech32.h Fix missing or inconsistent include guards 7 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Make it clear which functions that are intended to be translation unit local 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 Make it clear which functions that are intended to be translation unit local 7 years ago
blockencodings.cpp
blockencodings.h Fix missing or inconsistent include guards 7 years ago
bloom.cpp
bloom.h
chain.cpp
chain.h Add static_assert to prevent VARINT(<signed value>) 7 years ago
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 Fix a-vs-an typos 7 years ago
checkpoints.cpp Add LookupBlockIndex function 7 years ago
checkpoints.h Add LookupBlockIndex function 7 years ago
checkqueue.h
clientversion.cpp Merge #11966: clientversion: Use full commit hash for commit-based version descriptions 7 years ago
clientversion.h
coins.cpp
coins.h Support deserializing into temporaries 7 years ago
compat.h net: Minor accumulated cleanups 7 years ago
compressor.cpp Move compressor utility functions out of class 7 years ago
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 Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer conversion 7 years ago
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 Support deserializing into temporaries 7 years ago
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 Make it clear which functions that are intended to be translation unit local 7 years ago
init.h wallet: Refactor g_wallet_init_interface to const reference 7 years ago
key.cpp Merge #9598: Improve readability by removing redundant casts to same type (on all platforms) 7 years ago
key.h Make CKey::Load references const 7 years ago
key_io.cpp Simplify Base32 and Base64 conversions 7 years ago
key_io.h Fix missing or inconsistent include guards 7 years ago
keystore.cpp Separate HaveKey function that checks whether a key is in a keystore 7 years ago
keystore.h Separate HaveKey function that checks whether a key is in a keystore 7 years ago
limitedmap.h
logging.cpp logging: remove unused return value from LogPrintStr 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 Remove unused variable in SortForBlock 7 years ago
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 Make it clear which functions that are intended to be translation unit local 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 Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s 7 years ago
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Use memset() to optimize prevector::resize() 7 years ago
protocol.cpp Add setter for g_initial_block_download_completed 7 years ago
protocol.h Merge #12731: Support serialization as another type without casting 7 years ago
pubkey.cpp
pubkey.h Assert CPubKey::ValidLength to the pubkey's header-relevent size 7 years ago
random.cpp Make it clear which functions that are intended to be translation unit local 7 years ago
random.h Merge #12742: Make FastRandomContext support standard C++11 RNG interface 7 years ago
rest.cpp [rpc] Public interfaces to GetTransaction block until synced. 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 Support deserializing into temporaries 7 years ago
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 Fix typos 7 years ago
torcontrol.cpp boost: drop boost threads from torcontrol 7 years ago
torcontrol.h boost: drop boost threads from torcontrol 7 years ago
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 Merge #11742: rpc: Add testmempoolaccept 7 years ago
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h Merge #12716: Fix typos and cleanup in various files 7 years ago
util.cpp Add logging and error handling for file syncing 7 years ago
util.h util: Establish global logger object. 7 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Simplify Base32 and Base64 conversions 7 years ago
utilstrencodings.h Generalize ConvertBits 7 years ago
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 Make it clear which functions that are intended to be translation unit local 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 scripted-diff: Convert 11 enums into scoped enums (C++11) 7 years ago
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