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
fanquake 4cde97374d
Merge #19718: build: Add missed gcov files to 'make clean'
4 years ago
..
bench [addrman] Specify max addresses and pct when calling GetAddresses() 4 years ago
compat net: Use C++11 member initialization in protocol 5 years ago
config build: move bitcoin-config.h to its own directory 11 years ago
consensus Add txids with non-standard inputs to reject filter 4 years ago
crc32c Import crc32c using subtree merge as as 'src/crc32c' 5 years ago
crypto build: improve builtin_clz* detection 4 years ago
index scripted-diff: Move ui_interface to the node lib 4 years ago
interfaces Add loadwallet and createwallet RPC load_on_startup options 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 Add support for tx-relay via wtxid 4 years ago
policy Add txids with non-standard inputs to reject filter 4 years ago
primitives refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic 4 years ago
qt Reduce cs_main lock accumulation during GUI startup 4 years ago
rpc Merge #15937: Add loadwallet and createwallet load_on_startup options 4 years ago
script Merge #16841: Replace GetScriptForWitness with GetScriptForDestination 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 #16841: Replace GetScriptForWitness with GetScriptForDestination 4 years ago
univalue Update univalue subtree 5 years ago
util Merge #19660: refactor: Make HexStr take a span 4 years ago
wallet Merge #15937: Add loadwallet and createwallet load_on_startup options 4 years ago
zmq scripted-diff: Bump copyright headers 5 years ago
.clang-format tools: clang-format 6 compatibility 4 years ago
Makefile.am build: Add missed gcov files to 'make clean' 4 years ago
Makefile.bench.include Replace current benchmarking framework with nanobench 4 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 scripted-diff: rename movie folder to animation 4 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 build: Add missed gcov files to 'make clean' 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 refactor: Use uint16_t instead of unsigned short 4 years ago
addrdb.h Clean up separated ban/discourage interface 4 years ago
addrman.cpp [addrman] Specify max addresses and pct when calling GetAddresses() 4 years ago
addrman.h [addrman] Specify max addresses and pct when calling GetAddresses() 4 years ago
amount.h Update copyright headers to 2018 6 years ago
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 Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 years ago
banman.cpp banlist: log post-swept banlist size at startup 4 years ago
banman.h Clean up separated ban/discourage interface 4 years ago
base58.cpp Make Hash[160] consume range-like objects 4 years ago
base58.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
bech32.cpp Add some general std::vector utility functions 5 years ago
bech32.h Assert that the HRP is lowercase in Bech32::Encode 5 years ago
bitcoin-cli-res.rc Unify package name to as few places as possible without major changes 9 years ago
bitcoin-cli.cpp scripted-diff: Replace gArgs with local argsman 4 years ago
bitcoin-tx-res.rc Update Windows resource files (and add one for bitcoin-tx) 10 years ago
bitcoin-tx.cpp Replace usage of GetScriptForWitness with GetScriptForDestination 4 years ago
bitcoin-wallet-res.rc [tools] Add wallet inspection and modification tool 6 years ago
bitcoin-wallet.cpp scripted-diff: Replace gArgs with local argsman 4 years ago
bitcoind-res.rc Update Windows resource files (and add one for bitcoin-tx) 10 years ago
bitcoind.cpp Add <datadir>/settings.json persistent settings storage. 4 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 Make CHash256/CHash160 output to Span 4 years ago
blockfilter.h [indexes] Fix default [de]serialization of BlockFilter. 5 years ago
bloom.cpp scripted-diff: TxoutType C++11 scoped enum class 4 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 Merge #19316: [net] Cleanup logic around connection types 4 years ago
chainparams.h scripted-diff: Bump copyright headers 5 years ago
chainparamsbase.cpp scripted-diff: Replace gArgs with local argsman 4 years ago
chainparamsbase.h refactor: add unused ArgsManager to replace gArgs 4 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 Update copyright headers to 2018 6 years ago
coins.cpp Add CChainState::ResizeCoinsCaches 4 years ago
coins.h Add CChainState::ResizeCoinsCaches 4 years ago
compat.h windows: Set _WIN32_WINNT to 0x0601 (Windows 7) 6 years ago
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 Update copyright headers to 2018 6 years ago
core_read.cpp refactor: Replace const char* to std::string 5 years ago
core_write.cpp refactor: Make HexStr take a span 4 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 Drop unused CDBWrapper methods 4 years ago
dummywallet.cpp scripted-diff: Replace gArgs with local argsman 4 years ago
flatfile.cpp Style cleanup. 6 years ago
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 Make MurmurHash3 consume Spans 4 years ago
hash.h Make Hash[160] consume range-like objects 4 years ago
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 scripted-diff: Move ui_interface to the node lib 4 years ago
httpserver.h scripted-diff: Bump copyright headers 5 years ago
indirectmap.h scripted-diff: Bump copyright headers 5 years ago
init.cpp Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS 4 years ago
init.h Optionally populate BlockAndHeaderTipInfo during AppInitMain 4 years ago
key.cpp Make CHash256/CHash160 output to Span 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 Update copyright headers to 2018 6 years ago
limitedmap.h Update copyright headers to 2018 6 years ago
logging.cpp log: remove deprecated `db` log category 4 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 Make Hash[160] consume range-like objects 4 years ago
merkleblock.h Convert merkleblock to new serialization 5 years ago
miner.cpp refactor: Remove unused BlockAssembler::pblock member var 4 years ago
miner.h refactor: Remove unused BlockAssembler::pblock member var 4 years ago
net.cpp Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman 4 years ago
net.h Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman 4 years ago
net_permissions.cpp Add addr permission flag enabling non-cached addr sharing 4 years ago
net_permissions.h Add addr permission flag enabling non-cached addr sharing 4 years ago
net_processing.cpp Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS 4 years ago
net_processing.h Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisconnect() 4 years ago
net_types.h refactor: Remove addrdb.h dependency from node.h 5 years ago
netaddress.cpp Make Hash[160] consume range-like objects 4 years ago
netaddress.h net: save the network type explicitly in CNetAddr 4 years ago
netbase.cpp refactor: Use uint16_t instead of unsigned short 4 years ago
netbase.h net: Avoid using C-style NUL-terminated strings as arguments in the netbase interface 5 years ago
netmessagemaker.h refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg 5 years ago
noui.cpp scripted-diff: Move ui_interface to the node lib 4 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 Enable Wswitch for OutputType 4 years ago
outputtype.h Remove confusing OutputType::CHANGE_AUTO 4 years ago
pow.cpp Update copyright headers to 2018 6 years ago
pow.h Update copyright headers to 2018 6 years ago
prevector.h prevector: Avoid unnamed struct, which is a GNU extension 5 years ago
protocol.cpp Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS 4 years ago
protocol.h Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS 4 years ago
psbt.cpp psbt: always put a non_witness_utxo and don't remove it 4 years ago
psbt.h psbt: always put a non_witness_utxo and don't remove it 4 years ago
pubkey.cpp scripted-diff: Bump copyright of files changed in 2019 5 years ago
pubkey.h Make Hash[160] consume range-like objects 4 years ago
random.cpp Merge #17563: lib: fix a compiler warning: unused GetDevURandom() 4 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 rpc: Avoid useless mempool query in gettxoutproof 4 years ago
reverse_iterator.h scripted-diff: Remove trailing whitespaces 6 years ago
scheduler.cpp clang-format scheduler 4 years ago
scheduler.h clang-format scheduler 4 years ago
serialize.h refactor: Use uint16_t instead of unsigned short 4 years ago
shutdown.cpp Break circular dependency: init -> * -> init by extracting shutdown.h 6 years ago
shutdown.h Break circular dependency: init -> * -> init by extracting shutdown.h 6 years ago
span.h Add MakeUCharSpan, to help constructing Span<[const] unsigned char> 4 years ago
streams.h refactor: Drop unused CBufferedFile::Seek() 4 years ago
sync.cpp test: Add LockStackEmpty() 4 years ago
sync.h test: Add LockStackEmpty() 4 years ago
threadinterrupt.cpp Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection 6 years ago
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 scripted-diff: Move ui_interface to the node lib 4 years ago
timedata.h Update copyright headers to 2018 6 years ago
tinyformat.h util: Update tinyformat to upstream 5 years ago
torcontrol.cpp Replace `hidden service` with `onion service` 4 years ago
torcontrol.h scripted-diff: Bump copyright of files changed in 2019 5 years ago
txdb.cpp Merge #18637: coins: allow cache resize after init 4 years ago
txdb.h txdb: add CCoinsViewDB::ChangeCacheSize 4 years ago
txmempool.cpp refactor: make txmempool interface use GenTxid 4 years ago
txmempool.h refactor: make txmempool interface use GenTxid 4 years ago
uint256.cpp refactor: Make HexStr take a span 4 years ago
uint256.h Make uint256 Span-convertible by adding ::data() 4 years ago
undo.h scripted-diff: Bump copyright headers 5 years ago
validation.cpp Merge #19660: refactor: Make HexStr take a span 4 years ago
validation.h Pass mempool pointer to GetCoinsCacheSizeState 4 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 Add p2p message "wtxidrelay" 4 years ago
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 MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
walletinitinterface.h refactor: add unused ArgsManager to replace gArgs 4 years ago
warnings.cpp Make SetMiscWarning() accept bilingual_str argument 4 years ago
warnings.h Make SetMiscWarning() accept bilingual_str argument 4 years ago