bitcoin/src
MarcoFalke ae85c8d28b
Merge #14568: build: Fix Qt link order for Windows build
fbaccbf00c build: Fix Qt link order for Windows build (Chun Kuan Lee)

Pull request description:

  See https://github.com/bitcoin/bitcoin/pull/14451#issuecomment-432874893

Tree-SHA512: 819e68dc750297a74d04aa1ad3dae64072b66df718d36b950bd9430c9fca1771c611af934df23954f81b83bd89f96ea76c20cbf17db1364b988a6c34c43fb631
2018-10-26 07:46:31 -04:00
..
bench Don't access out of bounds array entry array[sizeof(array)] 2018-10-05 16:48:16 +09:00
compat
config
consensus
crypto
index Add compile time checking for cs_main locks which we assert at run time 2018-10-10 11:28:43 +02:00
interfaces Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet 2018-10-24 05:01:29 -04:00
leveldb
obj
obj-test
policy doxygen: Fix member comments 2018-09-26 15:42:21 -04:00
primitives Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG 2018-10-18 23:14:20 +02:00
qt Merge #14451: Add BIP70 deprecation warning and allow building GUI without BIP70 support 2018-10-24 16:29:50 +02:00
rpc Merge #14518: rpc: Always throw in getblockstats if -txindex is required 2018-10-26 13:21:17 +02:00
script Add key origin support to descriptors 2018-10-20 20:29:02 -07:00
secp256k1
support
test Add tests for key origin support 2018-10-20 20:29:02 -07:00
univalue
wallet Remove fs::relative call and fix listwalletdir tests 2018-10-25 15:33:56 +01:00
zmq
.clang-format
Makefile.am build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
Makefile.bench.include
Makefile.leveldb.include
Makefile.qt.include build: Fix Qt link order for Windows build 2018-10-25 20:14:48 +08:00
Makefile.qttest.include build: Add --disable-bip70 configure option 2018-10-09 03:36:14 -06:00
Makefile.test.include Merge #14146: wallet: Remove trailing separators from -walletdir arg 2018-10-18 10:58:59 +02:00
addrdb.cpp
addrdb.h
addrman.cpp
addrman.h Merge #13115: addrman: Add Clang thread safety annotations for variables guarded by CAddrMan.cs 2018-10-09 00:54:30 -03:00
amount.h
arith_uint256.cpp Avoid triggering undefined behaviour in base_uint<BITS>::bits() 2018-10-18 11:17:05 +02:00
arith_uint256.h
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp utils: Convert Windows args to utf-8 string 2018-09-30 15:08:16 +08:00
bitcoin-tx-res.rc
bitcoin-tx.cpp bitcoin-tx: Use constant for n pubkeys check 2018-10-13 10:55:51 +01:00
bitcoind-res.rc
bitcoind.cpp utils: Convert Windows args to utf-8 string 2018-09-30 15:08:16 +08:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.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
compressor.cpp
compressor.h
core_io.h Consolidate redundant implementations of ParseHashStr 2018-09-25 09:14:52 -07:00
core_memusage.h
core_read.cpp Consolidate redundant implementations of ParseHashStr 2018-09-25 09:14:52 -07:00
core_write.cpp
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
dummywallet.cpp interfaces: Add getWalletDir and listWalletDir to Node 2018-10-18 23:26:06 +01:00
fs.cpp utils: Fix broken Windows filelock 2018-10-19 02:29:25 +08:00
fs.h utils: Add fsbridge fstream function wrapper 2018-09-26 08:47:42 +08:00
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Merge #14282: [wallet] Remove -usehd 2018-09-26 17:36:28 -04:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
keystore.cpp
keystore.h
limitedmap.h
logging.cpp
logging.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
miner.h
net.cpp Merge #14335: net: refactor: cleanup ThreadSocketHandler 2018-10-16 17:20:34 +02:00
net.h Merge #14335: net: refactor: cleanup ThreadSocketHandler 2018-10-16 17:20:34 +02:00
net_processing.cpp Merge #14027: Skip stale tip checking if outbound connections are off or if reindexing. 2018-09-27 11:18:47 -04:00
net_processing.h Merge #14331: doxygen: Fix member comments 2018-09-30 22:15:37 -03:00
netaddress.cpp
netaddress.h
netbase.cpp doxygen: Fix member comments 2018-09-26 15:42:21 -04:00
netbase.h
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp
outputtype.h
pow.cpp
pow.h
prevector.h
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp Consolidate redundant implementations of ParseHashStr 2018-09-25 09:14:52 -07:00
reverse_iterator.h
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
shutdown.cpp
shutdown.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 doxygen: Fix member comments 2018-09-26 15:42:21 -04:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on Windows 2018-10-18 10:36:51 +02:00
util.h utils: Convert Windows args to utf-8 string 2018-09-30 15:08:16 +08:00
utilmemory.h
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp
utiltime.h
validation.cpp Merge #12842: Prevent concurrent savemempool 2018-10-24 15:20:33 +02:00
validation.h Add compile time checking for cs_main locks which we assert at run time 2018-10-10 11:28:43 +02:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
versionbitsinfo.cpp
versionbitsinfo.h
walletinitinterface.h
warnings.cpp
warnings.h