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.
bitcoin/src
Jon Atack a8507c99da
rpc: remove deprecated getaddressinfo `labels: purpose`
5 years ago
..
bench Merge #13204: Faster sigcache nonce 5 years ago
compat net: Use C++11 member initialization in protocol 5 years ago
config
consensus scripted-diff: Bump copyright headers 5 years ago
crc32c
crypto Avoid non-trivial global constants in SHA-NI code 5 years ago
index txindex: Remove unused boost/thread 5 years ago
interfaces Merge #19096: Remove g_rpc_chain global 5 years ago
leveldb
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 Merge #19132: qt: lock cs_main, m_cached_tip_mutex in that order 5 years ago
rpc Merge #19096: Remove g_rpc_chain global 5 years ago
script refactor: Specify boost/thread/thread.hpp explicitly 5 years ago
secp256k1
support Limit scope of all global std::once_flag 5 years ago
test Merge #18758: Remove unused boost/thread 5 years ago
univalue
util refactor: Fix unreachable code in init arg checks 5 years ago
wallet rpc: remove deprecated getaddressinfo `labels: purpose` 5 years ago
zmq scripted-diff: Bump copyright headers 5 years ago
.clang-format
Makefile.am Remove g_rpc_chain global 5 years ago
Makefile.bench.include Add Hash Padding Microbenchmarks 5 years ago
Makefile.crc32c.include
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
Makefile.test.include tests: Add fuzzing harness for functions in script/sign.h 5 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
addrdb.h
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
arith_uint256.h
attributes.h
banman.cpp
banman.h refactor: move DUMP_BANS_INTERVAL to banman.h 5 years ago
base58.cpp
base58.h
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
chain.h scripted-diff: Bump copyright headers 5 years ago
chainparams.cpp scripted-diff: Bump copyright headers 5 years ago
chainparams.h scripted-diff: Bump copyright headers 5 years ago
chainparamsbase.cpp
chainparamsbase.h
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
compressor.h scripted-diff: Bump copyright headers 5 years ago
core_io.h
core_memusage.h
core_read.cpp refactor: Replace const char* to std::string 5 years ago
core_write.cpp
cuckoocache.h tests: Add fuzzing harness for classes/functions in cuckoocache.h 5 years ago
dbwrapper.cpp
dbwrapper.h
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 Fix WSL file locking by using flock instead of fcntl 5 years ago
fs.h
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 Merge #18968: doc: noban precludes maxuploadtarget disconnects 5 years ago
init.h refactor: Pass NodeContext to RPC and REST methods through util::Ref 5 years ago
key.cpp
key.h
key_io.cpp
key_io.h
limitedmap.h
logging.cpp refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex 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
net_permissions.h scripted-diff: Bump copyright headers 5 years ago
net_processing.cpp doc: noban precludes maxuploadtarget disconnects 5 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
netbase.h
netmessagemaker.h
noui.cpp Make ThreadSafe{MessageBox|Question} bilingual 5 years ago
noui.h Make ThreadSafe{MessageBox|Question} bilingual 5 years ago
optional.h
outputtype.cpp scripted-diff: Bump copyright headers 5 years ago
outputtype.h
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
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
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 Merge #18591: Add C++17 build to Travis 5 years ago
streams.h
sync.cpp Use template function instead of void* parameter 5 years ago
sync.h Use template function instead of void* parameter 5 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex 5 years ago
timedata.cpp Make ThreadSafe{MessageBox|Question} bilingual 5 years ago
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp txdb: Remove unused boost/thread 5 years ago
txdb.h
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: Pass SynchronizationState enum to GUI 5 years ago
uint256.cpp
uint256.h
undo.h scripted-diff: Bump copyright headers 5 years ago
validation.cpp Merge #17994: validation: flush undo files after last block write 5 years ago
validation.h validation: Mark g_chainman DEPRECATED 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
versionbits.h
versionbitsinfo.cpp
versionbitsinfo.h
walletinitinterface.h
warnings.cpp
warnings.h