.. |
bench
|
bench: Add benchmark for lockedpool allocation/deallocation
|
8 years ago |
compat
|
…
|
|
config
|
…
|
|
consensus
|
Define start and end time for segwit deployment
|
8 years ago |
crypto
|
…
|
|
leveldb
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge #8914: Kill insecure_random and associated global state
|
8 years ago |
primitives
|
Adding method GetTotalSize() to CTransaction
|
8 years ago |
qt
|
[qt] Return useful error message on ATMP failure
|
8 years ago |
rpc
|
Merge #8753: Locked memory manager
|
8 years ago |
script
|
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
|
8 years ago |
secp256k1
|
…
|
|
support
|
LockedPool: avoid quadratic-time allocation
|
8 years ago |
test
|
LockedPool: avoid quadratic-time allocation
|
8 years ago |
univalue
|
Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD
|
8 years ago |
wallet
|
Merge #8828: Move CWalletDB::ReorderTransactions to CWallet
|
8 years ago |
zmq
|
Always call UpdatedBlockTip, even if blocks were only disconnected
|
8 years ago |
.clang-format
|
…
|
|
Makefile.am
|
Merge #8753: Locked memory manager
|
8 years ago |
Makefile.bench.include
|
bench: Add benchmark for lockedpool allocation/deallocation
|
8 years ago |
Makefile.leveldb.include
|
Merge #8826: Do not include env_win.cc on non-Windows systems
|
8 years ago |
Makefile.qt.include
|
qt: Translate all files, even if wallet disabled
|
8 years ago |
Makefile.qttest.include
|
Add MIT license to Makefiles
|
8 years ago |
Makefile.test.include
|
Add MIT license to Makefiles
|
8 years ago |
addrdb.cpp
|
net: move CBanDB and CAddrDB out of net.h/cpp
|
8 years ago |
addrdb.h
|
[WIP] Remove unused statement in serialization
|
8 years ago |
addrman.cpp
|
Kill insecure_random and associated global state
|
8 years ago |
addrman.h
|
Kill insecure_random and associated global state
|
8 years ago |
amount.cpp
|
…
|
|
amount.h
|
…
|
|
arith_uint256.cpp
|
…
|
|
arith_uint256.h
|
…
|
|
base58.cpp
|
…
|
|
base58.h
|
…
|
|
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
rpc: Change JSONRPCRequest to JSONRPCRequestObj
|
8 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
Sync bitcoin-tx with tx version policy
|
8 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
8 years ago |
blockencodings.cpp
|
Use cmpctblock type 2 for segwit-enabled transfer
|
8 years ago |
blockencodings.h
|
Use cmpctblock type 2 for segwit-enabled transfer
|
8 years ago |
bloom.cpp
|
trivial: fix bloom filter init to isEmpty = true
|
8 years ago |
bloom.h
|
…
|
|
chain.cpp
|
Add importmulti rpc call
|
8 years ago |
chain.h
|
Add importmulti rpc call
|
8 years ago |
chainparams.cpp
|
Merge #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
|
8 years ago |
chainparams.h
|
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
|
8 years ago |
chainparamsbase.cpp
|
…
|
|
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
…
|
|
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
checkqueue.h
|
…
|
|
clientversion.cpp
|
…
|
|
clientversion.h
|
…
|
|
coins.cpp
|
Fix relaypriority calculation error
|
8 years ago |
coins.h
|
…
|
|
compat.h
|
…
|
|
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
…
|
|
core_memusage.h
|
…
|
|
core_read.cpp
|
…
|
|
core_write.cpp
|
Update bitcoin-tx to output witness data.
|
8 years ago |
dbwrapper.cpp
|
C++11: s/boost::scoped_ptr/std::unique_ptr/
|
8 years ago |
dbwrapper.h
|
…
|
|
hash.cpp
|
…
|
|
hash.h
|
…
|
|
httprpc.cpp
|
[RPC] pass HTTP basic authentication username to the JSONRequest object
|
8 years ago |
httprpc.h
|
…
|
|
httpserver.cpp
|
Merge #8109: Do not shadow member variables
|
8 years ago |
httpserver.h
|
…
|
|
indirectmap.h
|
…
|
|
init.cpp
|
Add DumpMempool and LoadMempool
|
8 years ago |
init.h
|
…
|
|
key.cpp
|
wallet: Get rid of LockObject and UnlockObject calls in key.h
|
8 years ago |
key.h
|
wallet: Get rid of LockObject and UnlockObject calls in key.h
|
8 years ago |
keystore.cpp
|
…
|
|
keystore.h
|
…
|
|
limitedmap.h
|
…
|
|
main.cpp
|
Add DumpMempool and LoadMempool
|
8 years ago |
main.h
|
Add DumpMempool and LoadMempool
|
8 years ago |
memusage.h
|
…
|
|
merkleblock.cpp
|
…
|
|
merkleblock.h
|
…
|
|
miner.cpp
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
|
8 years ago |
miner.h
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
|
8 years ago |
net.cpp
|
Merge #9008: [net] Remove assert(nMaxInbound > 0)
|
8 years ago |
net.h
|
Merge #8914: Kill insecure_random and associated global state
|
8 years ago |
netaddress.cpp
|
…
|
|
netaddress.h
|
…
|
|
netbase.cpp
|
Kill insecure_random and associated global state
|
8 years ago |
netbase.h
|
…
|
|
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
serialize: Deprecate `begin_ptr` / `end_ptr`
|
8 years ago |
protocol.cpp
|
net: Consistent checksum handling
|
8 years ago |
protocol.h
|
protocol.h: Make enums in GetDataMsg concrete values
|
8 years ago |
pubkey.cpp
|
Do not shadow variables
|
8 years ago |
pubkey.h
|
Do not shadow variables
|
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
|
[RPC] pass HTTP basic authentication username to the JSONRequest object
|
8 years ago |
reverselock.h
|
Do not shadow variables
|
8 years ago |
scheduler.cpp
|
…
|
|
scheduler.h
|
…
|
|
serialize.h
|
serialize: Deprecate `begin_ptr` / `end_ptr`
|
8 years ago |
streams.h
|
…
|
|
sync.cpp
|
…
|
|
sync.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
…
|
|
timedata.h
|
…
|
|
tinyformat.h
|
…
|
|
torcontrol.cpp
|
Do not shadow variables
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
C++11: s/boost::scoped_ptr/std::unique_ptr/
|
8 years ago |
txdb.h
|
C++11: s/boost::scoped_ptr/std::unique_ptr/
|
8 years ago |
txmempool.cpp
|
Add feedelta to TxMempoolInfo
|
8 years ago |
txmempool.h
|
Add feedelta to TxMempoolInfo
|
8 years ago |
ui_interface.cpp
|
[wallet] Add high transaction fee warnings
|
8 years ago |
ui_interface.h
|
[wallet] Add high transaction fee warnings
|
8 years ago |
uint256.cpp
|
…
|
|
uint256.h
|
…
|
|
undo.h
|
…
|
|
util.cpp
|
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
8 years ago |
util.h
|
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
8 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
…
|
|
utilstrencodings.h
|
…
|
|
utiltime.cpp
|
…
|
|
utiltime.h
|
…
|
|
validationinterface.cpp
|
Remove SyncWithWallets wrapper function
|
8 years ago |
validationinterface.h
|
Remove SyncWithWallets wrapper function
|
8 years ago |
version.h
|
version.h: s/shord/short/ in comment
|
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 |