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
Jon Atack 60290d3f5e
test: increase listbanned unit test coverage
4 years ago
..
bench Merge #20861: BIP 350: Implement Bech32m and use it for v1+ segwit addresses 4 years ago
compat compat: remove memcpy -> memmove backwards compatibility alias 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 scripted-diff: remove MakeUnique<T>() 4 years ago
interfaces refactor: post Optional<> removal cleanups 4 years ago
leveldb
logging
node Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4 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 rpc: Fail to return undocumented return values 4 years ago
rpc rpc: add time_remaining field to listbanned 4 years ago
script rpc: deprecate `addresses` and `reqSigs` from rpc outputs 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 test: increase listbanned unit test coverage 4 years ago
univalue Update univalue subtree 4 years ago
util Merge #21366: refactor: replace util::Ref with std::any (C++17) 4 years ago
wallet Merge #21063: wallet, rpc: update listdescriptors response format 4 years ago
zmq scripted-diff: remove MakeUnique<T>() 4 years ago
.clang-format [tools] Allow argument/parameter bin packing in clang-format 4 years ago
Makefile.am remove unused class util::Ref and its unit test 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 Qt: add Android packaging support 4 years ago
Makefile.qt_locale.include qt: Pre-splitoff translations update 4 years ago
Makefile.qttest.include test: remove qt byteswap compattests 4 years ago
Makefile.test.include Merge #21366: refactor: replace util::Ref with std::any (C++17) 4 years ago
Makefile.test_fuzz.include build: compile libnatpmp with -DNATPMP_STATICLIB on Windows 4 years ago
Makefile.test_util.include fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz target 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
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 naming nits 4 years ago
bech32.h naming nits 4 years ago
bitcoin-cli-res.rc Drop the leading 0 from the version number 4 years ago
bitcoin-cli.cpp Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded 4 years ago
bitcoin-tx-res.rc Drop the leading 0 from the version number 4 years ago
bitcoin-tx.cpp rpc: deprecate `addresses` and `reqSigs` from rpc outputs 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 refactor: replace util::Ref by std::any (C++17) 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 [doc] correct comment in chainparams 4 years ago
chainparams.h [doc] correct comment in chainparams 4 years ago
chainparamsbase.cpp scripted-diff: remove MakeUnique<T>() 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 Merge #18030: doc: Coin::IsSpent() can also mean never existed 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 rpc: deprecate `addresses` and `reqSigs` from rpc outputs 4 years ago
core_memusage.h
core_read.cpp doc: fix various typos 4 years ago
core_write.cpp rpc: deprecate `addresses` and `reqSigs` from rpc outputs 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 refactor: replace util::Ref by std::any (C++17) 4 years ago
httprpc.h refactor: replace util::Ref by std::any (C++17) 4 years ago
httpserver.cpp Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded 4 years ago
httpserver.h
i2p.cpp i2p: use pointers to Sock to accommodate mocking 4 years ago
i2p.h i2p: use pointers to Sock to accommodate mocking 4 years ago
indirectmap.h
init.cpp Merge #21366: refactor: replace util::Ref with std::any (C++17) 4 years ago
init.h refactor: replace util::Ref by std::any (C++17) 4 years ago
key.cpp doc: Use https URLs where possible 4 years ago
key.h
key_io.cpp Use Bech32m encoding for v1+ segwit 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 miner: Add chainstate member to BlockAssembler 4 years ago
miner.h miner: Add chainstate member to BlockAssembler 4 years ago
net.cpp [net] Changes to RunInactivityChecks 4 years ago
net.h [net] Changes to RunInactivityChecks 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 #21198: net: Address outstanding review comments from PR20721 4 years ago
net_processing.h [net_processing] Keep addrman reference in PeerManager 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 Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests 4 years ago
netbase.h Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests 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
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 refactor: post Optional<> removal cleanups 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 rand: only try and use freeifaddrs if available 4 years ago
randomenv.h
rest.cpp refactor: replace util::Ref by std::any (C++17) 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 shutdown: Use RAII TokenPipe in shutdown 4 years ago
shutdown.h scripted-diff: Bump copyright headers 4 years ago
signet.cpp scripted-diff: remove Optional & nullopt 4 years ago
signet.h scripted-diff: remove Optional & nullopt 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 scripted-diff: remove MakeUnique<T>() 4 years ago
txdb.h
txmempool.cpp refactor: return std::nullopt instead of {} 4 years ago
txmempool.h fuzz: Add tx_pool fuzz targets 4 years ago
txorphanage.cpp scripted-diff: Update txorphanage naming convention 4 years ago
txorphanage.h txorphanage: comment improvements 4 years ago
txrequest.cpp scripted-diff: remove MakeUnique<T>() 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 #21567: docs: fix various misleading comments 4 years ago
validation.h validation: Make BlockManager::LookupBlockIndex const 4 years ago
validationinterface.cpp
validationinterface.h
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