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
Wladimir J. van der Laan 4c1d263d93
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
5 years ago
..
bench scripted-diff: test: Move setup_common to test library 5 years ago
compat compat: remove bswap_* check on macOS 5 years ago
config
consensus [validation] Remove fMissingInputs from AcceptToMemoryPool() 5 years ago
crypto Fix occurences of c_str() used with size() to data() 5 years ago
index Remove unused includes 5 years ago
interfaces Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState 5 years ago
leveldb Pull leveldb subtree 6 years ago
logging logs: add BCLog::Timer and related macros 5 years ago
node Merge #17382: rpc: Remove unused boost::this_thread::interruption_point 5 years ago
policy refactor: Remove redundant c_str() calls in formatting 5 years ago
primitives Remove unused includes 5 years ago
qt Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface 5 years ago
rpc Merge #17382: rpc: Remove unused boost::this_thread::interruption_point 5 years ago
script doc: Fix some misspellings 5 years ago
secp256k1 Update the secp256k1 subtree to the latest upstream version 6 years ago
support Improve documentation of memory_cleanse() 5 years ago
test Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface 5 years ago
univalue Update univalue subtree 5 years ago
util Merge #17285: doc: Bip70 removal follow-up 5 years ago
wallet scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB` 5 years ago
zmq Pass block height in Chain::BlockConnected/Chain::BlockDisconnected 5 years ago
.clang-format util: Add AllowShortCaseLabelsOnASingleLine option 5 years ago
Makefile.am Merge #16805: logs: add timing information to FlushStateToDisk() 5 years ago
Makefile.bench.include scripted-diff: test: Move setup_common to test library 5 years ago
Makefile.leveldb.include build: Remove WINVER pre define in Makefile.leveldb.inlcude 6 years ago
Makefile.qt.include Remove BIP70 Support 5 years ago
Makefile.qt_locale.include qt: Periodic translations update 5 years ago
Makefile.qttest.include scripted-diff: test: Move setup_common to test library 5 years ago
Makefile.test.include scripted-diff: test: Move setup_common to test library 5 years ago
addrdb.cpp addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determinism in unit tests. 5 years ago
addrdb.h refactor: Remove addrdb.h dependency from node.h 5 years ago
addrman.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
addrman.h [addrman] Ensure collisions eventually get resolved 6 years ago
amount.h Update copyright headers to 2018 6 years ago
arith_uint256.cpp Remove unused includes 5 years ago
arith_uint256.h Remove unused includes 5 years ago
attributes.h Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 years ago
banman.cpp scripted-diff: Make translation bilingual 5 years ago
banman.h Merge #17297: refactor: Remove addrdb.h dependency from node.h 5 years ago
base58.cpp scripted-diff: Move util files to separate directory. 6 years ago
base58.h Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes. 6 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
bitcoin-cli.cpp cli: fix -getinfo output when compiled with no wallet 5 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp refactor: Remove redundant c_str() calls in formatting 5 years ago
bitcoin-wallet-res.rc [tools] Add wallet inspection and modification tool 6 years ago
bitcoin-wallet.cpp refactor: Remove redundant c_str() calls in formatting 5 years ago
bitcoind-res.rc
bitcoind.cpp Merge #16839: Replace Connman and BanMan globals with NodeContext local 5 years ago
blockencodings.cpp [validation] Add CValidationState subclasses 5 years ago
blockencodings.h Remove unused includes 5 years ago
blockfilter.cpp init: Add CLI option to enable block filter index. 6 years ago
blockfilter.h init: Add CLI option to enable block filter index. 6 years ago
bloom.cpp refactor: Improve CRollingBloomFilter::reset by using std::fill 6 years ago
bloom.h p2p: Avoid allocating memory for addrKnown where we don't need it 5 years ago
chain.cpp refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight 6 years ago
chain.h chain: Set all CBlockIndex members to null, remove SetNull helper 5 years ago
chainparams.cpp Chainparams: Use name constants in chainparams initialization 5 years ago
chainparams.h doc: Remove explicit network name references 5 years ago
chainparamsbase.cpp Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest 5 years ago
chainparamsbase.h doc: Remove explicit network name references 5 years ago
chainparamsseeds.h contrib: Remove invalid nodes from seeds list 5 years ago
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp move-onlyish: move CCoinsViewErrorCatcher out of init.cpp 5 years ago
coins.h make SaltedOutpointHasher noexcept 5 years ago
compat.h windows: Set _WIN32_WINNT to 0x0601 (Windows 7) 6 years ago
compressor.cpp Remove unused includes 5 years ago
compressor.h
core_io.h Move PSBT decoding functions from core_io to psbt.cpp 6 years ago
core_memusage.h
core_read.cpp Include core_io.h from core_read.cpp 6 years ago
core_write.cpp Don't show addresses or P2PK in decoderawtransaction 5 years ago
cuckoocache.h doc: Doxygen-friendly CuckooCache comments 5 years ago
dbwrapper.cpp Replace deprecated Boost Filesystem function 6 years ago
dbwrapper.h Remove unused includes 5 years ago
dummywallet.cpp scripted-diff: Rename InitInterfaces to NodeContext 5 years ago
flatfile.cpp Style cleanup. 6 years ago
flatfile.h Style cleanup. 6 years ago
fs.cpp Fix occurences of c_str() used with size() to data() 5 years ago
fs.h Replace deprecated Boost Filesystem function 6 years ago
hash.cpp Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
hash.h Squashed 'src/secp256k1/' changes from 0b70241850..b19c000063 6 years ago
httprpc.cpp Fix occurences of c_str() used with size() to data() 5 years ago
httprpc.h Remove unused includes 5 years ago
httpserver.cpp http: add missing header bootlegged by boost < 1.72 5 years ago
httpserver.h Remove unused includes 5 years ago
indirectmap.h
init.cpp Merge #17342: refactor: Clean up nScriptCheckThreads 5 years ago
init.h Pass NodeContext, ConnMan, BanMan references more places 5 years ago
key.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
key.h refactor: Remove unused CExt{Pub,}Key (de)serialization methods 5 years ago
key_io.cpp Remove unused includes 5 years ago
key_io.h
limitedmap.h
logging.cpp scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB` 5 years ago
logging.h scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB` 5 years ago
memusage.h
merkleblock.cpp Make reasoning about dependencies easier by not including unused dependencies 6 years ago
merkleblock.h
miner.cpp [validation] Add CValidationState subclasses 5 years ago
miner.h [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 6 years ago
net.cpp Merge #17164: p2p: Avoid allocating memory for addrKnown where we don't need it 5 years ago
net.h Merge #17243: p2p: add PoissonNextSend method that returns mockable time 5 years ago
net_permissions.cpp util: Move ResolveErrMsg to util/error 5 years ago
net_permissions.h Make whitebind/whitelist permissions more flexible 5 years ago
net_processing.cpp Merge #17243: p2p: add PoissonNextSend method that returns mockable time 5 years ago
net_processing.h [validation] Add CValidationState subclasses 5 years ago
net_types.h refactor: Remove addrdb.h dependency from node.h 5 years ago
netaddress.cpp Fix spelling errors identified by codespell 1.15.0 5 years ago
netaddress.h Remove unused includes 5 years ago
netbase.cpp doc: Fix some misspellings 5 years ago
netbase.h util: refactor upper/lowercase functions 5 years ago
netmessagemaker.h
noui.cpp test: Add ASSERT_DEBUG_LOG to unit test framework 5 years ago
noui.h test: Add ASSERT_DEBUG_LOG to unit test framework 5 years ago
optional.h Remove 'boost::optional'-related gcc warnings 6 years ago
outputtype.cpp Add some general std::vector utility functions 5 years ago
outputtype.h Move various SigningProviders to signingprovider.{cpp,h} 5 years ago
pow.cpp
pow.h
prevector.h Remove unused includes 5 years ago
protocol.cpp p2p: Remove BIP61 reject messages 5 years ago
protocol.h Remove unused includes 5 years ago
psbt.cpp Remove unused includes 5 years ago
psbt.h refactor: Remove redundant PSBT copy constructor 5 years ago
pubkey.cpp
pubkey.h refactor: Remove unused CExt{Pub,}Key (de)serialization methods 5 years ago
random.cpp random: remove call to RAND_screen() (Windows only) 5 years ago
random.h Add assertion to randrange that input is not 0 5 years ago
rest.cpp Remove unused includes 5 years ago
reverse_iterator.h
reverselock.h
scheduler.cpp Switch all RNG code to the built-in PRNG. 6 years ago
scheduler.h trivial: correct parameter name in comments 6 years ago
serialize.h Remove unused includes 5 years ago
shutdown.cpp
shutdown.h
span.h
streams.h Remove unused includes 5 years ago
sync.cpp refactor: Remove redundant c_str() calls in formatting 5 years ago
sync.h refactor: consolidate PASTE macros 5 years ago
threadinterrupt.cpp Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection 6 years ago
threadinterrupt.h Remove unused includes 5 years ago
threadsafety.h Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code) 6 years ago
timedata.cpp scripted-diff: Make translation bilingual 5 years ago
timedata.h
tinyformat.h tinyformat: Add doc to Bitcoin Core specific strprintf 5 years ago
torcontrol.cpp fix: tor: Call event_base_loopbreak from the event's callback 5 years ago
torcontrol.h Remove unused includes 5 years ago
txdb.cpp Add some general std::vector utility functions 5 years ago
txdb.h Remove unused includes 5 years ago
txmempool.cpp Merge #17316: refactor: Replace all uses of boost::optional with our own Optional type 5 years ago
txmempool.h refactor: Replace all uses of boost::optional with our own Optional type 5 years ago
ui_interface.cpp Merge #16092: Don't use global (external) symbols for symbols that are used in only one translation unit 5 years ago
ui_interface.h Remove unused includes 5 years ago
uint256.cpp Remove unused includes 5 years ago
uint256.h Remove unused includes 5 years ago
undo.h Extract CSipHasher to it's own file in crypto/ directory. 6 years ago
validation.cpp Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface 5 years ago
validation.h Merge #17342: refactor: Clean up nScriptCheckThreads 5 years ago
validationinterface.cpp Pass block height in Chain::BlockConnected/Chain::BlockDisconnected 5 years ago
validationinterface.h Pass block height in Chain::BlockConnected/Chain::BlockDisconnected 5 years ago
version.h
versionbits.cpp doc: Improve versionbits.h documentation 5 years ago
versionbits.h doc: Improve versionbits.h documentation 5 years ago
versionbitsinfo.cpp [Consensus] Bury segwit deployment 5 years ago
versionbitsinfo.h MOVEONLY: Move versionbits info out of versionbits.o 6 years ago
walletinitinterface.h scripted-diff: Rename InitInterfaces to NodeContext 5 years ago
warnings.cpp scripted-diff: Make translation bilingual 5 years ago
warnings.h Remove unused includes 5 years ago