bitcoin/src
João Barbosa 54c3bb4cf8 wallet: Unlock spent outputs 2018-05-25 14:27:58 +01:00
..
bench util: Store debug log file path in BCLog::Logger member. 2018-04-29 14:37:19 -07:00
compat Default to defining endian-conversion DECLs in compat w/o config 2018-04-16 11:47:32 -04:00
config
consensus Use P2SH consensus rules for all blocks 2018-04-13 09:52:50 -04:00
crypto
index scripted-diff: Rename SetBestChain callback ChainStateFlushed 2018-04-27 14:44:22 -04:00
interfaces util: Encapsulate logCategories within BCLog::Logger. 2018-04-27 16:10:02 -07:00
leveldb
obj
obj-test
policy
primitives
qt Merge #12729: Get rid of ambiguous OutputType::NONE value 2018-05-03 11:53:30 +02:00
rpc Add missing newlines to LogPrint debug logging 2018-05-02 15:14:04 +02:00
script Merge #13002: Do not treat bare multisig outputs as IsMine unless watched 2018-04-26 20:10:12 +02:00
secp256k1
support
test util: Store debug log file path in BCLog::Logger member. 2018-04-29 14:37:19 -07:00
univalue
wallet wallet: Unlock spent outputs 2018-05-25 14:27:58 +01:00
zmq
.clang-format Fix inconsistent namespace formatting guidelines 2018-04-13 15:37:20 -04:00
Makefile.am Remove Safe mode 2018-04-26 15:33:11 +02:00
Makefile.bench.include benchmark: Removed bench/perf.cpp 2018-04-18 19:53:10 -07:00
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include [tests] [qt] Add tests for address book manipulation via EditAddressDialog 2018-04-25 13:13:24 -04:00
Makefile.test.include [test] Simple unit test for TxIndex. 2018-04-25 11:25:18 -07:00
addrdb.cpp Add logging and error handling for file syncing 2018-04-23 14:25:28 +02:00
addrdb.h
addrman.cpp
addrman.h
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge #12950: bitcoin-tx: Flatten for loop over one element 2018-04-13 17:15:15 +02:00
bitcoind-res.rc
bitcoind.cpp net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
blockencodings.cpp
blockencodings.h
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 2018-05-02 10:02:48 -04:00
chainparams.h [doc] Add comments for chainparams.h, validation.cpp 2018-04-17 17:15:20 -04:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h
compat.h net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp Merge #12885: Reduce implementation code inside CScript 2018-04-23 21:09:17 +02:00
cuckoocache.h
dbwrapper.cpp
dbwrapper.h [db] Create separate database for txindex. 2018-04-25 11:25:05 -07:00
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp util: Encapsulate logCategories within BCLog::Logger. 2018-04-27 16:10:02 -07:00
httpserver.h util: Encapsulate logCategories within BCLog::Logger. 2018-04-27 16:10:02 -07:00
indirectmap.h
init.cpp Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 2018-05-02 10:02:48 -04:00
init.h wallet: Refactor g_wallet_init_interface to const reference 2018-04-13 14:07:21 +01:00
key.cpp
key.h
key_io.cpp
key_io.h
keystore.cpp
keystore.h Add compile time checking for all cs_KeyStore runtime locking assertions 2018-04-25 22:31:40 +02:00
limitedmap.h
logging.cpp logging: remove unused return value from LogPrintStr 2018-05-02 11:25:20 +02:00
logging.h logging: remove unused return value from LogPrintStr 2018-05-02 11:25:20 +02:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
miner.h
net.cpp Add missing newlines to LogPrint debug logging 2018-05-02 15:14:04 +02:00
net.h Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s 2018-04-13 19:25:18 +02:00
net_processing.cpp Add missing newlines to LogPrint debug logging 2018-05-02 15:14:04 +02:00
net_processing.h
netaddress.cpp net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
netaddress.h net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
netbase.cpp net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
netbase.h
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp [rpc] Public interfaces to GetTransaction block until synced. 2018-04-25 11:25:17 -07:00
reverse_iterator.h
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
span.h
streams.h
sync.cpp
sync.h
threadinterrupt.cpp [index] Allow TxIndex sync thread to be interrupted. 2018-04-25 11:25:09 -07:00
threadinterrupt.h [index] Allow TxIndex sync thread to be interrupted. 2018-04-25 11:25:09 -07:00
threadsafety.h
timedata.cpp Add missing newlines to LogPrint debug logging 2018-05-02 15:14:04 +02:00
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp [db] Migration for txindex data to new, separate database. 2018-04-25 11:25:06 -07:00
txdb.h [init] Initialize and start TxIndex in init code. 2018-04-25 11:25:12 -07:00
txmempool.cpp
txmempool.h
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Add logging and error handling for file syncing 2018-04-23 14:25:28 +02:00
util.h util: Establish global logger object. 2018-04-27 16:09:59 -07:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Fix for utiltime to compile with msvc. 2018-04-20 08:41:15 +10:00
utiltime.h Avoid std::locale/imbue in DateTimeStrFormat 2018-04-13 01:36:53 -07:00
validation.cpp Simplify semantics of ChainStateFlushed callback 2018-04-27 14:44:56 -04:00
validation.h [validation] Replace tx index code in validation code with TxIndex. 2018-04-25 11:25:13 -07:00
validationinterface.cpp scripted-diff: Rename SetBestChain callback ChainStateFlushed 2018-04-27 14:44:22 -04:00
validationinterface.h Simplify semantics of ChainStateFlushed callback 2018-04-27 14:44:56 -04:00
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h wallet: Make WalletInitInterface members const 2018-04-13 14:02:59 +01:00
warnings.cpp Remove "rpc" category from GetWarnings 2018-04-27 09:27:52 +02:00
warnings.h Remove "rpc" category from GetWarnings 2018-04-27 09:27:52 +02:00