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
Glenn Willen 5dd0c03ffa
FillPSBT: report number of inputs signed (or would sign)
4 years ago
..
bench scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase 4 years ago
compat net: Use C++11 member initialization in protocol 5 years ago
config
consensus refactor: replace pointers by references within tx_verify.{h,cpp} 5 years ago
crc32c Import crc32c using subtree merge as as 'src/crc32c' 5 years ago
crypto Avoid non-trivial global constants in SHA-NI code 5 years ago
index refactor: Use AbortError in FatalError 4 years ago
interfaces FillPSBT: report number of inputs signed (or would sign) 4 years ago
leveldb Update to leveldb upstream using subtree merge 5 years ago
logging Remove use of non-standard zero variadic macros 5 years ago
node Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible 5 years ago
policy Convert everything except wallet/qt to new serialization 5 years ago
primitives Merge #18317: Serialization improvements step 6 (all except wallet/gui) 5 years ago
qt FillPSBT: report number of inputs signed (or would sign) 4 years ago
rpc RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME 4 years ago
script Merge #18468: Span improvements 4 years ago
secp256k1 Update src/secp256k1 subtree 4 years ago
support Limit scope of all global std::once_flag 5 years ago
test Merge #18468: Span improvements 4 years ago
univalue Update univalue subtree 5 years ago
util Improve TransactionErrorString messages. 4 years ago
wallet FillPSBT: report number of inputs signed (or would sign) 4 years ago
zmq scripted-diff: Bump copyright headers 5 years ago
.clang-format
Makefile.am walletdb: Move BDB specific things into bdb.{cpp/h} 4 years ago
Makefile.bench.include Add Hash Padding Microbenchmarks 5 years ago
Makefile.crc32c.include build: CRC32C build system integration 5 years ago
Makefile.leveldb.include build: Enable -Wsuggest-override 5 years ago
Makefile.qt.include build: multiprocess autotools changes 5 years ago
Makefile.qt_locale.include qt: Translations update pre-branch 5 years ago
Makefile.qttest.include build: Create test utility library from src/test/util/ 5 years ago
Makefile.test.include tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h) 4 years ago
Makefile.test_fuzz.include build: create test_fuzz library from src/test/fuzz/fuzz.cpp 5 years ago
Makefile.test_util.include fuzz: Add process_messages harness 5 years ago
addrdb.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
addrdb.h Convert addrdb/addrman to new serialization 5 years ago
addrman.cpp Merge #18512: Improve asmap checks and add sanity check 5 years ago
addrman.h logging: asmap logging and #include fixups 5 years ago
amount.h
arith_uint256.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
arith_uint256.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
attributes.h
banman.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
banman.h refactor: move DUMP_BANS_INTERVAL to banman.h 5 years ago
base58.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
base58.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Merge #19004: refactor: Replace const char* to std::string 5 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp scripted-diff: Bump copyright headers 5 years ago
bitcoin-wallet-res.rc
bitcoin-wallet.cpp wallettool: Add a salvage command 5 years ago
bitcoind-res.rc
bitcoind.cpp refactor: Pass NodeContext to RPC and REST methods through util::Ref 5 years ago
blockencodings.cpp Get rid of -Wthread-safety-precise warnings 5 years ago
blockencodings.h Get rid of -Wthread-safety-precise warnings 5 years ago
blockfilter.cpp tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode) 5 years ago
blockfilter.h [indexes] Fix default [de]serialization of BlockFilter. 5 years ago
bloom.cpp net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix 5 years ago
bloom.h Merge #18317: Serialization improvements step 6 (all except wallet/gui) 5 years ago
chain.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
chain.h scripted-diff: Bump copyright headers 5 years ago
chainparams.cpp [net] Add seed.bitcoin.wiz.biz to DNS seeds 4 years ago
chainparams.h scripted-diff: Bump copyright headers 5 years ago
chainparamsbase.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
chainparamsbase.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
chainparamsseeds.h net: Hardcoded seeds update for 0.20 5 years ago
checkqueue.h scripted-diff: Bump copyright headers 5 years ago
clientversion.cpp Drop unused GIT_COMMIT_DATE macro 5 years ago
clientversion.h
coins.cpp Remove CCoinsViewCache::GetValueIn(...) 5 years ago
coins.h Merge #18854: doc: Fix typo in Coin doxygen comment 5 years ago
compat.h
compressor.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
compressor.h scripted-diff: Bump copyright headers 5 years ago
core_io.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
core_memusage.h
core_read.cpp refactor: Replace const char* to std::string 5 years ago
core_write.cpp Expose txinwitness for coinbase in JSON form 5 years ago
cuckoocache.h tests: Add fuzzing harness for classes/functions in cuckoocache.h 5 years ago
dbwrapper.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
dbwrapper.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
dummywallet.cpp wallet: Avoid translating RPC errors when loading wallets 5 years ago
flatfile.cpp
flatfile.h Merge #18317: Serialization improvements step 6 (all except wallet/gui) 5 years ago
fs.cpp Add missing includes to fix compile errors 4 years ago
fs.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
hash.cpp
hash.h
httprpc.cpp Merge #18740: Remove g_rpc_node global 5 years ago
httprpc.h refactor: Pass NodeContext to RPC and REST methods through util::Ref 5 years ago
httpserver.cpp http: Avoid crash when g_thread_http was never started 5 years ago
httpserver.h scripted-diff: Bump copyright headers 5 years ago
indirectmap.h scripted-diff: Bump copyright headers 5 years ago
init.cpp init: use std::thread for ThreadImport() 4 years ago
init.h refactor: Pass NodeContext to RPC and REST methods through util::Ref 5 years ago
key.cpp scripted-diff: rename privkey with seckey in secp256k1 interface 4 years ago
key.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
key_io.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
key_io.h
limitedmap.h
logging.cpp log: remove deprecated `db` log category 5 years ago
logging.h refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex 5 years ago
memusage.h scripted-diff: Bump copyright headers 5 years ago
merkleblock.cpp Convert merkleblock to new serialization 5 years ago
merkleblock.h Convert merkleblock to new serialization 5 years ago
miner.cpp scripted-diff: Bump copyright headers 5 years ago
miner.h scripted-diff: Bump copyright headers 5 years ago
net.cpp doc: noban precludes maxuploadtarget disconnects 5 years ago
net.h Merge #16127: More thread safety annotation coverage 5 years ago
net_permissions.cpp refactor: Put`TryParsePermissionFlags` in anonymous namespace 5 years ago
net_permissions.h refactor: Error message bilingual_str consistency 5 years ago
net_processing.cpp [p2p/refactor] move disconnect logic and remove misbehaving 4 years ago
net_processing.h refactor: replace CNode pointers by references within net_processing.{h,cpp} 5 years ago
net_types.h
netaddress.cpp Merge #18512: Improve asmap checks and add sanity check 5 years ago
netaddress.h Merge #18317: Serialization improvements step 6 (all except wallet/gui) 5 years ago
netbase.cpp refactor: Replace RecursiveMutex with Mutex in netbase.cpp 5 years ago
netbase.h net: Avoid using C-style NUL-terminated strings as arguments in the netbase interface 5 years ago
netmessagemaker.h
noui.cpp Drop MSG_NOPREFIX flag 5 years ago
noui.h Make ThreadSafe{MessageBox|Question} bilingual 5 years ago
optional.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
outputtype.cpp scripted-diff: Bump copyright headers 5 years ago
outputtype.h List output types in an array in order to be iterated over 5 years ago
pow.cpp
pow.h
prevector.h prevector: Avoid unnamed struct, which is a GNU extension 5 years ago
protocol.cpp Merge #19112: rpc: Remove special case for unknown service flags 5 years ago
protocol.h Merge #19044: net processing: Add support for getcfilters 5 years ago
psbt.cpp scripted-diff: Bump copyright headers 5 years ago
psbt.h doc: Fix unrelated typos reported by codespell 5 years ago
pubkey.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
pubkey.h Implement TopUp in DescriptorScriptPubKeyMan 5 years ago
random.cpp Merge #18781: Add templated GetRandDuration<> 5 years ago
random.h Add templated GetRandomDuration<> 5 years ago
randomenv.cpp scripted-diff: Bump copyright headers 5 years ago
randomenv.h [MOVEONLY] Move perfmon data gathering to new randomenv module 5 years ago
rest.cpp Merge #18740: Remove g_rpc_node global 5 years ago
reverse_iterator.h
scheduler.cpp scripted-diff: Bump copyright headers 5 years ago
scheduler.h scheduler: Make schedule* methods type safe 5 years ago
serialize.h Remove old serialization primitives 5 years ago
shutdown.cpp
shutdown.h
span.h Add sanity check asserts to span when -DDEBUG 4 years ago
streams.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
sync.cpp Use template function instead of void* parameter 5 years ago
sync.h Add means to handle negative capabilities in thread safety annotations 4 years ago
threadinterrupt.cpp
threadinterrupt.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
threadsafety.h Add means to handle negative capabilities in thread safety annotations 4 years ago
timedata.cpp Make SetMiscWarning() accept bilingual_str argument 4 years ago
timedata.h
tinyformat.h util: Update tinyformat to upstream 5 years ago
torcontrol.cpp net: Avoid using C-style NUL-terminated strings as arguments in the netbase interface 5 years ago
torcontrol.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
txdb.cpp txdb: Remove unused boost/thread 5 years ago
txdb.h scripted-diff: Bump copyright of files changed in 2020 5 years ago
txmempool.cpp wallet: Minimal fix to restore conflicted transaction notifications 5 years ago
txmempool.h [trivial/doc] Fix comment type 5 years ago
ui_interface.cpp refactor: Pass SynchronizationState enum to GUI 5 years ago
ui_interface.h refactor: Use AbortError in FatalError 4 years ago
uint256.cpp refactor: define a UINT256_ONE global constant 5 years ago
uint256.h refactor: define a UINT256_ONE global constant 5 years ago
undo.h scripted-diff: Bump copyright headers 5 years ago
validation.cpp refactor: Use AbortError in FatalError 4 years ago
validation.h doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call 5 years ago
validationinterface.cpp trivial: Suggested cleanups to surrounding code 5 years ago
validationinterface.h trivial: Suggested cleanups to surrounding code 5 years ago
version.h
versionbits.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
versionbits.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
versionbitsinfo.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
versionbitsinfo.h
walletinitinterface.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
warnings.cpp Make SetMiscWarning() accept bilingual_str argument 4 years ago
warnings.h Make SetMiscWarning() accept bilingual_str argument 4 years ago