.. |
bench
|
bench: Add support for measuring CPU cycles
|
8 years ago |
compat
|
[copyright] copyright header style uniform
|
8 years ago |
config
|
…
|
|
consensus
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
|
8 years ago |
crypto
|
Fix some typos
|
8 years ago |
leveldb
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Disable fee estimates for a confirm target of 1 block
|
8 years ago |
primitives
|
Introduce convenience type CTransactionRef
|
8 years ago |
qt
|
Merge #9239: Disable fee estimates for 1 block target
|
8 years ago |
rpc
|
Disable fee estimates for a confirm target of 1 block
|
8 years ago |
script
|
Get rid of nType and nVersion
|
8 years ago |
secp256k1
|
…
|
|
support
|
Fix some typos
|
8 years ago |
test
|
Merge #9223: unification of Bloom filter representation
|
8 years ago |
univalue
|
Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD
|
8 years ago |
wallet
|
Merge #9204: Clarify CreateTransaction error messages
|
8 years ago |
zmq
|
Always call UpdatedBlockTip, even if blocks were only disconnected
|
8 years ago |
.clang-format
|
…
|
|
Makefile.am
|
net: add CVectorWriter and CNetMsgMaker
|
8 years ago |
Makefile.bench.include
|
bench: Add support for measuring CPU cycles
|
8 years ago |
Makefile.leveldb.include
|
Merge #8826: Do not include env_win.cc on non-Windows systems
|
8 years ago |
Makefile.qt.include
|
Merge #8996: Network activity toggle
|
8 years ago |
Makefile.qttest.include
|
Add MIT license to Makefiles
|
8 years ago |
Makefile.test.include
|
Bugfix: Correctly replace generated headers and fail cleanly
|
8 years ago |
addrdb.cpp
|
Fix copypasted comment.
|
8 years ago |
addrdb.h
|
Get rid of nType and nVersion
|
8 years ago |
addrman.cpp
|
Kill insecure_random and associated global state
|
8 years ago |
addrman.h
|
Remove double brackets in addrman
|
8 years ago |
amount.cpp
|
…
|
|
amount.h
|
Get rid of nType and nVersion
|
8 years ago |
arith_uint256.cpp
|
[copyright] copyright header style uniform
|
8 years ago |
arith_uint256.h
|
[copyright] copyright header style uniform
|
8 years ago |
base58.cpp
|
Use prefix operator in for loop of DecodeBase58.
|
8 years ago |
base58.h
|
…
|
|
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
bitcoin-cli: Make error message less confusing
|
8 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places.
|
8 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors
|
8 years ago |
blockencodings.cpp
|
Fix some typos
|
8 years ago |
blockencodings.h
|
Introduce convenience type CTransactionRef
|
8 years ago |
bloom.cpp
|
trivial: fix bloom filter init to isEmpty = true
|
8 years ago |
bloom.h
|
Get rid of nType and nVersion
|
8 years ago |
chain.cpp
|
Add importmulti rpc call
|
8 years ago |
chain.h
|
Get rid of nType and nVersion
|
8 years ago |
chainparams.cpp
|
Introduce convenience type CTransactionRef
|
8 years ago |
chainparams.h
|
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
|
8 years ago |
chainparamsbase.cpp
|
…
|
|
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
…
|
|
checkpoints.cpp
|
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
|
8 years ago |
checkpoints.h
|
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
|
8 years ago |
checkqueue.h
|
…
|
|
clientversion.cpp
|
…
|
|
clientversion.h
|
…
|
|
coins.cpp
|
Fix relaypriority calculation error
|
8 years ago |
coins.h
|
Get rid of nType and nVersion
|
8 years ago |
compat.h
|
Include select.h when WIN32 is not defined
|
8 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
Get rid of nType and nVersion
|
8 years ago |
core_io.h
|
Trivial refactor: Remove extern keyword from function declarations, as they are extern by default.
|
8 years ago |
core_memusage.h
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
|
8 years ago |
core_read.cpp
|
…
|
|
core_write.cpp
|
Update bitcoin-tx to output witness data.
|
8 years ago |
dbwrapper.cpp
|
…
|
|
dbwrapper.h
|
Use fixed preallocation instead of costly GetSerializeSize
|
8 years ago |
hash.cpp
|
…
|
|
hash.h
|
Get rid of nType and nVersion
|
8 years ago |
httprpc.cpp
|
[RPC] pass HTTP basic authentication username to the JSONRequest object
|
8 years ago |
httprpc.h
|
…
|
|
httpserver.cpp
|
…
|
|
httpserver.h
|
…
|
|
indirectmap.h
|
…
|
|
init.cpp
|
Fix calculation of number of bound sockets to use
|
8 years ago |
init.h
|
init: Split up AppInit2 into multiple phases
|
8 years ago |
key.cpp
|
wallet: Get rid of LockObject and UnlockObject calls in key.h
|
8 years ago |
key.h
|
Get rid of nType and nVersion
|
8 years ago |
keystore.cpp
|
…
|
|
keystore.h
|
…
|
|
limitedmap.h
|
…
|
|
main.cpp
|
Merge #9183: Final Preparation for main.cpp Split
|
8 years ago |
main.h
|
Merge #9183: Final Preparation for main.cpp Split
|
8 years ago |
memusage.h
|
[copyright] copyright header style uniform
|
8 years ago |
merkleblock.cpp
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
|
8 years ago |
merkleblock.h
|
Get rid of nType and nVersion
|
8 years ago |
miner.cpp
|
Introduce convenience type CTransactionRef
|
8 years ago |
miner.h
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
|
8 years ago |
net.cpp
|
Merge #9226: Remove fNetworkNode and pnodeLocalHost.
|
8 years ago |
net.h
|
Merge #9226: Remove fNetworkNode and pnodeLocalHost.
|
8 years ago |
netaddress.cpp
|
…
|
|
netaddress.h
|
Get rid of nType and nVersion
|
8 years ago |
netbase.cpp
|
Revert "Use async name resolving to improve net thread responsiveness"
|
8 years ago |
netbase.h
|
…
|
|
netmessagemaker.h
|
net: add CVectorWriter and CNetMsgMaker
|
8 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
serialize: Deprecate `begin_ptr` / `end_ptr`
|
8 years ago |
protocol.cpp
|
Avoid ugly exception in log on unknown inv type
|
8 years ago |
protocol.h
|
Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability.
|
8 years ago |
pubkey.cpp
|
Do not shadow variables
|
8 years ago |
pubkey.h
|
Add optimized CSizeComputer serializers
|
8 years ago |
random.cpp
|
Kill insecure_random and associated global state
|
8 years ago |
random.h
|
Kill insecure_random and associated global state
|
8 years ago |
rest.cpp
|
Get rid of nType and nVersion
|
8 years ago |
reverselock.h
|
Do not shadow variables
|
8 years ago |
scheduler.cpp
|
test: Fix use-after-free in scheduler tests
|
8 years ago |
scheduler.h
|
…
|
|
serialize.h
|
Add serialization for unique_ptr and shared_ptr
|
8 years ago |
streams.h
|
net: add CVectorWriter and CNetMsgMaker
|
8 years ago |
sync.cpp
|
…
|
|
sync.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
…
|
|
timedata.h
|
…
|
|
tinyformat.h
|
…
|
|
torcontrol.cpp
|
torcontrol: Explicitly request RSA1024 private key
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
…
|
|
txdb.h
|
Get rid of nType and nVersion
|
8 years ago |
txmempool.cpp
|
Introduce convenience type CTransactionRef
|
8 years ago |
txmempool.h
|
Fix some typos
|
8 years ago |
ui_interface.cpp
|
[wallet] Add high transaction fee warnings
|
8 years ago |
ui_interface.h
|
Merge #8996: Network activity toggle
|
8 years ago |
uint256.cpp
|
…
|
|
uint256.h
|
Get rid of nType and nVersion
|
8 years ago |
undo.h
|
Get rid of nType and nVersion
|
8 years ago |
util.cpp
|
Merge #9230: Fix some benign races in timestamp logging
|
8 years ago |
util.h
|
init: Get rid of fServer flag
|
8 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
…
|
|
utilstrencodings.h
|
…
|
|
utiltime.cpp
|
Fix race when accessing std::locale::classic()
|
8 years ago |
utiltime.h
|
…
|
|
validationinterface.cpp
|
Remove SyncWithWallets wrapper function
|
8 years ago |
validationinterface.h
|
Remove SyncWithWallets wrapper function
|
8 years ago |
version.h
|
Bump the protocol version to distinguish new banning behavior.
|
8 years ago |
versionbits.cpp
|
RPC: augment getblockchaininfo bip9_softforks data
|
8 years ago |
versionbits.h
|
RPC: augment getblockchaininfo bip9_softforks data
|
8 years ago |