.. |
bench
|
Switch from per-tx to per-txout CCoinsViewCache methods in some places
|
8 years ago |
compat
|
…
|
|
config
|
…
|
|
consensus
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
crypto
|
…
|
|
leveldb
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge CCoinsViewCache's GetOutputFor and AccessCoin
|
8 years ago |
primitives
|
Consensus: Minimal way to move dust out of consensus
|
8 years ago |
qt
|
Merge #10506: Fix bumpfee test after #10449
|
8 years ago |
rpc
|
Merge #10195: Switch chainstate db and cache to per-txout model
|
8 years ago |
script
|
Clarify prevector::erase and avoid swap-to-clear
|
8 years ago |
secp256k1
|
Update to latest libsecp256k1
|
8 years ago |
support
|
[wallet] Securely erase potentially sensitive keys/values
|
8 years ago |
test
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
univalue
|
…
|
|
wallet
|
Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupings
|
8 years ago |
zmq
|
Missing includes
|
8 years ago |
.clang-format
|
…
|
|
Makefile.am
|
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
|
8 years ago |
Makefile.bench.include
|
…
|
|
Makefile.leveldb.include
|
…
|
|
Makefile.qt.include
|
…
|
|
Makefile.qttest.include
|
[test] Add tests for some walletmodel functions
|
8 years ago |
Makefile.test.include
|
torcontrol: Add unit tests for Tor reply parsers
|
8 years ago |
addrdb.cpp
|
…
|
|
addrdb.h
|
…
|
|
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
|
…
|
|
arith_uint256.h
|
…
|
|
base58.cpp
|
…
|
|
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
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Make bitcoind invalid argument error message specific
|
8 years ago |
blockencodings.cpp
|
…
|
|
blockencodings.h
|
…
|
|
bloom.cpp
|
Merge #9750: Bloomfilter: parameter variables made constant
|
8 years ago |
bloom.h
|
…
|
|
chain.cpp
|
…
|
|
chain.h
|
…
|
|
chainparams.cpp
|
Chainparams: Get rid of CChainParams& Params(std::string)
|
8 years ago |
chainparams.h
|
Chainparams: Get rid of CChainParams& Params(std::string)
|
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
|
Missing includes
|
8 years ago |
clientversion.cpp
|
…
|
|
clientversion.h
|
Fix build warning from #error text
|
8 years ago |
coins.cpp
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
coins.h
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
compat.h
|
…
|
|
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
…
|
|
core_memusage.h
|
Add RecursiveDynamicUsage overload for std::shared_ptr
|
8 years ago |
core_read.cpp
|
…
|
|
core_write.cpp
|
refactor TxToJSON() and ScriptPubKeyToJSON()
|
8 years ago |
cuckoocache.h
|
Merge #9533: Allow non-power-of-2 signature cache sizes
|
8 years ago |
dbwrapper.cpp
|
…
|
|
dbwrapper.h
|
Report on-disk size in gettxoutsetinfo
|
8 years ago |
fs.cpp
|
…
|
|
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
|
Merge #10395: Replace boost::function with std::function (C++11)
|
8 years ago |
httprpc.h
|
…
|
|
httpserver.cpp
|
Util: Small improvements in gArgs usage
|
8 years ago |
httpserver.h
|
Set BCLog::LIBEVENT correctly for old libevent versions.
|
8 years ago |
indirectmap.h
|
…
|
|
init.cpp
|
Merge #10195: Switch chainstate db and cache to per-txout model
|
8 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
|
…
|
|
keystore.h
|
…
|
|
limitedmap.h
|
…
|
|
memusage.h
|
Add support for std::unordered_{map,set} to memusage.h
|
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
|
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
|
8 years ago |
miner.h
|
…
|
|
net.cpp
|
Merge #10441: net: only enforce expected services for half of outgoing connections
|
8 years ago |
net.h
|
net: Denote some CNode functions const
|
8 years ago |
net_processing.cpp
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
net_processing.h
|
Add override to functions using CValidationInterface methods
|
8 years ago |
netaddress.cpp
|
Remove unused C++ code not covered by unit tests
|
8 years ago |
netaddress.h
|
Remove unused C++ code not covered by unit tests
|
8 years ago |
netbase.cpp
|
Merge #9539: [net] Avoid initialization to a value that is never read
|
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
|
…
|
|
protocol.h
|
…
|
|
pubkey.cpp
|
…
|
|
pubkey.h
|
…
|
|
random.cpp
|
Add perf counter data to GetStrongRandBytes state in scheduler
|
8 years ago |
random.h
|
Add perf counter data to GetStrongRandBytes state in scheduler
|
8 years ago |
rest.cpp
|
scripted-diff: various renames for per-utxo consistency
|
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
|
…
|
|
sync.h
|
…
|
|
threadinterrupt.cpp
|
…
|
|
threadinterrupt.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
…
|
|
timedata.h
|
…
|
|
tinyformat.h
|
…
|
|
torcontrol.cpp
|
Merge #10408: Net: Improvements to Tor control port parser
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
txdb.h
|
scripted-diff: various renames for per-utxo consistency
|
8 years ago |
txmempool.cpp
|
Merge #10195: Switch chainstate db and cache to per-txout model
|
8 years ago |
txmempool.h
|
Merge #10195: Switch chainstate db and cache to per-txout model
|
8 years ago |
ui_interface.cpp
|
…
|
|
ui_interface.h
|
…
|
|
uint256.cpp
|
…
|
|
uint256.h
|
…
|
|
undo.h
|
Replace CTxInUndo with Coin
|
8 years ago |
util.cpp
|
Merge #10383: [logging] log system time and mock time
|
8 years ago |
util.h
|
[trivial] Fix comment for ForceSetArg()
|
8 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
…
|
|
utilstrencodings.h
|
…
|
|
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 #10195: Switch chainstate db and cache to per-txout model
|
8 years ago |
validation.h
|
Merge #10195: Switch chainstate db and cache to per-txout model
|
8 years ago |
validationinterface.cpp
|
Remove CValidationInterface::UpdatedTransaction
|
8 years ago |
validationinterface.h
|
Remove CValidationInterface::UpdatedTransaction
|
8 years ago |
version.h
|
…
|
|
versionbits.cpp
|
…
|
|
versionbits.h
|
…
|
|
warnings.cpp
|
…
|
|
warnings.h
|
…
|
|