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
fanquake e0680bbce8
Merge bitcoin/bitcoin#24806: RPC: Switch getblockfrompeer back to standard param name blockhash
3 years ago
..
bench refactor: Remove deduplication of data in rollingbloom bench 3 years ago
common refactor: Fixup uint64_t-cast style in touched line 3 years ago
compat compat: remove strnlen back-compat code 3 years ago
config
consensus Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is set 3 years ago
crc32c Update crc32c subtree 3 years ago
crypto doc: Fix typos 3 years ago
index refactor: more const annotations for uses of CBlockIndex* 3 years ago
init Use GetPathArg where possible 3 years ago
interfaces Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound connections 3 years ago
ipc refactor: Block unsafe fs::path std::string conversion calls 3 years ago
leveldb build: Minor leveldb subtree update 3 years ago
logging scripted-diff: Bump copyright headers 3 years ago
minisketch Update minisketch subtree to latest upstream 3 years ago
node doc: Convert remaining comments to clang-tidy format 3 years ago
policy Remove outdated comment on CFeeRate 3 years ago
primitives Merge bitcoin/bitcoin#24350: Primitives: Correct CTransaction deserialization docstring 3 years ago
qt lint: remove qt SIGNAL/SLOT lint 3 years ago
rpc RPC: Switch getblockfrompeer back to standard param name blockhash 3 years ago
script doc: Convert remaining comments to clang-tidy format 3 years ago
secp256k1 Update secp256k1 subtree to latest upstream master 3 years ago
support refactor: remove macOS MAP_ANONYMOUS work around 3 years ago
test Merge bitcoin/bitcoin#24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive 3 years ago
univalue Update univalue subtree to latest upstream 3 years ago
util Remove gui-only syscalls 3 years ago
wallet lint: codespell 2.1.0 3 years ago
zmq zmq: Fix implicit-integer-sign-change 3 years ago
.clang-format Use c++17 in clang-format 3 years ago
.clang-tidy Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
Makefile.am Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource loading 3 years ago
Makefile.bench.include Merge bitcoin/bitcoin#18815: bench: Add logging benchmark 3 years ago
Makefile.crc32c.include build: remove support for weak linking getauxval() 3 years ago
Makefile.leveldb.include build: remove build stubs for external leveldb 3 years ago
Makefile.minisketch.include build: add minisketch build file and include it 3 years ago
Makefile.qt.include build: header-only Boost 3 years ago
Makefile.qt_locale.include qt: Pre-branch translation updates for 23.x 3 years ago
Makefile.qttest.include test: Add tests for GetArg methods / settings.json type coercion 3 years ago
Makefile.test.include Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource loading 3 years ago
Makefile.test_fuzz.include scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a 3 years ago
Makefile.test_util.include scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a 3 years ago
Makefile.univalue.include Integrate univalue into our buildsystem 3 years ago
addrdb.cpp refactor: fix clang-tidy named args usage 3 years ago
addrdb.h scripted-diff: Bump copyright headers 3 years ago
addrman.cpp addrman: fix incorrect named args 3 years ago
addrman.h p2p: Avoid InitError when downgrading peers.dat 3 years ago
addrman_impl.h test: Remove unused AddrManTest class 3 years ago
arith_uint256.cpp Fix implicit-integer-sign-change in arith_uint256 3 years ago
arith_uint256.h
attributes.h
banman.cpp Fix race condition for SetBannedSetDirty() calls 3 years ago
banman.h scripted-diff: Bump copyright headers 3 years ago
base58.cpp scripted-diff: Bump copyright headers 3 years ago
base58.h
bech32.cpp Avoid implicit-integer-sign-change in bech32.cpp 3 years ago
bech32.h Make Bech32 LocateErrors return error list rather than using out-arg 3 years ago
bitcoin-chainstate.cpp refactor: fix clang-tidy named args usage 3 years ago
bitcoin-cli-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-cli.cpp refactor: account for requiring libevent 2.1.8+ 3 years ago
bitcoin-tx-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-tx.cpp refactor: use named args when ScriptToUniv or TxToUniv are invoked 3 years ago
bitcoin-util-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-util.cpp refactor: remove unused boost header include in bitcoin-util.cpp 3 years ago
bitcoin-wallet-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-wallet.cpp Output license info when binaries are passed -version 3 years ago
bitcoind-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoind.cpp Output license info when binaries are passed -version 3 years ago
blockencodings.cpp
blockencodings.h
blockfilter.cpp scripted-diff: rename MapIntoRange to FastRange64 3 years ago
blockfilter.h
chain.cpp Avoid integer sanitizer warnings in chain.o 3 years ago
chain.h Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o 3 years ago
chainparams.cpp Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is set 3 years ago
chainparams.h scripted-diff: Bump copyright headers 3 years ago
chainparamsbase.cpp scripted-diff: Bump copyright headers 3 years ago
chainparamsbase.h
chainparamsseeds.h net: Update hardcoded seeds for 23.x 3 years ago
checkqueue.h scripted-diff: Bump copyright headers 3 years ago
clientversion.cpp refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp 3 years ago
clientversion.h refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp 3 years ago
coins.cpp scripted-diff: Bump copyright headers 3 years ago
coins.h scripted-diff: Bump copyright headers 3 years ago
compat.h compat: remove strnlen back-compat code 3 years ago
compressor.cpp scripted-diff: Bump copyright headers 3 years ago
compressor.h scripted-diff: Bump copyright headers 3 years ago
core_io.h refactor: prefer snake case, TxToUniv arg hashBlock renamed block_hash 3 years ago
core_memusage.h
core_read.cpp scripted-diff: Bump copyright headers 3 years ago
core_write.cpp refactor: add stdd:: includes to core_write 3 years ago
cuckoocache.h Add FastRange32 function and use it throughout the codebase 3 years ago
dbwrapper.cpp scripted-diff: Bump copyright headers 3 years ago
dbwrapper.h Use spans of std::byte in serialize 3 years ago
deploymentinfo.cpp scripted-diff: Bump copyright headers 3 years ago
deploymentinfo.h scripted-diff: Bump copyright headers 3 years ago
deploymentstatus.cpp scripted-diff: Bump copyright headers 3 years ago
deploymentstatus.h scripted-diff: Bump copyright headers 3 years ago
dummywallet.cpp Add src/wallet/* code to wallet:: namespace 3 years ago
external_signer.cpp external_signer: improve fingerprint matching logic (stop on first match) 3 years ago
external_signer.h refactor: make ExternalSigner NetworkArg() and m_chain private 3 years ago
flatfile.cpp scripted-diff: Bump copyright headers 3 years ago
flatfile.h
fs.cpp refactor: replace boost::filesystem with std::filesystem 3 years ago
fs.h Make fs.h C++20 compliant 3 years ago
hash.cpp scripted-diff: Bump copyright headers 3 years ago
hash.h Use spans of std::byte in serialize 3 years ago
httprpc.cpp scripted-diff: Bump copyright headers 3 years ago
httprpc.h scripted-diff: Bump copyright headers 3 years ago
httpserver.cpp Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8 3 years ago
httpserver.h Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8 3 years ago
i2p.cpp scripted-diff: Bump copyright headers 3 years ago
i2p.h scripted-diff: Bump copyright headers 3 years ago
indirectmap.h
init.cpp Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls 3 years ago
init.h init: Disable syscall sandbox in the bitcoin-qt process 3 years ago
key.cpp scripted-diff: Bump copyright headers 3 years ago
key.h scripted-diff: Bump copyright headers 3 years ago
key_io.cpp scripted-diff: Bump copyright headers 3 years ago
key_io.h scripted-diff: Bump copyright headers 3 years ago
logging.cpp Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive 3 years ago
logging.h Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive 3 years ago
mapport.cpp scripted-diff: Bump copyright headers 3 years ago
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h scripted-diff: Bump copyright headers 3 years ago
net.cpp refactor: fix clang-tidy named args usage 3 years ago
net.h Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive 3 years ago
net_permissions.cpp scripted-diff: Bump copyright headers 3 years ago
net_permissions.h scripted-diff: Bump copyright headers 3 years ago
net_processing.cpp refactor: fix clang-tidy named args usage 3 years ago
net_processing.h scripted-diff: rename TxRelay members 3 years ago
net_types.cpp net: Drop only invalid entries when reading banlist.json 3 years ago
net_types.h scripted-diff: Bump copyright headers 3 years ago
netaddress.cpp net: remove unused CNetAddr::GetHash() 3 years ago
netaddress.h net: remove unused CNetAddr::GetHash() 3 years ago
netbase.cpp Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen on non-default ports 3 years ago
netbase.h Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen on non-default ports 3 years ago
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp scripted-diff: Bump copyright headers 3 years ago
outputtype.h scripted-diff: Bump copyright headers 3 years ago
pow.cpp
pow.h
prevector.h
protocol.cpp scripted-diff: Bump copyright headers 3 years ago
protocol.h scripted-diff: Bump copyright headers 3 years ago
psbt.cpp Use spans of std::byte in serialize 3 years ago
psbt.h scripted-diff: Bump copyright headers 3 years ago
pubkey.cpp scripted-diff: Bump copyright headers 3 years ago
pubkey.h Use spans of std::byte in serialize 3 years ago
random.cpp build: remove unneeded getentropy detection (HAVE_GETENTROPY) 3 years ago
random.h doc: Fix typos pointed out by lint-spelling 3 years ago
randomenv.cpp scripted-diff: Bump copyright headers 3 years ago
randomenv.h scripted-diff: Bump copyright headers 3 years ago
rest.cpp doc: Convert remaining comments to clang-tidy format 3 years ago
rest.h Handle query string when parsing data format 3 years ago
reverse_iterator.h
scheduler.cpp scheduler: Capture ‘this’ explicitly in lambda 3 years ago
scheduler.h refactor: replace RecursiveMutex `m_callbacks_mutex` with Mutex 3 years ago
serialize.h Remove unused char serialize 3 years ago
shutdown.cpp scripted-diff: Bump copyright headers 3 years ago
shutdown.h scripted-diff: Bump copyright headers 3 years ago
signet.cpp scripted-diff: Bump copyright headers 3 years ago
signet.h scripted-diff: Bump copyright headers 3 years ago
span.h span: Add BytePtr helper 3 years ago
streams.h scripted-diff: Rename nReadPos to m_read_pos in streams.h 3 years ago
sync.cpp scripted-diff: Bump copyright headers 3 years ago
sync.h Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive 3 years ago
threadinterrupt.cpp
threadinterrupt.h scripted-diff: Bump copyright headers 3 years ago
threadsafety.h
timedata.cpp timedata: rename variables to match the coding style 3 years ago
timedata.h timedata: make it possible to reset the state 3 years ago
tinyformat.h Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough 3 years ago
torcontrol.cpp torcontrol: Query Tor for correct -onion configuration 3 years ago
torcontrol.h torcontrol: Query Tor for correct -onion configuration 3 years ago
txdb.cpp Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code 3 years ago
txdb.h Remove utxo db upgrade code 3 years ago
txmempool.cpp Merge bitcoin/bitcoin#24145: mempool: Clear vTxHashes when mapTx is cleared 3 years ago
txmempool.h Use CAmount for fee delta and modified fee 3 years ago
txorphanage.cpp
txorphanage.h [net processing] Add Orphanage empty consistency check 3 years ago
txrequest.cpp scripted-diff: Bump copyright headers 3 years ago
txrequest.h
uint256.cpp
uint256.h Use spans of std::byte in serialize 3 years ago
undo.h
validation.cpp Merge bitcoin/bitcoin#24152: policy / validation: CPFP fee bumping within packages 3 years ago
validation.h [packages/policy] use package feerate in package validation 3 years ago
validationinterface.cpp
validationinterface.h Add coinstatsindex_unclean_shutdown test 3 years ago
version.h
versionbits.cpp trivial: comment tweaks 3 years ago
versionbits.h Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC 3 years ago
walletinitinterface.h Add src/node/* code to node:: namespace 3 years ago
warnings.cpp
warnings.h scripted-diff: Bump copyright headers 3 years ago