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 fade4b3aca
util: Add missing fstatfs to syscall sandbox
3 years ago
..
bench doc: Fix incorrect C++ named args 3 years ago
common scripted-diff: Move bloom to src/common 3 years ago
compat compat: remove glibc_compat.cpp 3 years ago
config
consensus doc: Fix typos in endif header comments 3 years ago
crc32c Update crc32c subtree 3 years ago
crypto Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD 3 years ago
index Fix outdated comments referring to ::ChainActive() 3 years ago
init Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementations 3 years ago
interfaces Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTransaction method 3 years ago
ipc refactor: Block unsafe fs::path std::string conversion calls 3 years ago
leveldb
logging log, timer: add LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE macro 3 years ago
minisketch Merge commit 'b6487dc4ef47ec9ea894eceac25f37d0b806f8aa' as 'src/minisketch' 3 years ago
node Merge bitcoin/bitcoin#23491: scripted-diff: Move minisketchwrapper to src/node 3 years ago
policy doc: Fix typos in endif header comments 3 years ago
primitives Make GenTxid boolean constructor private 3 years ago
qt doc: Fix incorrect C++ named args 3 years ago
rpc doc: Fix incorrect C++ named args 3 years ago
script doc: Pick better named args for MutableTransactionSignatureCreator 3 years ago
secp256k1
support refactor: remove references to deprecated values under std::allocator 3 years ago
test doc: Fix incorrect C++ named args 3 years ago
univalue Update univalue subtree to latest upstream 3 years ago
util util: Add missing fstatfs to syscall sandbox 3 years ago
wallet doc: Fix typos in endif header comments 3 years ago
zmq doc: Fix typos in endif header comments 3 years ago
.clang-format Use c++17 in clang-format 3 years ago
.clang-tidy Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
Makefile.am Merge bitcoin/bitcoin#23491: scripted-diff: Move minisketchwrapper to src/node 3 years ago
Makefile.bench.include
Makefile.crc32c.include build: remove support for weak linking getauxval() 3 years ago
Makefile.leveldb.include build: remove build stubs for external leveldb 3 years ago
Makefile.minisketch.include build: add minisketch build file and include it 3 years ago
Makefile.qt.include build: Fix `make apk` if ccache enabled 3 years ago
Makefile.qt_locale.include
Makefile.qttest.include multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementations 3 years ago
Makefile.test.include fuzz: Add minisketch fuzz test 3 years ago
Makefile.test_fuzz.include
Makefile.test_util.include move-only: unittest: add test/util/chainstate.h 3 years ago
Makefile.univalue.include Integrate univalue into our buildsystem 3 years ago
addrdb.cpp refactor: Block unsafe fs::path std::string conversion calls 3 years ago
addrdb.h scripted-diff: Rename CAddrMan to AddrMan 3 years ago
addrman.cpp Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration in milliseconds 3 years ago
addrman.h [addrman] Remove AddrMan friends 3 years ago
addrman_impl.h Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration in milliseconds 3 years ago
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp Ignore banlist.dat 3 years ago
banman.h doc: Fix typos in endif header comments 3 years ago
base58.cpp
base58.h
bech32.cpp Add references for the generator/constant used in Bech32(m) 3 years ago
bech32.h
bitcoin-cli-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-cli.cpp cli: hoist networks class data members to a constant 3 years ago
bitcoin-tx-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-tx.cpp bitcoin-tx: Reject non-integral and out of range multisig numbers 3 years ago
bitcoin-util-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-util.cpp
bitcoin-wallet-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoin-wallet.cpp Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager flags 3 years ago
bitcoind-res.rc windres: use PACKAGE_VERSION rather than building more version numbers 3 years ago
bitcoind.cpp Add syscall sandboxing (seccomp-bpf) 3 years ago
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
chain.cpp
chain.h Merge bitcoin/bitcoin#13875: [doc] nChainTx needs to become a 64-bit earlier due to SegWit 3 years ago
chainparams.cpp Use absolute FQDN for DNS seed domains 3 years ago
chainparams.h
chainparamsbase.cpp scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags 3 years ago
chainparamsbase.h
chainparamsseeds.h contrib, p2p: update I2P hardcoded seeds 3 years ago
checkqueue.h Add syscall sandboxing (seccomp-bpf) 3 years ago
clientversion.cpp wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump 3 years ago
clientversion.h wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump 3 years ago
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h rpc: Add level 3 verbosity to getblock RPC call. 3 years ago
core_memusage.h
core_read.cpp bitcoin-tx: Avoid treating overflow as OP_0 3 years ago
core_write.cpp core_write: Rename calculate_fee to have_undo for clarity 3 years ago
cuckoocache.h
dbwrapper.cpp Improve fs::PathToString documentation 3 years ago
dbwrapper.h
deploymentinfo.cpp
deploymentinfo.h
deploymentstatus.cpp consensus/params: simplify ValidDeployment check to avoid gcc warning 3 years ago
deploymentstatus.h
dummywallet.cpp Remove -rescan startup parameter 3 years ago
external_signer.cpp external_signer: improve fingerprint matching logic (stop on first match) 3 years ago
external_signer.h
flatfile.cpp refactor: Block unsafe fs::path std::string conversion calls 3 years ago
flatfile.h
fs.cpp refactor: include a missing <limits> header in fs.cpp 3 years ago
fs.h Improve fs::PathToString documentation 3 years ago
hash.cpp refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization 3 years ago
hash.h
httprpc.cpp Replace use of boost::trim use with locale-independent TrimString 3 years ago
httprpc.h doc: Fix typos in endif header comments 3 years ago
httpserver.cpp Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux secure computing mode) 3 years ago
httpserver.h
i2p.cpp refactor: Block unsafe fs::path std::string conversion calls 3 years ago
i2p.h doc: Fix typos in endif header comments 3 years ago
indirectmap.h
init.cpp Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction 3 years ago
init.h
key.cpp Make signing follow BIP340 exactly w.r.t. aux randomness 3 years ago
key.h Make signing follow BIP340 exactly w.r.t. aux randomness 3 years ago
key_io.cpp
key_io.h
logging.cpp blockstorage: use debug log category 3 years ago
logging.h blockstorage: use debug log category 3 years ago
mapport.cpp Add syscall sandboxing (seccomp-bpf) 3 years ago
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h style: Sort 3 years ago
miner.cpp [MOVEONLY] consensus: move amount.h into consensus 3 years ago
miner.h
net.cpp doc: Fix incorrect C++ named args 3 years ago
net.h Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDeserializer::GetMessage() 3 years ago
net_permissions.cpp
net_permissions.h
net_processing.cpp doc: Fix incorrect C++ named args 3 years ago
net_processing.h scripted-diff: Rename CAddrMan to AddrMan 3 years ago
net_types.cpp MOVEONLY: Expose BanMapToJson / BanMapFromJson 3 years ago
net_types.h MOVEONLY: Expose BanMapToJson / BanMapFromJson 3 years ago
netaddress.cpp net: take the first 4 random bits from CJDNS addresses in GetGroup() 3 years ago
netaddress.h Merge bitcoin/bitcoin#22881: doc: provide context for CNetAddr::UnserializeV1Array() and span.h with lifetimebound 3 years ago
netbase.cpp net: don't skip CJDNS from GetNetworkNames() 3 years ago
netbase.h
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp make ParseOutputType return a std::optional<OutputType> 3 years ago
outputtype.h make ParseOutputType return a std::optional<OutputType> 3 years ago
pow.cpp
pow.h
prevector.h
protocol.cpp Make GenTxid boolean constructor private 3 years ago
protocol.h doc: Remove incorrect INIT_PROTO_VERSION from nTime comment 3 years ago
psbt.cpp doc: Pick better named args for MutableTransactionSignatureCreator 3 years ago
psbt.h
pubkey.cpp refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization 3 years ago
pubkey.h fix `XOnlyPubKey::IsFullyValid` comment reference 3 years ago
random.cpp
random.h
randomenv.cpp build: remove support for weak linking getauxval() 3 years ago
randomenv.h doc: Fix typos in endif header comments 3 years ago
rest.cpp Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call (#21245 modified) 3 years ago
reverse_iterator.h
scheduler.cpp Add syscall sandboxing (seccomp-bpf) 3 years ago
scheduler.h doc: Fix typos in endif header comments 3 years ago
serialize.h
shutdown.cpp
shutdown.h doc: Fix typos in endif header comments 3 years ago
signet.cpp Enable clang-tidy bugprone-argument-comment and fix violations 3 years ago
signet.h
span.h Merge bitcoin/bitcoin#22881: doc: provide context for CNetAddr::UnserializeV1Array() and span.h with lifetimebound 3 years ago
streams.h
sync.cpp log: Avoid broken DEBUG_LOCKORDER log 3 years ago
sync.h sync: inline lock contention logging macro to fix time duration 3 years ago
threadinterrupt.cpp
threadinterrupt.h doc: Fix typos in endif header comments 3 years ago
threadsafety.h
timedata.cpp scripted-diff: Rename overloaded int GetArg to GetIntArg 3 years ago
timedata.h
tinyformat.h
torcontrol.cpp refactor: Block unsafe fs::path std::string conversion calls 3 years ago
torcontrol.h doc: Fix typos in endif header comments 3 years ago
txdb.cpp scripted-diff: Rename overloaded int GetArg to GetIntArg 3 years ago
txdb.h Remove txindex migration code 3 years ago
txmempool.cpp Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool.h to .cpp file 3 years ago
txmempool.h Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool.h to .cpp file 3 years ago
txorphanage.cpp
txorphanage.h
txrequest.cpp Make GenTxid boolean constructor private 3 years ago
txrequest.h
uint256.cpp
uint256.h
undo.h
validation.cpp Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction` 3 years ago
validation.h Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction` 3 years ago
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp
warnings.h doc: Fix typos in endif header comments 3 years ago