.. |
bench
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
|
7 years ago |
compat
|
[trivial] Add end of namespace comments
|
8 years ago |
config
|
…
|
|
consensus
|
Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
|
7 years ago |
crypto
|
Limit variable scope
|
8 years ago |
leveldb
|
Fixed multiple typos
|
8 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Fixed multiple typos
|
8 years ago |
primitives
|
Perform member initialization in initialization lists where possible
|
8 years ago |
qt
|
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running
|
7 years ago |
rpc
|
Clarify CCoinsViewMemPool documentation.
|
7 years ago |
script
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 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
|
7 years ago |
test
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 years ago |
univalue
|
…
|
|
wallet
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 years ago |
zmq
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 years ago |
.clang-format
|
Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)
|
8 years ago |
Makefile.am
|
Merge #10544: Update to LevelDB 1.20
|
8 years ago |
Makefile.bench.include
|
leveldb: enable runtime-detected crc32 instructions
|
8 years ago |
Makefile.leveldb.include
|
Add extra LevelDB source to Makefile
|
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
|
Deduplicate addrdb.cpp and use CHashWriter/Verifier
|
8 years ago |
addrdb.h
|
Deduplicate addrdb.cpp and use CHashWriter/Verifier
|
8 years ago |
addrman.cpp
|
Merge #9792: FastRandomContext improvements and switch to ChaCha20
|
8 years ago |
addrman.h
|
Merge #9792: FastRandomContext improvements and switch to ChaCha20
|
8 years ago |
amount.h
|
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
|
8 years ago |
arith_uint256.cpp
|
Fix instantiation and array accesses in class base_uint<BITS>
|
8 years ago |
arith_uint256.h
|
Fix instantiation and array accesses in class base_uint<BITS>
|
8 years ago |
base58.cpp
|
[trivial] Add end of namespace comments
|
8 years ago |
base58.h
|
…
|
|
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
Chainparams: Use a regular factory for creating chainparams
|
8 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
Merge #10536: Remove unreachable or otherwise redundant code
|
8 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Remove unused Boost includes
|
8 years ago |
blockencodings.cpp
|
Simplify "bool x = y ? true : false" to "bool x = y"
|
8 years ago |
blockencodings.h
|
…
|
|
bloom.cpp
|
scripted-diff: Fully remove BOOST_FOREACH
|
8 years ago |
bloom.h
|
…
|
|
chain.cpp
|
[MOVEONLY] Move LastCommonAncestor to chain
|
7 years ago |
chain.h
|
[MOVEONLY] Move LastCommonAncestor to chain
|
7 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
|
Chainparams: Use a regular factory for creating chainparams
|
8 years ago |
chainparamsbase.h
|
Chainparams: Use a regular factory for creating chainparams
|
8 years ago |
chainparamsseeds.h
|
…
|
|
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
checkqueue.h
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
|
8 years ago |
clientversion.cpp
|
…
|
|
clientversion.h
|
Fix build warning from #error text
|
8 years ago |
coins.cpp
|
Merge #10148: Use non-atomic flushing with block replay
|
7 years ago |
coins.h
|
Merge #10558: Address nits from per-utxo change
|
7 years ago |
compat.h
|
compat: use `unsigned int` instead of `u_int`
|
8 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
…
|
|
core_memusage.h
|
Add RecursiveDynamicUsage overload for std::shared_ptr
|
8 years ago |
core_read.cpp
|
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of
|
8 years ago |
core_write.cpp
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
|
8 years ago |
cuckoocache.h
|
Merge #10577: Add an explanation of quickly hashing onto a non-power of two range.
|
7 years ago |
dbwrapper.cpp
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
|
7 years ago |
dbwrapper.h
|
Report on-disk size in gettxoutsetinfo
|
8 years ago |
fs.cpp
|
Remove unused Boost includes
|
8 years ago |
fs.h
|
[Trivial] Add BITCOIN_FS_H endif footer in fs.h
|
8 years ago |
hash.cpp
|
Add specialization of SipHash for 256 + 32 bit data
|
8 years ago |
hash.h
|
Add specialization of SipHash for 256 + 32 bit data
|
8 years ago |
httprpc.cpp
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 years ago |
httprpc.h
|
Remove unnecessary forward class declarations in header files
|
8 years ago |
httpserver.cpp
|
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
|
7 years ago |
httpserver.h
|
Fixed multiple typos
|
8 years ago |
indirectmap.h
|
…
|
|
init.cpp
|
Merge #10148: Use non-atomic flushing with block replay
|
7 years ago |
init.h
|
…
|
|
key.cpp
|
Remove unused C++ code not covered by unit tests
|
8 years ago |
key.h
|
Remove unused C++ code not covered by unit tests
|
8 years ago |
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
|
7 years ago |
limitedmap.h
|
…
|
|
memusage.h
|
Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}
|
8 years ago |
merkleblock.cpp
|
Trivial: remove extra character from comment
|
8 years ago |
merkleblock.h
|
Fixed typo in documentation for merkleblock.h
|
8 years ago |
miner.cpp
|
scripted-diff: Fully remove BOOST_FOREACH
|
8 years ago |
miner.h
|
Remove unnecessary forward class declarations in header files
|
8 years ago |
net.cpp
|
Util: Remove redundant calls to gArgs.IsArgSet()
|
7 years ago |
net.h
|
add Binds, WhiteBinds to CConnman::Options
|
8 years ago |
net_processing.cpp
|
[MOVEONLY] Move LastCommonAncestor to chain
|
7 years ago |
net_processing.h
|
Add timeout for headers sync
|
8 years ago |
netaddress.cpp
|
net: add an internal subnet for representing unresolved hostnames
|
8 years ago |
netaddress.h
|
net: add an internal subnet for representing unresolved hostnames
|
8 years ago |
netbase.cpp
|
net: do not allow resolving to an internal address
|
8 years ago |
netbase.h
|
[net] Added SetSocketNoDelay() utility function
|
8 years ago |
netmessagemaker.h
|
…
|
|
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
Clarify prevector::erase and avoid swap-to-clear
|
8 years ago |
protocol.cpp
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
|
7 years ago |
protocol.h
|
…
|
|
pubkey.cpp
|
[trivial] Add end of namespace comments
|
8 years ago |
pubkey.h
|
…
|
|
random.cpp
|
random: fix crash on some 64bit platforms
|
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 |
reverselock.h
|
…
|
|
scheduler.cpp
|
Add perf counter data to GetStrongRandBytes state in scheduler
|
8 years ago |
scheduler.h
|
Replace boost::function with std::function (C++11)
|
8 years ago |
serialize.h
|
…
|
|
streams.h
|
Fix some empty vector references
|
8 years ago |
sync.cpp
|
scripted-diff: Remove PAIRTYPE
|
8 years ago |
sync.h
|
Remove unused Boost includes
|
8 years ago |
threadinterrupt.cpp
|
…
|
|
threadinterrupt.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
scripted-diff: Fully remove BOOST_FOREACH
|
8 years ago |
timedata.h
|
Merge #8808: Do not shadow variables (gcc set)
|
8 years ago |
tinyformat.h
|
util: Throw tinyformat::format_error on formatting error
|
8 years ago |
torcontrol.cpp
|
Fixed multiple typos
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
[qa] Test non-atomic chainstate writes
|
7 years ago |
txdb.h
|
Merge #10148: Use non-atomic flushing with block replay
|
7 years ago |
txmempool.cpp
|
Simplify return values of GetCoin/HaveCoin(InCache)
|
7 years ago |
txmempool.h
|
Merge #10685: Clarify CCoinsViewMemPool documentation.
|
7 years ago |
ui_interface.cpp
|
…
|
|
ui_interface.h
|
Remove unnecessary forward class declarations in header files
|
8 years ago |
uint256.cpp
|
uint256: replace sprintf with HexStr and reverse-iterator
|
8 years ago |
uint256.h
|
…
|
|
undo.h
|
Replace CTxInUndo with Coin
|
8 years ago |
util.cpp
|
Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()
|
7 years ago |
util.h
|
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running
|
7 years ago |
utilmoneystr.cpp
|
Refactor: Remove using namespace <xxx> from util*
|
8 years ago |
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
Fixed multiple typos
|
8 years ago |
utilstrencodings.h
|
scripted-diff: Remove PAIRTYPE
|
8 years ago |
utiltime.cpp
|
[logging] log system time and mock time
|
8 years ago |
utiltime.h
|
[logging] log system time and mock time
|
8 years ago |
validation.cpp
|
Merge #10558: Address nits from per-utxo change
|
7 years ago |
validation.h
|
Non-atomic flushing using the blockchain as replay journal
|
7 years ago |
validationinterface.cpp
|
Remove CValidationInterface::UpdatedTransaction
|
8 years ago |
validationinterface.h
|
Remove CValidationInterface::UpdatedTransaction
|
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
|
7 years ago |
versionbits.h
|
scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/
|
8 years ago |
warnings.cpp
|
…
|
|
warnings.h
|
…
|
|