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 db7b5dfcc5
Merge bitcoin/bitcoin#28551: http: bugfix: allow server shutdown in case of remote client disconnection
1 year ago
..
bench Merge bitcoin/bitcoin#27596: assumeutxo (2) 1 year ago
common Rename script/standard.{cpp/h} to script/solver.{cpp/h} 1 year ago
compat Sort includes in compat.h 1 year ago
config
consensus consensus/validation.h: remove needless GetTransactionOutputWeight helper 1 year ago
crc32c
crypto crypto: make ChaCha20::SetKey wipe buffer 1 year ago
index validation: indexing changes for assumeutxo 1 year ago
init init: remove config option names from translated -loglevel strings 1 year ago
interfaces validation: pass ChainstateRole for validationinterface calls 1 year ago
ipc refactor: Move system from util to common library 2 years ago
kernel chainparams: add signet assumeutxo param at height 160_000 1 year ago
leveldb
logging
minisketch
node net: expose transport types/session IDs of connections in RPC and logs 1 year ago
policy Replace MAX_PACKAGE_SIZE with MAX_PACKAGE_WEIGHT to avoid vbyte confusion 1 year ago
primitives Remove CHashWriter type 1 year ago
qt Merge bitcoin-core/gui#751: macOS, do not process actions during shutdown 1 year ago
rpc Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrman table entries 1 year ago
script Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress serialization 1 year ago
secp256k1 Update secp256k1 subtree to upstream release 0.4.0 1 year ago
support Add make_secure_unique helper 1 year ago
test Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrman table entries 1 year ago
univalue Remove unused raw-pointer read helper from univalue 1 year ago
util Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock() 1 year ago
wallet Merge bitcoin/bitcoin#27596: assumeutxo (2) 1 year ago
zmq validationinterface: only send zmq notifications for active 1 year ago
.bear-tidy-config ci: filter all subtrees from tidy output 1 year ago
.clang-format
.clang-tidy refactor: Enable all clang-tidy plugin bitcoin tests 1 year ago
Makefile.am Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions to not use boost 1 year ago
Makefile.bench.include [bench] DisconnectedBlockTransactions 1 year ago
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.minisketch.include
Makefile.qt.include
Makefile.qt_locale.include qt: Translation updates from Transifex 1 year ago
Makefile.qttest.include
Makefile.test.include Add package evaluation fuzzer 1 year ago
Makefile.test_fuzz.include
Makefile.test_util.include Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_common to util/random 1 year ago
Makefile.univalue.include
addrdb.cpp Merge bitcoin/bitcoin#28473: refactor: Serialization parameter cleanups 1 year ago
addrdb.h Use serialization parameters for CAddress serialization 1 year ago
addresstype.cpp Add PubKeyDestination for P2PK scripts 1 year ago
addresstype.h Add PubKeyDestination for P2PK scripts 1 year ago
addrman.cpp rpc: getrawaddrman for addrman entries 1 year ago
addrman.h rpc: getrawaddrman for addrman entries 1 year ago
addrman_impl.h rpc: getrawaddrman for addrman entries 1 year ago
arith_uint256.cpp
arith_uint256.h
attributes.h Introduce platform-agnostic `ALWAYS_INLINE` macro 2 years ago
banman.cpp refactor: Move system from util to common library 2 years ago
banman.h refactor: Move fs.* to util/fs.* 2 years ago
base58.cpp
base58.h
bech32.cpp
bech32.h
bip324.cpp net: merge V2Transport constructors, move key gen 1 year ago
bip324.h net: merge V2Transport constructors, move key gen 1 year ago
bitcoin-chainstate.cpp [refactor] Add missing includes for next commit 1 year ago
bitcoin-cli-res.rc
bitcoin-cli.cpp refactor: Move system from util to common library 2 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp kernel: Remove Univalue from kernel library 1 year ago
bitcoin-util-res.rc
bitcoin-util.cpp [refactor] Add missing includes for next commit 1 year ago
bitcoin-wallet-res.rc
bitcoin-wallet.cpp refactor: Move system from util to common library 2 years ago
bitcoind-res.rc
bitcoind.cpp Remove the syscall sandbox 1 year ago
blockencodings.cpp refactor: Fix logging.h includes 1 year ago
blockencodings.h
blockfilter.cpp Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader 1 year ago
blockfilter.h Remove unused includes from blockfilter.h 1 year ago
chain.cpp
chain.h doc: add note about confusing HaveTxsDownloaded name 1 year ago
chainparams.cpp test: Throw error when -signetchallenge is non-hex 1 year ago
chainparams.h test: Throw error when -signetchallenge is non-hex 1 year ago
chainparamsbase.cpp refactor: Use ChainType enum exhaustively 2 years ago
chainparamsbase.h refactor: Use ChainType enum exhaustively 2 years ago
chainparamsseeds.h p2p: update hardcoded mainnet seeds for 25.x 2 years ago
checkqueue.h Remove the syscall sandbox 1 year ago
clientversion.cpp
clientversion.h
coins.cpp Use PoolAllocator for CCoinsMap 2 years ago
coins.h Use PoolAllocator for CCoinsMap 2 years ago
compressor.cpp Clean up things that include script/standard.h 1 year ago
compressor.h
core_io.h kernel: Remove Univalue from kernel library 1 year ago
core_memusage.h
core_read.cpp kernel: Remove Univalue from kernel library 1 year ago
core_write.cpp Rename script/standard.{cpp/h} to script/solver.{cpp/h} 1 year ago
cuckoocache.h
dbwrapper.cpp dbwrapper: Use DataStream for batch operations 1 year ago
dbwrapper.h dbwrapper: Use DataStream for batch operations 1 year ago
deploymentinfo.cpp Decouple RegTestChainParams from ArgsManager 2 years ago
deploymentinfo.h Decouple RegTestChainParams from ArgsManager 2 years ago
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp move-only: Extract common/args and common/config.cpp from util/system 2 years ago
external_signer.cpp Fix clang-tidy performance-unnecessary-copy-initialization warnings 2 years ago
external_signer.h refactor: Move system from util to common library 2 years ago
flatfile.cpp refactor: Extract util/fs_helpers from util/system 2 years ago
flatfile.h Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system 2 years ago
hash.cpp
hash.h Remove CHashWriter type 1 year ago
headerssync.cpp Do not use std::vector = {} to release memory 1 year ago
headerssync.h
httprpc.cpp scripted-diff: Use UniValue::find_value method 2 years ago
httprpc.h
httpserver.cpp http: bugfix: track closed connection 1 year ago
httpserver.h
i2p.cpp i2p: avoid using Sock::Get() for checking for a valid socket 1 year ago
i2p.h i2p: avoid using Sock::Get() for checking for a valid socket 1 year ago
indirectmap.h
init.cpp net: advertise NODE_P2P_V2 if CLI arg -v2transport is on 1 year ago
init.h refactor: index, decouple 'Init' from 'Start' 1 year ago
key.cpp key: don't allocate secure mem for null (invalid) key 1 year ago
key.h key: don't allocate secure mem for null (invalid) key 1 year ago
key_io.cpp Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead of just scriptPubKey 1 year ago
key_io.h Clean up things that include script/standard.h 1 year ago
logging.cpp [log] add category TXPACKAGES for orphanage and package relay 1 year ago
logging.h [log] add category TXPACKAGES for orphanage and package relay 1 year ago
mapport.cpp Remove the syscall sandbox 1 year ago
mapport.h
memusage.h add std::list to memusage 1 year ago
merkleblock.cpp
merkleblock.h
net.cpp Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock() 1 year ago
net.h net: expose transport types/session IDs of connections in RPC and logs 1 year ago
net_permissions.cpp Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `LookupHost` 1 year ago
net_permissions.h
net_processing.cpp net: expose transport types/session IDs of connections in RPC and logs 1 year ago
net_processing.h net processing: clamp -blockreconstructionextratxn to uint32_t bounds 1 year ago
net_types.cpp
net_types.h
netaddress.cpp Inline short, often-called, rarely-changed basic CNetAddr getters 1 year ago
netaddress.h Merge bitcoin/bitcoin#28078: net, refactor: remove unneeded exports, use helpers over low-level code, use optional 1 year ago
netbase.cpp net: don't check if the socket is valid in ConnectSocketDirectly() 1 year ago
netbase.h p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost` 1 year ago
netgroup.cpp refactor: Use HashWriter over legacy CHashWriter (via SerializeHash) 1 year ago
netgroup.h
netmessagemaker.h Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader 1 year ago
noui.cpp
noui.h
outputtype.cpp Clean up things that include script/standard.h 1 year ago
outputtype.h Move CTxDestination to its own file 1 year ago
pow.cpp
pow.h
prevector.h util: implement prevector's move ctor & move assignment 2 years ago
protocol.cpp net: advertise NODE_P2P_V2 if CLI arg -v2transport is on 1 year ago
protocol.h net: advertise NODE_P2P_V2 if CLI arg -v2transport is on 1 year ago
psbt.cpp Move Taproot{SpendData/Builder} to signingprovider.{h/cpp} 1 year ago
psbt.h Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader 1 year ago
pubkey.cpp crypto: Spanify EllSwiftPubKey constructor 1 year ago
pubkey.h crypto: Spanify EllSwiftPubKey constructor 1 year ago
random.cpp [refactor] Remove compat.h from kernel headers 1 year ago
random.h crypto: refactor ChaCha20 classes to use Span<std::byte> interface 1 year ago
randomenv.cpp [refactor] Remove compat.h from kernel headers 1 year ago
randomenv.h
rest.cpp rest: bugfix, fix crash error when calling `/deploymentinfo` 1 year ago
rest.h
reverse_iterator.h
scheduler.cpp Remove the syscall sandbox 1 year ago
scheduler.h
serialize.h Remove SER_GETHASH, hard-code client version in CKeyPool serialize 1 year ago
shutdown.cpp kernel: Add fatalError method to notifications 1 year ago
shutdown.h kernel: Add fatalError method to notifications 1 year ago
signet.cpp Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader 1 year ago
signet.h
span.h refactor: Use reinterpret_cast where appropriate 1 year ago
streams.cpp streams: Teach AutoFile how to XOR 1 year ago
streams.h Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client version in CKeyPool serialize 1 year ago
sync.cpp
sync.h sync: modernize CSemaphore / CSemaphoreGrant 1 year ago
threadsafety.h
timedata.cpp move-only: Extract common/args and common/config.cpp from util/system 2 years ago
timedata.h
tinyformat.h
torcontrol.cpp doc, refactor: Changing -torcontrol help to specify that a default port is used 1 year ago
torcontrol.h doc, refactor: Changing -torcontrol help to specify that a default port is used 1 year ago
txdb.cpp Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check 1 year ago
txdb.h move-only: Move CBlockTreeDB to node/blockstorage 1 year ago
txmempool.cpp Handle over-sized (in virtual bytes) packages with no in-mempool ancestors 1 year ago
txmempool.h Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions to not use boost 1 year ago
txorphanage.cpp [log] add more logs related to orphan handling 1 year ago
txorphanage.h scripted-diff: Following the C++ Standard rules for identifiers with _. 1 year ago
txrequest.cpp refactor: use Span for SipHash::Write 1 year ago
txrequest.h
uint256.cpp
uint256.h Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization 1 year ago
undo.h
validation.cpp refuse to activate a UTXO snapshot if mempool not empty 1 year ago
validation.h validation: assumeutxo: swap m_mempool on snapshot activation 1 year ago
validationinterface.cpp validation: pass ChainstateRole for validationinterface calls 1 year ago
validationinterface.h validation: pass ChainstateRole for validationinterface calls 1 year ago
version.h Use serialization parameters for CAddress serialization 1 year ago
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp refactor: Move system from util to common library 2 years ago
warnings.h