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.
litecoin/src
MarcoFalke ee0dc02c6f
Merge #21397: fuzz: Bump FuzzedDataProvider.h
4 years ago
..
bench Move MakeNoLogFileContext to common libtest_util, and use it in bench 4 years ago
compat assumptions: check C++17 assumption with MSVC 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 Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore 4 years ago
leveldb
logging
node Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore 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#233: qt test: Don't bind to regtest port 4 years ago
rpc net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection 4 years ago
script Correction for VerifyTaprootCommitment comments 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 fuzz: Bump FuzzedDataProvider.h 4 years ago
univalue Update univalue subtree 4 years ago
util Merge #21015: Make all of net_processing (and some of net) use std::chrono types 4 years ago
wallet Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore 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 #21209: build: use newer source for libnatpmp 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 #19203: net: Add regression fuzz harness for CVE-2017-18350. Add FuzzedSocket. 4 years ago
Makefile.test_fuzz.include build: compile libnatpmp with -DNATPMP_STATICLIB on Windows 4 years ago
Makefile.test_util.include build: compile libnatpmp with -DNATPMP_STATICLIB on Windows 4 years ago
addrdb.cpp log: Clarify log message when file does not exist 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 log: Clarify log message when file does not exist 4 years ago
banman.h Clean up separated ban/discourage interface 4 years ago
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: update -netinfo help doc following the merge of 882ce251 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 Get rid of -Wthread-safety-precise warnings 5 years ago
blockfilter.cpp scripted-diff: Bump copyright headers 4 years ago
blockfilter.h [indexes] Fix default [de]serialization of BlockFilter. 5 years ago
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 net: extend Sock with methods for robust send & read until terminator 4 years ago
compressor.cpp
compressor.h
core_io.h util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount(const CAmount& n) well-defined also when n is std::numeric_limits<CAmount>::min() 4 years ago
core_memusage.h
core_read.cpp doc: fix various typos 4 years ago
core_write.cpp util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount(const CAmount& n) well-defined also when n is std::numeric_limits<CAmount>::min() 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: add -signer argument for external signer command 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
i2p.cpp net: implement the necessary parts of the I2P SAM protocol 4 years ago
i2p.h net: implement the necessary parts of the I2P SAM protocol 4 years ago
indirectmap.h
init.cpp Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation functions 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 net: implement the necessary parts of the I2P SAM protocol 4 years ago
logging.h net: implement the necessary parts of the I2P SAM protocol 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: Replace enum CConnMan::NumConnections with enum class ConnectionDirection 4 years ago
net.h net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection 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 Use C++11 member initializer in CNodeState 4 years ago
net_processing.h Merge #21015: Make all of net_processing (and some of net) use std::chrono types 4 years ago
net_types.h
netaddress.cpp net: add I2P to the reachability map 4 years ago
netaddress.h net: extend CNetAddr::SetSpecial() to support I2P 4 years ago
netbase.cpp fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing timeout logic 4 years ago
netbase.h net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection 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 init: only use pipe2 if availabile, check in configure 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 torcontrol: Move TorControlReply, TorControlConnection and TorController to improve testability 4 years ago
torcontrol.h tests: Add fuzzing harness for TorController 4 years ago
txdb.cpp txdb: don't reset during in-memory cache resize 4 years ago
txdb.h txdb: add CCoinsViewDB::ChangeCacheSize 4 years ago
txmempool.cpp Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation functions 4 years ago
txmempool.h Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation functions 4 years ago
txorphanage.cpp scripted-diff: Update txorphanage naming convention 4 years ago
txorphanage.h txorphanage: comment improvements 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 validation: CVerifyDB::VerifyDB: Use locking annotation 4 years ago
validation.h validation: CVerifyDB::VerifyDB: Use locking annotation 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 validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics} 4 years ago
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