dogecoin/src
Wladimir J. van der Laan 9e8ef9d991
Merge #10440: [tests] Add libFuzzer support
f3ba869 [tests] Add libFuzzer support. (practicalswift)

Pull request description:

  Add `libFuzzer` support.

  As discussed in [issue #10364](https://github.com/bitcoin/bitcoin/issues/10364#issuecomment-300000902).

  See http://llvm.org/docs/LibFuzzer.html#fuzzer-usage for usage instructions.

Tree-SHA512: 32562a3a43eb07e79989d55eeb0bfe94e2cff060da8ff0cb50c2f838ef19f2fd583a3dc89074a6442bd3e395185d309371325ed9a0ef50065431d5ea7f099772
2017-10-05 18:07:50 +02:00
..
bench
compat
config
consensus Trivial: Fix validation comments 2017-09-15 14:07:41 +03:00
crypto
leveldb
obj
obj-test
policy Merge #11303: Fix estimatesmartfee rounding display issue 2017-09-30 18:07:55 +02:00
primitives
qt Merge #11365: [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page 2017-10-02 21:19:43 +02:00
rpc Merge #11021: [rpc] fix getchaintxstats() 2017-10-02 15:22:41 +02:00
script Merge #11411: script: Change SignatureHash input index check to an assert. 2017-10-02 15:10:40 +02:00
secp256k1 Bump secp256k1 subtree 2017-09-29 16:02:39 +02:00
support Refactor: Modernize disallowed copy constructors/assignment 2017-09-16 13:06:05 +03:00
test Merge #10440: [tests] Add libFuzzer support 2017-10-05 18:07:50 +02:00
univalue
wallet Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 2017-10-05 15:03:36 +02:00
zmq
.clang-format
addrdb.cpp
addrdb.h
addrman.cpp
addrman.h
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp Implement BIP173 addresses and tests 2017-09-28 16:24:30 -07:00
base58.h Implement {Encode,Decode}Destination without CBitcoinAddress 2017-09-23 14:45:01 -07:00
bech32.cpp Import Bech32 C++ reference code & tests 2017-09-28 16:02:16 -07:00
bech32.h Import Bech32 C++ reference code & tests 2017-09-28 16:02:16 -07:00
bitcoin-cli-res.rc
bitcoin-cli.cpp rpc: Handle getinfo locally in bitcoin-cli w/ -getinfo 2017-09-27 21:53:07 -04:00
bitcoin-tx-res.rc
bitcoin-tx.cpp Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds 2017-09-20 23:29:59 -04:00
bitcoind-res.rc
bitcoind.cpp
blockencodings.cpp
blockencodings.h
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Implement BIP173 addresses and tests 2017-09-28 16:24:30 -07:00
chainparams.h Implement BIP173 addresses and tests 2017-09-28 16:24:30 -07:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp Correct typo in comments 2017-09-29 14:50:30 +08:00
clientversion.h
coins.cpp
coins.h Refactor: Modernize disallowed copy constructors/assignment 2017-09-16 13:06:05 +03:00
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
fs.cpp
fs.h
hash.cpp
hash.h Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 2017-09-29 16:00:20 +02:00
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 2017-10-05 15:03:36 +02:00
init.h
key.cpp
key.h Remove some unused functions and methods 2017-09-21 23:40:33 -07:00
keystore.cpp
keystore.h
limitedmap.h
Makefile.am build: Make "make clean" remove all files created when running "make check" 2017-10-04 14:54:41 +02:00
Makefile.bench.include build: Make "make clean" remove all files created when running "make check" 2017-10-04 14:54:41 +02:00
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include
Makefile.test.include Merge #11433: qa: Restore bitcoin-util-test py2 compatibility 2017-10-03 21:25:00 +02:00
memusage.h
merkleblock.cpp Consolidate CMerkleBlock constructor into a single method 2017-09-20 20:35:54 -07:00
merkleblock.h Consolidate CMerkleBlock constructor into a single method 2017-09-20 20:35:54 -07:00
miner.cpp
miner.h Remove nBlockMaxSize from miner opt struct as it is no longer used. 2017-09-18 23:40:38 +00:00
net.cpp Merge #10663: net: split resolve out of connect 2017-09-28 17:05:47 +02:00
net.h Merge #11301: add m_added_nodes to connman options 2017-09-22 16:05:50 -07:00
net_processing.cpp Change AcceptToMemoryPool function signature 2017-09-12 12:30:26 -04:00
net_processing.h
netaddress.cpp
netaddress.h
netbase.cpp Merge #10663: net: split resolve out of connect 2017-09-28 17:05:47 +02:00
netbase.h net: remove now-unused functions 2017-09-18 13:47:47 -04:00
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
streams.h Refactor: Modernize disallowed copy constructors/assignment 2017-09-16 13:06:05 +03:00
sync.cpp Remove unused fTry from push_lock 2017-09-30 22:43:55 +01:00
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp
txdb.h Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 2017-10-05 15:03:36 +02:00
txmempool.cpp Force explicit double -> int conversion for CFeeRate constructor 2017-09-11 18:07:52 -04:00
txmempool.h Make float <-> int casts explicit outside of test, qt, CFeeRate 2017-09-11 15:51:37 -04:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h Remove some unused functions and methods 2017-09-21 23:40:33 -07:00
undo.h
util.cpp Merge #10939: [init] Check non-emptiness of -blocknotify command prior to executing 2017-10-04 14:54:09 +02:00
util.h Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 2017-09-29 16:00:20 +02:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h Implement BIP173 addresses and tests 2017-09-28 16:24:30 -07:00
utiltime.cpp
utiltime.h
validation.cpp Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 2017-10-05 15:03:36 +02:00
validation.h Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 2017-10-05 15:03:36 +02:00
validationinterface.cpp Fix validationinterface build on super old boost/clang 2017-10-02 18:24:59 -04:00
validationinterface.h
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h