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
MarcoFalke d386b54239
Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Requests
4 years ago
..
bench scripted-diff: Invoke ::AcceptToMemoryPool with chainstate 4 years ago
compat Support glibc-back-compat on 64-bit POWER 4 years ago
config
consensus scripted-diff: Bump copyright headers 4 years ago
crc32c build: Update crc32c subtree 4 years ago
crypto refactor: Improve encapsulation between MuHash3072 and Num3072 4 years ago
index Avoid accessing nullpointer in BaseIndex::GetSummary() 4 years ago
interfaces net: Add -natpmp command line option 4 years ago
leveldb
logging
node scripted-diff: Invoke ::AcceptToMemoryPool with chainstate 4 years ago
policy refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS 4 years ago
primitives scripted-diff: Bump copyright headers 4 years ago
qt Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Requests 4 years ago
rpc scripted-diff: Invoke ::AcceptToMemoryPool with chainstate 4 years ago
script Merge #19136: wallet: add parent_desc to getaddressinfo 4 years ago
secp256k1 Update secp256k1 subtree to latest master 4 years ago
support Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
test Merge #21202: [validation] Two small clang lock annotation improvements 4 years ago
univalue Update univalue subtree 4 years ago
util Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set 4 years ago
wallet Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disabled 4 years ago
zmq rpc: Remove duplicate name and argNames from CRPCCommand 4 years ago
.clang-format [tools] Allow argument/parameter bin packing in clang-format 4 years ago
Makefile.am Merge #20629: depends: Improve id string robustness 4 years ago
Makefile.bench.include net: Add libnatpmp support 4 years ago
Makefile.crc32c.include build: Update crc32c subtree 4 years ago
Makefile.leveldb.include
Makefile.qt.include gui: Add Roboto Mono font 4 years ago
Makefile.qt_locale.include qt: Pre-splitoff translations update 4 years ago
Makefile.qttest.include net: Add libnatpmp support 4 years ago
Makefile.test.include Merge #20788: net: add RAII socket and use it instead of bare SOCKET 4 years ago
Makefile.test_fuzz.include fuzz: move-only FillNode implementation to cpp file 4 years ago
Makefile.test_util.include test: Move P2WSH_OP_TRUE to shared test library 4 years ago
addrdb.cpp scripted-diff: Bump copyright headers 4 years ago
addrdb.h scripted-diff: Bump copyright headers 4 years ago
addrman.cpp refactor: remove boost::thread_group usage 4 years ago
addrman.h [addrman] Don't repeat "Bucketing method was updated" log multiple times 4 years ago
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h scripted-diff: Bump copyright headers 4 years ago
banman.cpp scripted-diff: Bump copyright headers 4 years ago
banman.h
base58.cpp refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17) 4 years ago
base58.h scripted-diff: Bump copyright headers 4 years ago
bech32.cpp
bech32.h
bitcoin-cli-res.rc Drop the leading 0 from the version number 4 years ago
bitcoin-cli.cpp cli: Treat high detail levels as the maximum in -netinfo 4 years ago
bitcoin-tx-res.rc Drop the leading 0 from the version number 4 years ago
bitcoin-tx.cpp Move TX_MAX_STANDARD_VERSION to policy 4 years ago
bitcoin-util-res.rc Add bitcoin-util command line utility 4 years ago
bitcoin-util.cpp Merge #20938: build: fix linking against -latomic when building for riscv 4 years ago
bitcoin-wallet-res.rc Drop the leading 0 from the version number 4 years ago
bitcoin-wallet.cpp util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet 4 years ago
bitcoind-res.rc Drop the leading 0 from the version number 4 years ago
bitcoind.cpp init: Signal-safe instant shutdown 4 years ago
blockencodings.cpp scripted-diff: Bump copyright headers 4 years ago
blockencodings.h
blockfilter.cpp scripted-diff: Bump copyright headers 4 years ago
blockfilter.h
bloom.cpp scripted-diff: Bump copyright headers 4 years ago
bloom.h scripted-diff: Bump copyright headers 4 years ago
chain.cpp
chain.h simplify ChainstateManager::SnapshotBlockhash() return semantics 4 years ago
chainparams.cpp Merge #15946: Allow maintaining the blockfilterindex when using prune 4 years ago
chainparams.h chainparams: add allowed assumeutxo values 4 years ago
chainparamsbase.cpp scripted-diff: Bump copyright headers 4 years ago
chainparamsbase.h scripted-diff: Bump copyright headers 4 years ago
chainparamsseeds.h net: Hardcoded seeds update for 0.21 4 years ago
checkqueue.h refactor: Drop boost::thread stuff in CCheckQueue 4 years ago
clientversion.cpp scripted-diff: Bump copyright headers 4 years ago
clientversion.h refactor: Move STRINGIZE macro to macros.h 4 years ago
coins.cpp simplify ChainstateManager::SnapshotBlockhash() return semantics 4 years ago
coins.h simplify ChainstateManager::SnapshotBlockhash() return semantics 4 years ago
compat.h scripted-diff: Bump copyright headers 4 years ago
compressor.cpp
compressor.h
core_io.h doc: fix various typos 4 years ago
core_memusage.h
core_read.cpp doc: fix various typos 4 years ago
core_write.cpp scripted-diff: Bump copyright headers 4 years ago
cuckoocache.h doc: Use https URLs where possible 4 years ago
dbwrapper.cpp
dbwrapper.h Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
dummywallet.cpp wallet: Remove -upgradewallet from dummywallet 4 years ago
flatfile.cpp log: Move "Pre-allocating up to position 0x[...] in [...].dat" log message to debug category 4 years ago
flatfile.h
fs.cpp Replace fs::absolute calls with AbsPathJoin calls 4 years ago
fs.h Replace fs::absolute calls with AbsPathJoin calls 4 years ago
hash.cpp doc: Use https URLs where possible 4 years ago
hash.h scripted-diff: Bump copyright headers 4 years ago
httprpc.cpp rpc: Validate -rpcauth arguments 4 years ago
httprpc.h scripted-diff: Bump copyright headers 4 years ago
httpserver.cpp net: Drop unneeded headers when compat.h included 4 years ago
httpserver.h
indirectmap.h
init.cpp Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set 4 years ago
init.h Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref to const instead of ref to non-const 4 years ago
key.cpp doc: Use https URLs where possible 4 years ago
key.h
key_io.cpp Better error messages for invalid addresses 4 years ago
key_io.h Better error messages for invalid addresses 4 years ago
logging.cpp Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set 4 years ago
logging.h log: Prefix log messages with function name if -logsourcelocations is set 4 years ago
mapport.cpp net: Add -natpmp command line option 4 years ago
mapport.h net: Add -natpmp command line option 4 years ago
memusage.h
merkleblock.cpp doc: fix various typos 4 years ago
merkleblock.h scripted-diff: Bump copyright headers 4 years ago
miner.cpp validation: Pass in chainstate to TestBlockValidity 4 years ago
miner.h Don't declare de facto const member functions as non-const 4 years ago
net.cpp [net] Move checks from GetLocalAddrForPeer to caller 4 years ago
net.h [net] Change AdvertiseLocal to GetLocalAddrForPeer 4 years ago
net_permissions.cpp scripted-diff: Bump copyright headers 4 years ago
net_permissions.h Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers 4 years ago
net_processing.cpp Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and manual peers 4 years ago
net_processing.h [net processing] Move ping data fields to net processing 4 years ago
net_types.h
netaddress.cpp net: allow CSubNet of non-IP networks 4 years ago
netaddress.h net: create GetNetworkNames() 4 years ago
netbase.cpp Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, automate helps 4 years ago
netbase.h Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, automate helps 4 years ago
netmessagemaker.h scripted-diff: Bump copyright headers 4 years ago
noui.cpp scripted-diff: Bump copyright headers 4 years ago
noui.h scripted-diff: Bump copyright headers 4 years ago
optional.h scripted-diff: Bump copyright headers 4 years ago
outputtype.cpp refactor: Use C++17 std::array deduction for OUTPUT_TYPES 4 years ago
outputtype.h refactor: Use C++17 std::array deduction for OUTPUT_TYPES 4 years ago
pow.cpp
pow.h
prevector.h
protocol.cpp refactor: init vectors via std::{begin,end} to avoid pointer arithmetic 4 years ago
protocol.h scripted-diff: Bump copyright headers 4 years ago
psbt.cpp Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
psbt.h scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD 4 years ago
pubkey.cpp scripted-diff: Bump copyright headers 4 years ago
pubkey.h scripted-diff: Bump copyright headers 4 years ago
random.cpp refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17) 4 years ago
random.h
randomenv.cpp util: Allow use of C++14 chrono literals 4 years ago
randomenv.h
rest.cpp Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size 4 years ago
reverse_iterator.h
scheduler.cpp Add include for std::bind. 4 years ago
scheduler.h refactor: remove boost::thread_group usage 4 years ago
serialize.h Support bypassing range check in ReadCompactSize 4 years ago
shutdown.cpp scripted-diff: Bump copyright headers 4 years ago
shutdown.h scripted-diff: Bump copyright headers 4 years ago
signet.cpp refactor: Remove SignetTxs::m_valid and use optional instead 4 years ago
signet.h refactor: Remove SignetTxs::m_valid and use optional instead 4 years ago
span.h Merge #19387: span: update constructors to match c++20 draft spec and add lifetimebound attribute 4 years ago
streams.h Merge #20464: refactor: Treat CDataStream bytes as uint8_t 4 years ago
sync.cpp refactor: remove straggling boost::mutex usage 4 years ago
sync.h Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK 4 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h scripted-diff: Bump copyright headers 4 years ago
timedata.cpp Avoid the use of abs64 in timedata 4 years ago
timedata.h
tinyformat.h refactor: Improve use of explicit keyword 4 years ago
torcontrol.cpp Merge #20788: net: add RAII socket and use it instead of bare SOCKET 4 years ago
torcontrol.h scripted-diff: Bump copyright headers 4 years ago
txdb.cpp txdb: don't reset during in-memory cache resize 4 years ago
txdb.h
txmempool.cpp validation: Pass in chainstate to CTxMemPool::removeForReorg 4 years ago
txmempool.h validation: Pass in chainstate to CTxMemPool::removeForReorg 4 years ago
txrequest.cpp refactor: Improve use of explicit keyword 4 years ago
txrequest.h Report and verify expirations 4 years ago
uint256.cpp scripted-diff: Bump copyright headers 4 years ago
uint256.h scripted-diff: Bump copyright headers 4 years ago
undo.h
validation.cpp Merge #21202: [validation] Two small clang lock annotation improvements 4 years ago
validation.h style-only: Make CheckSequenceLock signature readable 4 years ago
validationinterface.cpp Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 4 years ago
validationinterface.h Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 4 years ago
version.h scripted-diff: Bump copyright headers 4 years ago
versionbits.cpp
versionbits.h
versionbitsinfo.cpp scripted-diff: Bump copyright headers 4 years ago
versionbitsinfo.h
walletinitinterface.h scripted-diff: Bump copyright headers 4 years ago
warnings.cpp scripted-diff: Bump copyright headers 4 years ago
warnings.h scripted-diff: Bump copyright headers 4 years ago