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
Sebastian Falbesoner 365539c846
refactor: init vectors via std::{begin,end} to avoid pointer arithmetic
4 years ago
..
bench refactor: init vectors via std::{begin,end} to avoid pointer arithmetic 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 Merge #19055: Add MuHash3072 implementation 4 years ago
index Merge #19935: Move SaltedHashers to separate file and add some new ones 4 years ago
interfaces net: Add -natpmp command line option 4 years ago
leveldb
logging
node net: Add -natpmp command line option 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 refactor: iterate arrays via C++11 range-based for loops if idx is not needed 4 years ago
rpc rpc: Remove duplicate name and argNames from CRPCCommand 4 years ago
script Merge #19935: Move SaltedHashers to separate file and add some new ones 4 years ago
secp256k1 Update secp256k1 subtree to latest master 4 years ago
support doc: Use https URLs where possible 4 years ago
test refactor: iterate arrays via C++11 range-based for loops if idx is not needed 4 years ago
univalue Update univalue subtree 4 years ago
util Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls 4 years ago
wallet rpc: Remove duplicate name and argNames from CRPCCommand 4 years ago
zmq rpc: Remove duplicate name and argNames from CRPCCommand 4 years ago
.clang-format
Makefile.am build: Add var printing target to src/Makefile.am 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 Merge bitcoin-core/gui#176: Fix TxViewDelegate layout 4 years ago
Makefile.qt_locale.include
Makefile.qttest.include net: Add libnatpmp support 4 years ago
Makefile.test.include Merge #18077: net: Add NAT-PMP port forwarding support 4 years ago
Makefile.test_fuzz.include fuzz: move-only FillNode implementation to cpp file 4 years ago
Makefile.test_util.include test: Mock IBD in net_processing fuzzers 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 Don't declare de facto const reference variables as non-const 4 years ago
addrman.h Merge #20291: [net] Consolidate logic around calling CAddrMan::Connected() 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 scripted-diff: Bump copyright headers 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 Merge #21029: bitcoin-cli: Correct docs (no "generatenewaddress" exists) 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 wallet: Add missing check for -descriptors wallet tool option 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
chainparams.cpp refactor: init vectors via std::{begin,end} to avoid pointer arithmetic 4 years ago
chainparams.h
chainparamsbase.cpp scripted-diff: Bump copyright headers 4 years ago
chainparamsbase.h scripted-diff: Bump copyright headers 4 years ago
chainparamsseeds.h
checkqueue.h
clientversion.cpp scripted-diff: Bump copyright headers 4 years ago
clientversion.h scripted-diff: Bump copyright headers 4 years ago
coins.cpp Merge #19935: Move SaltedHashers to separate file and add some new ones 4 years ago
coins.h Move Hashers to util/hasher.{cpp/h} 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 scripted-diff: Bump copyright headers 4 years ago
dummywallet.cpp wallet: Remove -upgradewallet from dummywallet 4 years ago
flatfile.cpp
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
httpserver.h
indirectmap.h
init.cpp doc: update -onlynet help in src/init.cpp 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 Don't declare de facto const member functions as non-const 4 years ago
logging.h Don't declare de facto const member functions as non-const 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 Don't declare de facto const member functions as non-const 4 years ago
miner.h Don't declare de facto const member functions as non-const 4 years ago
net.cpp net: use peer=N instead of from=N in debug log 4 years ago
net.h Merge #180: Peer details: connection type follow-ups 4 years ago
net_permissions.cpp scripted-diff: Bump copyright headers 4 years ago
net_permissions.h
net_processing.cpp net_processing: log txrelay flag from version message 4 years ago
net_processing.h net_processing: move Peer definition to .cpp 4 years ago
net_types.h
netaddress.cpp net: allow CSubNet of non-IP networks 4 years ago
netaddress.h Merge #20852: net: allow CSubNet of non-IP networks 4 years ago
netbase.cpp
netbase.h
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 psbt: Assert that tx has a value in UpdatePSBTOutput 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
random.h
randomenv.cpp util: Allow use of C++14 chrono literals 4 years ago
randomenv.h
rest.cpp refactor: iterate arrays via C++11 range-based for loops if idx is not needed 4 years ago
reverse_iterator.h
scheduler.cpp Add include for std::bind. 4 years ago
scheduler.h
serialize.h
shutdown.cpp scripted-diff: Bump copyright headers 4 years ago
shutdown.h scripted-diff: Bump copyright headers 4 years ago
signet.cpp
signet.h
span.h Merge #19387: span: update constructors to match c++20 draft spec and add lifetimebound attribute 4 years ago
streams.h scripted-diff: Bump copyright headers 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
timedata.h
tinyformat.h refactor: Improve use of explicit keyword 4 years ago
torcontrol.cpp Add include for std::bind. 4 years ago
torcontrol.h scripted-diff: Bump copyright headers 4 years ago
txdb.cpp
txdb.h
txmempool.cpp locks: Annotate CTxMemPool::check to require cs_main 4 years ago
txmempool.h locks: Annotate CTxMemPool::check to require cs_main 4 years ago
txrequest.cpp refactor: Improve use of explicit keyword 4 years ago
txrequest.h
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 #18710: Add local thread pool to CCheckQueue 4 years ago
validation.h Merge #18710: Add local thread pool to CCheckQueue 4 years ago
validationinterface.cpp
validationinterface.h
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