..
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
…
crypto
build: improve builtin_clz* detection
4 years ago
index
scripted-diff: Move ui_interface to the node lib
4 years ago
interfaces
Clean up separated ban/discourage interface
4 years ago
leveldb
…
logging
Remove use of non-standard zero variadic macros
5 years ago
node
Merge #19328 : Add gettxoutsetinfo hash_type option
4 years ago
policy
Merge #19114 : scripted-diff: TxoutType C++11 scoped enum class
4 years ago
primitives
Merge #18317 : Serialization improvements step 6 (all except wallet/gui)
5 years ago
qt
Merge #19314 : refactor: Use uint16_t instead of unsigned short
4 years ago
rpc
Merge #19219 : Replace automatic bans with discouragement filter
4 years ago
script
script: Fix boost/C++17 compile failure
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 #19191 : net: Extract download permission from noban
4 years ago
univalue
…
util
Merge #19277 : util: Add Assert identity function
4 years ago
wallet
refactor: clean up PeriodicFlush()
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: Sort Makefile.am after renaming file
4 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] Remove unused RES_IMAGES
4 years ago
Makefile.qt_locale.include
qt: Translations update pre-branch
5 years ago
Makefile.qttest.include
…
Makefile.test.include
Merge #19204 : p2p: Reduce inv traffic during IBD
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
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
banlist: log post-swept banlist size at startup
4 years ago
banman.h
Clean up separated ban/discourage interface
4 years ago
base58.cpp
…
base58.h
…
bech32.cpp
…
bech32.h
…
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
cli: add multiwallet capability to GetNewAddress and -generate
4 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
scripted-diff: Move ui_interface to the node lib
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
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
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
…
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
…
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
Merge #19114 : scripted-diff: TxoutType C++11 scoped enum class
4 years ago
cuckoocache.h
tests: Add fuzzing harness for classes/functions in cuckoocache.h
5 years ago
dbwrapper.cpp
…
dbwrapper.h
Drop unused CDBWrapper methods
4 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
…
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
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
net: Extract download permission from noban
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
…
key_io.cpp
…
key_io.h
…
limitedmap.h
…
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
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
Merge #19191 : net: Extract download permission from noban
4 years ago
net.h
Merge #19314 : refactor: Use uint16_t instead of unsigned short
4 years ago
net_permissions.cpp
net: Extract download permission from noban
4 years ago
net_permissions.h
net: Extract download permission from noban
4 years ago
net_processing.cpp
net: Extract download permission from noban
4 years ago
net_processing.h
Clean up separated ban/discourage interface
4 years ago
net_types.h
…
netaddress.cpp
refactor: Use uint16_t instead of unsigned short
4 years ago
netaddress.h
Merge #19314 : refactor: Use uint16_t instead of unsigned short
4 years ago
netbase.cpp
refactor: Use uint16_t instead of unsigned short
4 years ago
netbase.h
…
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
…
outputtype.cpp
Enable Wswitch for OutputType
4 years ago
outputtype.h
Remove confusing OutputType::CHANGE_AUTO
4 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
4 years ago
protocol.h
Merge #19044 : net processing: Add support for getcfilters
5 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
…
pubkey.h
Check size after Unserializing CPubKey
4 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
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
4 years ago
reverse_iterator.h
…
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
…
shutdown.h
…
span.h
doc: Document Span pitfalls
4 years ago
streams.h
…
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
…
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
…
tinyformat.h
…
torcontrol.cpp
…
torcontrol.h
…
txdb.cpp
scripted-diff: Move ui_interface to the node lib
4 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
uint256.cpp
…
uint256.h
…
undo.h
scripted-diff: Bump copyright headers
5 years ago
validation.cpp
Merge #19317 : Add a left-justified width field to log2_work component for a uniform debug.log output
4 years ago
validation.h
refactor: Remove confusing BlockIndex global
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
…
versionbits.cpp
…
versionbits.h
…
versionbitsinfo.cpp
…
versionbitsinfo.h
…
walletinitinterface.h
…
warnings.cpp
Make SetMiscWarning() accept bilingual_str argument
4 years ago
warnings.h
Make SetMiscWarning() accept bilingual_str argument
4 years ago