FLO-wallet-core/src
Philip Kaufmann 3b570559f8 re-work -debug switch handling
- re-work -debug help message text
- make -debug log every debugging information again (even all categories)
- remove unneeded fDebug checks in front of LogPrint()/qDebug(), as that
  check is done in LogPrintf() when category is != NULL (true for all
  LogPrint() calls
- remove fDebug ONLY in code which is NOT performance-critical
- harmonize addrman category name
- deprecate -debugnet usage, should be used via -debug=net and remove the
  corresponding global
2013-10-30 16:02:09 +01:00
..
json Revert "JSON Spirit updated to v4.06" 2013-10-22 05:43:46 -04:00
leveldb
m4
obj
obj-test
qt re-work -debug switch handling 2013-10-30 16:02:09 +01:00
test Bug fix: CDataStream::GetAndClear() when nReadPos > 0 2013-10-29 11:20:14 +10:00
.gitignore
addrman.cpp
addrman.h re-work -debug switch handling 2013-10-30 16:02:09 +01:00
alert.cpp
alert.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
allocators.cpp Changing LockedPageManager to use a managed instance 2013-10-20 14:29:24 +07:00
allocators.h Merge pull request #3046 from sarchar/lockedpage-change 2013-10-20 16:14:26 -07:00
base58.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
bignum.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
bitcoin-cli-res.rc Add separate bitcoin-rpc client 2013-10-21 09:22:48 +02:00
bitcoin-cli.cpp Add separate bitcoin-rpc client 2013-10-21 09:22:48 +02:00
bitcoind-res.rc
bitcoind.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
bitcoinrpc.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
bitcoinrpc.h RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
bloom.cpp
bloom.h
chainparams.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
chainparams.h
checkpoints.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
checkpoints.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
checkqueue.h
clientversion.h
compat.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
core.cpp
core.h Generalize the remove-outputs check for fully-prunable transactions. 2013-10-28 15:00:43 +01:00
crypter.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
crypter.h Merge pull request #3046 from sarchar/lockedpage-change 2013-10-20 16:14:26 -07:00
db.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
db.h Merge pull request #3119 2013-10-20 22:25:44 +02:00
hash.cpp
hash.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
init.cpp re-work -debug switch handling 2013-10-30 16:02:09 +01:00
init.h Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
key.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
key.h fix wrong memcmp() usage in CKey::operator== 2013-10-28 17:09:50 +01:00
keystore.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
keystore.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
leveldb.cpp
leveldb.h
limitedmap.h
main.cpp re-work -debug switch handling 2013-10-30 16:02:09 +01:00
main.h Merge pull request #3115 from sipa/walletmain 2013-10-29 18:01:57 -07:00
Makefile.am Add separate bitcoin-rpc client 2013-10-21 09:22:48 +02:00
Makefile.include
miner.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
miner.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
mruset.h
net.cpp -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 2013-10-29 11:20:14 +10:00
net.h -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 2013-10-29 11:20:14 +10:00
netbase.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
netbase.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
noui.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
protocol.cpp Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
protocol.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
rpcblockchain.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
rpcdump.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
rpcmining.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
rpcnet.cpp RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
rpcrawtransaction.cpp Use boost signals for callbacks from main to wallet 2013-10-26 14:51:46 +02:00
rpcwallet.cpp RPC: error code changes and prevent crash with walletpassphrase 2013-10-24 09:03:02 +02:00
script.cpp Merge pull request #2738 from jgarzik/op_return 2013-10-21 22:47:24 -07:00
script.h Merge pull request #2738 from jgarzik/op_return 2013-10-21 22:47:24 -07:00
serialize.h Merge pull request #3173 from gavinandresen/fuzzmessages 2013-10-30 00:51:25 -07:00
sync.cpp Make -DDEBUGLOCKORDER + -debug less noisy 2013-10-20 15:41:15 +10:00
sync.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
threadsafety.h
txdb.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
txdb.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
ui_interface.h
uint256.h Bump Year Number to 2013 2013-10-20 15:25:06 -04:00
util.cpp re-work -debug switch handling 2013-10-30 16:02:09 +01:00
util.h re-work -debug switch handling 2013-10-30 16:02:09 +01:00
version.cpp
version.h
wallet.cpp Break dependency of init on wallet. 2013-10-26 14:51:47 +02:00
wallet.h Use boost signals for callbacks from main to wallet 2013-10-26 14:51:46 +02:00
walletdb.cpp Merge pull request #3119 2013-10-20 22:25:44 +02:00
walletdb.h Merge pull request #3119 2013-10-20 22:25:44 +02:00