FLO-wallet-core/src
keystrike 6d37ee8314 Trivial: Debug log ambiguity fix for peer addrs
This line can be misinterpreted as loading wallet addresses which is confusing, especially when the wallet is disabled.
2017-02-28 22:14:24 -03:00
..
bench bench: Fix initialization order in registration 2017-02-07 19:07:29 +01:00
compat
config
consensus [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
crypto
leveldb
obj
obj-test
policy Remove harmless read of unusued priority estimates 2017-02-21 11:12:44 -05:00
primitives
qt Trivial: fix comments referencing AppInit2 2017-02-24 09:19:29 +09:00
rpc Trivial: Rephrase the definition of difficulty in the code. 2017-02-23 22:06:37 -08:00
script Trivial: fix comments referencing AppInit2 2017-02-24 09:19:29 +09:00
secp256k1
support
test BIP32 extra test vector 2017-02-23 17:59:52 -08:00
univalue
wallet Update sendfrom RPC help to correct coin selection misconception 2017-02-23 13:44:12 -05:00
zmq
.clang-format [doc] Remove unused clang format dev script 2017-01-28 16:57:08 +01:00
addrdb.cpp
addrdb.h
addrman.cpp Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; 2017-02-07 15:46:38 +01:00
addrman.h
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
bitcoin-cli-res.rc
bitcoin-cli.cpp
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoind-res.rc
bitcoind.cpp use EXIT_ codes instead of magic numbers 2017-02-21 17:17:24 +09:00
blockencodings.cpp
blockencodings.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
bloom.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
bloom.h
chain.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
chain.h
chainparams.cpp Add seed.btc.petertodd.org to mainnet DNS seeds 2017-02-19 16:11:54 -05:00
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h Pre-0.14.0 hardcoded seeds update 2017-02-10 11:04:34 +01:00
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h build: bump version to 0.14.99 2017-02-17 17:27:18 +01:00
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp Fail in DecodeHexTx if there is extra data at the end 2017-02-02 17:32:27 -05:00
core_write.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
cuckoocache.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
dbwrapper.cpp
dbwrapper.h
hash.cpp
hash.h Avoid VLA in hash.h 2017-02-17 15:28:28 -08:00
httprpc.cpp Make KEY_SIZE a compile-time constant 2017-02-17 11:42:22 -08:00
httprpc.h
httpserver.cpp Access WorkQueue::running only within the cs lock. 2017-02-03 13:50:17 -05:00
httpserver.h
indirectmap.h
init.cpp Trivial: fix comments referencing AppInit2 2017-02-24 09:19:29 +09:00
init.h
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h
Makefile.am build: add --enable-werror option 2017-02-23 01:06:04 -05:00
Makefile.bench.include
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include
Makefile.test.include
memusage.h
merkleblock.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
merkleblock.h
miner.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
miner.h
net_processing.cpp Merge #9720: net: fix banning and disallow sending messages before receiving verack 2017-02-14 14:42:29 +01:00
net_processing.h Net: pass interruptMsgProc as const where possible 2017-01-31 23:45:47 +01:00
net.cpp Trivial: Debug log ambiguity fix for peer addrs 2017-02-28 22:14:24 -03:00
net.h Move CNode::addrLocal access behind locked accessors 2017-02-10 11:32:41 -05:00
netaddress.cpp
netaddress.h [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
netbase.cpp netbase: Do not print an error on connection timeouts through proxy 2017-02-09 08:53:22 +01:00
netbase.h
netmessagemaker.h Net: Make CNetMsgMaker more const 2017-01-31 23:29:28 +01:00
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
streams.h
sync.cpp Further-enforce lockordering by enforcing directly after TRY_LOCKs 2017-02-07 14:15:28 -05:00
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
timedata.h
tinyformat.h
torcontrol.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
torcontrol.h
txdb.cpp Refactor: Remove using namespace <xxx> from src/*.cpp. 2017-01-27 18:13:20 +09:00
txdb.h
txmempool.cpp Removed redundant parameter from mempool.PrioritiseTransaction 2017-02-21 20:44:23 -07:00
txmempool.h Removed redundant parameter from mempool.PrioritiseTransaction 2017-02-21 20:44:23 -07:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Fix for issue #9775. Added check for open() returning a NULL pointer. 2017-02-20 23:53:18 +05:30
util.h
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
utiltime.h [trivial] Fix recently introduced typos in comments 2017-02-14 20:19:40 +01:00
validation.cpp Merge #9773: Return errors from importmulti if complete rescans are not successful 2017-02-22 12:43:11 +01:00
validation.h Return errors from importmulti if complete rescans are not successful 2017-02-17 14:12:31 -05:00
validationinterface.cpp
validationinterface.h [trivial] Fix recently introduced typos in comments 2017-02-14 20:19:40 +01:00
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h