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
Russell O'Connor dee89438b8
Abstract out ComputeTapbranchHash
2 years ago
..
bench Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
common refactor: move url.h/cpp from lib util to lib common 2 years ago
compat moveonly: move IsSelectableSocket() from compat.h to sock.{h,cpp} 2 years ago
config
consensus refactor: use <cstdlib> over stdlib.h 2 years ago
crc32c Update crc32c subtree to latest upstream master 2 years ago
crypto Fix typo in comment SHA256->SHA512 2 years ago
index Merge bitcoin/bitcoin#26215: index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability 2 years ago
init Update -debug and -debugexclude help docs for severity level logging 2 years ago
interfaces add chain interface methods for using BIP 157 block filters 2 years ago
ipc refactor: use <cstdlib> over stdlib.h 2 years ago
kernel refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts 2 years ago
leveldb Update leveldb-subtree subtree to latest upstream 2 years ago
logging
minisketch Update minisketch subtree to latest upstream 2 years ago
node Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
policy refactor: Move `CTxMemPoolEntry` class to its own module 2 years ago
primitives CBlockLocator: performance-move-const-arg Clang tidy fixups 2 years ago
qt Merge bitcoin-core/gui#680: Fixes MacOS 13 segfault by preventing certain notifications after main window is destroyed 2 years ago
rpc Merge bitcoin/bitcoin#26508: RPC/Blockchain: Minor improvements for scanblocks & scantxoutset docs/errors 2 years ago
script Abstract out ComputeTapbranchHash 2 years ago
secp256k1 Update secp256k1 subtree to latest upstream master 2 years ago
support refactor: use <cstdlib> over stdlib.h 2 years ago
test Abstract out ComputeTapbranchHash 2 years ago
univalue Merge bitcoin/bitcoin#25714: univalue: Avoid std::string copies 2 years ago
util util: Move error message formatting of NonFatalCheckError to cpp 2 years ago
wallet Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase" flag 2 years ago
zmq iwyu: Add zmq source files 2 years ago
.bear-tidy-config
.clang-format
.clang-tidy Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&) 2 years ago
Makefile.am Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
Makefile.bench.include Merge bitcoin/bitcoin#16981: Improve runtime performance of --reindex 2 years ago
Makefile.crc32c.include
Makefile.leveldb.include Use more specific path when including `memenv.h` header 2 years ago
Makefile.minisketch.include
Makefile.qt.include build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES) 2 years ago
Makefile.qt_locale.include
Makefile.qttest.include build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES) 2 years ago
Makefile.test.include test: Split overly large util_tests.cpp file 2 years ago
Makefile.test_fuzz.include [fuzz] Move ConsumeNetAddr to fuzz/util/net.h 2 years ago
Makefile.test_util.include test: Remove unused txmempool include from tests 2 years ago
Makefile.univalue.include
addrdb.cpp Use steady clock for all millis bench logging 2 years ago
addrdb.h
addrman.cpp addrman: Use system time instead of adjusted network time 2 years ago
addrman.h addrman: Use system time instead of adjusted network time 2 years ago
addrman_impl.h addrman: Use system time instead of adjusted network time 2 years ago
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp Use steady clock for all millis bench logging 2 years ago
banman.h refactor: Add thread safety annotation to `BanMan::SweepBanned()` 3 years ago
base58.cpp
base58.h refactor: Remove defunct attributes.h includes 3 years ago
bech32.cpp refactor: Make 64-bit shift explicit 2 years ago
bech32.h
bitcoin-chainstate.cpp scripted-diff: rename CChainState -> Chainstate 2 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp src/bitcoin-cli.cpp: -getinfo help - grammar correction 2 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp refactor: use <cstdio> over stdio.h 2 years ago
bitcoin-util-res.rc
bitcoin-util.cpp refactor: move compat.h into compat/ 2 years ago
bitcoin-wallet-res.rc
bitcoin-wallet.cpp refactor: move url.h/cpp from lib util to lib common 2 years ago
bitcoind-res.rc
bitcoind.cpp refactor: move url.h/cpp from lib util to lib common 2 years ago
blockencodings.cpp
blockencodings.h
blockfilter.cpp Use new Join() helper for ListBlockFilterTypes() 2 years ago
blockfilter.h refactor: add LIFETIMEBOUND to blockfilter where needed 2 years ago
chain.cpp CBlockLocator: performance-move-const-arg Clang tidy fixups 2 years ago
chain.h Add functions to construct locators without CChain 2 years ago
chainparams.cpp Update chainparams for 24.0 release 2 years ago
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h Merge bitcoin/bitcoin#25853: net: update testnet torv3 hardcoded seeds for 24.x 2 years ago
checkqueue.h Remove g_parallel_script_checks 2 years ago
clientversion.cpp
clientversion.h
coins.cpp Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unnecessarily copying objects and enable two clang-tidy checks 2 years ago
coins.h refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSize()` 2 years ago
compressor.cpp
compressor.h
core_io.h refactor: Remove defunct attributes.h includes 3 years ago
core_memusage.h
core_read.cpp refactor: Make const refs vars where applicable 2 years ago
core_write.cpp
cuckoocache.h validationcaches: Use size_t for sizes 2 years ago
dbwrapper.cpp db: add StoragePath to CDBWrapper/CCoinsViewDB 2 years ago
dbwrapper.h db: add StoragePath to CDBWrapper/CCoinsViewDB 2 years ago
deploymentinfo.cpp
deploymentinfo.h
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp
external_signer.cpp Merge bitcoin/bitcoin#23578: Add external signer taproot support 2 years ago
external_signer.h
flatfile.cpp
flatfile.h
fs.cpp fs: fully initialize _OVERLAPPED for win32 2 years ago
fs.h fs: work around u8path deprecated-declaration warnings with libc++ 2 years ago
hash.cpp Fix link to MurmurHash3.cpp from Austin Appleby 2 years ago
hash.h Use HashWriter where possible 2 years ago
headerssync.cpp Move headerssync logging to BCLog::NET 2 years ago
headerssync.h Track headers presync progress and log it 2 years ago
httprpc.cpp scripted-diff: Use getInt<T> over get_int/get_int64 3 years ago
httprpc.h
httpserver.cpp Merge bitcoin/bitcoin#26131: log: log RPC port on startup 2 years ago
httpserver.h
i2p.cpp i2p: use the same destination type for transient and persistent addresses 2 years ago
i2p.h i2p: add support for creating transient sessions 2 years ago
indirectmap.h
init.cpp Merge bitcoin/bitcoin#25315: Add warning on first startup if free disk space is less than necessary 2 years ago
init.h Move init::SanityCheck to kernel::SanityCheck 2 years ago
key.cpp extended keys: fail to derive too large depth instead of wrapping around 2 years ago
key.h (pubk)key: mark Derive() as nodiscard 2 years ago
key_io.cpp
key_io.h
logging.cpp wallet: fast rescan: show log message for every non-skipped block 2 years ago
logging.h wallet: fast rescan: show log message for every non-skipped block 2 years ago
mapport.cpp refactor: move compat.h into compat/ 2 years ago
mapport.h
memusage.h refactor: use <cstdlib> over stdlib.h 2 years ago
merkleblock.cpp
merkleblock.h
net.cpp Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and SetSocketNonBlocking() to Sock methods 2 years ago
net.h net: Avoid SetTxRelay for feeler connections 2 years ago
net_permissions.cpp
net_permissions.h
net_processing.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
net_processing.h net: add NetEventsInterface::g_msgproc_mutex 2 years ago
net_types.cpp scripted-diff: Use getInt<T> over get_int/get_int64 3 years ago
net_types.h
netaddress.cpp [netaddress] Make OnionToString public 2 years ago
netaddress.h [netaddress] Make OnionToString public 2 years ago
netbase.cpp Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and SetSocketNonBlocking() to Sock methods 2 years ago
netbase.h moveonly: move SetSocketNonBlocking() from netbase to util/sock 2 years ago
netgroup.cpp
netgroup.h
netmessagemaker.h
noui.cpp scripted-diff: Avoid incompatibility with CMake AUTOUIC feature 2 years ago
noui.h
outputtype.cpp Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups 2 years ago
outputtype.h wallet: remove UNKNOWN type from OUTPUT_TYPES array 2 years ago
pow.cpp Add function to validate difficulty changes 2 years ago
pow.h Add function to validate difficulty changes 2 years ago
prevector.h refactor: use <cstdlib> over stdlib.h 2 years ago
protocol.cpp p2p: Announce reconciliation support 2 years ago
protocol.h p2p: Announce reconciliation support 2 years ago
psbt.cpp Verify PSBT inputs rather than check for fields being empty 2 years ago
psbt.h Do not use CScript for tapleaf scripts until the tapleaf version is known 2 years ago
pubkey.cpp Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key at a too large depth 2 years ago
pubkey.h (pubk)key: mark Derive() as nodiscard 2 years ago
random.cpp refactor: use <cstdlib> over stdlib.h 2 years ago
random.h refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono) 2 years ago
randomenv.cpp refactor: move compat.h into compat/ 2 years ago
randomenv.h
rest.cpp Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint 2 years ago
rest.h
reverse_iterator.h
scheduler.cpp
scheduler.h
serialize.h Add ChronoFormatter to serialize 2 years ago
shutdown.cpp scripted-diff: Avoid incompatibility with CMake AUTOUIC feature 2 years ago
shutdown.h
signet.cpp
signet.h
span.h
streams.h util: add CBufferedFile::SkipTo() to move ahead in the stream 2 years ago
sync.cpp
sync.h Merge bitcoin/bitcoin#25676: sync: simplify and remove unused code from sync.h 2 years ago
threadinterrupt.cpp Expose underlying clock in CThreadInterrupt 2 years ago
threadinterrupt.h Fix iwyu 2 years ago
threadsafety.h
timedata.cpp Make adjusted time type safe 2 years ago
timedata.h Make adjusted time type safe 2 years ago
tinyformat.h
torcontrol.cpp refactor: move compat.h into compat/ 2 years ago
torcontrol.h
txdb.cpp CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash() 2 years ago
txdb.h db: add StoragePath to CDBWrapper/CCoinsViewDB 2 years ago
txmempool.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
txmempool.h Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
txmempool_entry.h refactor: Inline `CTxMemPoolEntry` class's functions 2 years ago
txorphanage.cpp refactor: log `nEvicted` message in `LimitOrphans` then return void 2 years ago
txorphanage.h refactor: log `nEvicted` message in `LimitOrphans` then return void 2 years ago
txrequest.cpp
txrequest.h
uint256.cpp
uint256.h Use ReadLE64 in uint256::GetUint64() instead of duplicating logic 2 years ago
undo.h
validation.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2 years ago
validation.h Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option globals 2 years ago
validationinterface.cpp log: mempool: log removal reason in validation interface 2 years ago
validationinterface.h
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp scripted-diff: Convert global Mutexes to GlobalMutexes 3 years ago
warnings.h