..
bench
Avoid static analyzer warnings regarding uninitialized arguments
8 years ago
compat
…
config
…
consensus
Fix typos
8 years ago
crypto
…
leveldb
Fixed multiple typos
8 years ago
obj
…
obj-test
…
policy
Fix typos
8 years ago
primitives
Merge #10760 : Avoid dereference-of-casted-pointer
8 years ago
qt
Merge #10769 : [Qt] replace fee slider with a Dropdown, extend conf. targets
8 years ago
rpc
Merge #10760 : Avoid dereference-of-casted-pointer
8 years ago
script
Avoid dereference-of-casted-pointer
8 years ago
secp256k1
Fixed multiple typos
8 years ago
support
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
8 years ago
test
Merge #10739 : test: Move variable `state` down where it is used
8 years ago
univalue
…
wallet
Merge #10235 : Track keypool entries as internal vs external in memory
8 years ago
zmq
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
8 years ago
.clang-format
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
Makefile.am
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
Makefile.bench.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.leveldb.include
build: verify that the assembler can handle crc32 functions
8 years ago
Makefile.qt.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.qttest.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.test.include
Merge #10544 : Update to LevelDB 1.20
8 years ago
addrdb.cpp
…
addrdb.h
…
addrman.cpp
…
addrman.h
…
amount.h
…
arith_uint256.cpp
…
arith_uint256.h
…
base58.cpp
Fix subscript[0] in base58.cpp
8 years ago
base58.h
Fix subscript[0] in base58.cpp
8 years ago
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
Remove duplicate include
8 years ago
bitcoin-tx-res.rc
…
bitcoin-tx.cpp
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
bitcoind-res.rc
…
bitcoind.cpp
Remove unused Boost includes
8 years ago
blockencodings.cpp
Fix typos
8 years ago
blockencodings.h
…
bloom.cpp
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
bloom.h
…
chain.cpp
[MOVEONLY] Move LastCommonAncestor to chain
8 years ago
chain.h
[MOVEONLY] Move LastCommonAncestor to chain
8 years ago
chainparams.cpp
chainparams: make supported service bits option explicit
8 years ago
chainparams.h
chainparams: make supported service bits option explicit
8 years ago
chainparamsbase.cpp
…
chainparamsbase.h
…
chainparamsseeds.h
…
checkpoints.cpp
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
checkpoints.h
…
checkqueue.h
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
clientversion.cpp
…
clientversion.h
…
coins.cpp
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
coins.h
Merge #10558 : Address nits from per-utxo change
8 years ago
compat.h
…
compressor.cpp
Fix subscript[0] in compressor.cpp
8 years ago
compressor.h
…
core_io.h
…
core_memusage.h
Avoid dereference-of-casted-pointer
8 years ago
core_read.cpp
Fix signed/unsigned comparison warning introduced in c8e29d7ff0
.
8 years ago
core_write.cpp
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
cuckoocache.h
Merge #10577 : Add an explanation of quickly hashing onto a non-power of two range.
8 years ago
dbwrapper.cpp
Merge #9544 : [trivial] Add end of namespace comments. Improve consistency.
8 years ago
dbwrapper.h
…
fs.cpp
Remove unused Boost includes
8 years ago
fs.h
…
hash.cpp
Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear).
8 years ago
hash.h
…
httprpc.cpp
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
httprpc.h
Remove unnecessary forward class declarations in header files
8 years ago
httpserver.cpp
[refactor] move SplitHostPort() into utilstrencodings
8 years ago
httpserver.h
Fixed multiple typos
8 years ago
indirectmap.h
…
init.cpp
Merge #10714 : Avoid printing incorrect block indexing time due to uninitialized variable
8 years ago
init.h
…
key.cpp
Fix subscript[0] potential bugs in key.cpp
8 years ago
key.h
…
keystore.cpp
Remove unused Boost includes
8 years ago
keystore.h
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
8 years ago
limitedmap.h
…
memusage.h
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
merkleblock.cpp
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
merkleblock.h
…
miner.cpp
…
miner.h
Remove unnecessary forward class declarations in header files
8 years ago
net.cpp
Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector
8 years ago
net.h
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
net_processing.cpp
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
net_processing.h
…
netaddress.cpp
Fix subscript[0] in netaddress.cpp
8 years ago
netaddress.h
net: add an internal subnet for representing unresolved hostnames
8 years ago
netbase.cpp
Merge #10812 : [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets
8 years ago
netbase.h
[refactor] move SplitHostPort() into utilstrencodings
8 years ago
netmessagemaker.h
…
noui.cpp
…
noui.h
…
pow.cpp
…
pow.h
…
prevector.h
Explicitly initialize prevector::_union to avoid new warning
8 years ago
protocol.cpp
Merge #9544 : [trivial] Add end of namespace comments. Improve consistency.
8 years ago
protocol.h
…
pubkey.cpp
Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check
8 years ago
pubkey.h
…
random.cpp
Clarify entropy source
8 years ago
random.h
Merge #10377 : Use rdrand as entropy source on supported platforms
8 years ago
rest.cpp
Fixed multiple typos
8 years ago
reverse_iterator.h
Introduce src/reverse_iterator.hpp and include it...
8 years ago
reverselock.h
…
scheduler.cpp
Expose if CScheduler is being serviced, assert its not in EmptyQueue
8 years ago
scheduler.h
Expose if CScheduler is being serviced, assert its not in EmptyQueue
8 years ago
serialize.h
Fix subscript[0] in validation.cpp
8 years ago
streams.h
Fix subscript[0] in streams.h
8 years ago
sync.cpp
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
sync.h
Remove unused Boost includes
8 years ago
threadinterrupt.cpp
…
threadinterrupt.h
…
threadsafety.h
…
timedata.cpp
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
timedata.h
…
tinyformat.h
…
torcontrol.cpp
Fix subscript[0] in torcontrol
8 years ago
torcontrol.h
…
txdb.cpp
Avoid dereference-of-casted-pointer
8 years ago
txdb.h
Merge #10148 : Use non-atomic flushing with block replay
8 years ago
txmempool.cpp
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
txmempool.h
Merge #10685 : Clarify CCoinsViewMemPool documentation.
8 years ago
ui_interface.cpp
…
ui_interface.h
[Qt] allow to execute a callback during splashscreen progress
8 years ago
uint256.cpp
…
uint256.h
…
undo.h
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
util.cpp
Merge #10118 : Util: Remove redundant calls to argsGlobal.IsArgSet()
8 years ago
util.h
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running
8 years ago
utilmoneystr.cpp
…
utilmoneystr.h
…
utilstrencodings.cpp
Merge #10812 : [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets
8 years ago
utilstrencodings.h
[refactor] move SplitHostPort() into utilstrencodings
8 years ago
utiltime.cpp
…
utiltime.h
…
validation.cpp
Merge #10618 : Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
validation.h
Merge #10192 : Cache full script execution results in addition to signatures
8 years ago
validationinterface.cpp
Flush CValidationInterface callbacks prior to destruction
8 years ago
validationinterface.h
Flush CValidationInterface callbacks prior to destruction
8 years ago
version.h
Remove unused constant MEMPOOL_GD_VERSION
8 years ago
versionbits.cpp
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
8 years ago
versionbits.h
…
warnings.cpp
…
warnings.h
…