bitcoin/src
Pieter Wuille 8b262eb2d8
Merge #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files.
b77b6e2345 MOVEONLY: Move logging code from util.{h,cpp} to new files. (Jim Posen)

Pull request description:

  Split out first commit from #12954 to reduce amount of rebasing necessary.

  This introduces a cyclic dependency between `logging` and `util` that should be cleaned up in a future PR.

Tree-SHA512: 695e512f9c2f7b4ca65e367fc924358e3cb2dc531bcbb7a6f62710b2a87280b35aba7793aa272e457fcd65448abe3feb1deb3b8064ed208917ca356b0f410813
2018-04-19 22:08:19 -07:00
..
bench Merge #13025: Dead code removal 2018-04-19 07:58:36 -04:00
compat
config
consensus
crypto
interfaces Merge #13026: Fix include comment in src/interfaces/wallet.h 2018-04-19 14:33:00 -04:00
leveldb
obj
obj-test
policy
primitives
qt
rpc Expose a transaction's weight via RPC 2018-04-13 15:18:26 -04:00
script
secp256k1
support
test Merge #12949: tests: Avoid copies of CTransaction 2018-04-17 13:28:12 -04:00
univalue
wallet Merge #13007: test: Fix dangling wallet pointer in vpwallets 2018-04-18 11:30:24 +02:00
zmq
.clang-format Fix inconsistent namespace formatting guidelines 2018-04-13 15:37:20 -04:00
Makefile.am MOVEONLY: Move logging code from util.{h,cpp} to new files. 2018-04-18 10:05:05 -07: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
Makefile.test.include
addrdb.cpp
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
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
chainparams.h
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 Expose a transaction's weight via RPC 2018-04-13 15:18:26 -04:00
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Merge #13004: Print to console by default when not run with -daemon 2018-04-17 17:07:35 +02:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
keystore.cpp
keystore.h
limitedmap.h
logging.cpp MOVEONLY: Move logging code from util.{h,cpp} to new files. 2018-04-18 10:05:05 -07:00
logging.h MOVEONLY: Move logging code from util.{h,cpp} to new files. 2018-04-18 10:05:05 -07:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
miner.h
net.cpp net: Minor accumulated cleanups 2018-04-16 13:24:14 -07:00
net.h
net_processing.cpp
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
reverse_iterator.h
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
span.h
streams.h
sync.cpp
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp
txdb.h
txmempool.cpp
txmempool.h
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp MOVEONLY: Move logging code from util.{h,cpp} to new files. 2018-04-18 10:05:05 -07:00
util.h MOVEONLY: Move logging code from util.{h,cpp} to new files. 2018-04-18 10:05:05 -07:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp
utiltime.h
validation.cpp Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis 2018-04-19 14:38:40 -04:00
validation.h
validationinterface.cpp Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip 2018-04-16 18:03:21 -04:00
validationinterface.h
version.h
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp
warnings.h