<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/Makefile, branch v0.12.4.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.12.4.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.4.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-01-26T15:03:20Z</updated>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2611</title>
<updated>2017-12-25T20:49:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-12-25T20:49:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b156c003bf95158a7645c26167eb5bf2e9f3137'/>
<id>urn:sha1:4b156c003bf95158a7645c26167eb5bf2e9f3137</id>
<content type='text'>
cdd516fa tests : remove lib_wallet_api tests (guzzijones)
</content>
</entry>
<entry>
<title>fuzz_testing: build with ASAN (assumed to be available)</title>
<updated>2017-12-23T11:27:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-10T11:25:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1a379ef656622ac535774e7111e85e02b6aa1d8a'/>
<id>urn:sha1:1a379ef656622ac535774e7111e85e02b6aa1d8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: build fuzz tests statically, starts faster</title>
<updated>2017-12-23T11:27:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-10T09:58:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c27d9092394ca8c37fba6066c497b5f8445702ef'/>
<id>urn:sha1:c27d9092394ca8c37fba6066c497b5f8445702ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests : remove lib_wallet_api tests</title>
<updated>2017-12-22T20:52:22Z</updated>
<author>
<name>guzzijones</name>
<email>guzzijones12@gmail.com</email>
</author>
<published>2017-10-08T23:06:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cdd516fae3142fee542ba63498365cdbdbc79ec6'/>
<id>urn:sha1:cdd516fae3142fee542ba63498365cdbdbc79ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Add debug-static-all target</title>
<updated>2017-07-29T23:19:39Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2017-07-02T08:12:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=94dd5cb4a034a2cb43f9a866c9a6d6d76dfd4ba0'/>
<id>urn:sha1:94dd5cb4a034a2cb43f9a866c9a6d6d76dfd4ba0</id>
<content type='text'>
Also make debug-all target statically link all internal libraries.
</content>
</entry>
<entry>
<title>Add fuzz testing using american fuzzy lop</title>
<updated>2017-06-24T15:46:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-06-24T11:38:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=841231e5bd0d90e8a57d6fd997701a70ef520730'/>
<id>urn:sha1:841231e5bd0d90e8a57d6fd997701a70ef520730</id>
<content type='text'>
Existing tests: block, transaction, signature, cold outputs,
cold transaction.

Data for these is in tests/data/fuzz.

A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg:

contrib/fuzz_testing/fuzz.sh signature

The fuzzer will run indefinitely, ^C to stop.

Fuzzing is currently supported for GCC only. I can't get CLANG
to build Monero here as it dies on some system headers, so if
someone wants to make it work on both, that'd be great.
In particular, the __AFL_LOOP construct should be made to work
so that a given run can fuzz multiple inputs, as the C++ load
time is substantial.
</content>
</entry>
<entry>
<title>Makefile add missing space for target android</title>
<updated>2017-02-24T04:21:32Z</updated>
<author>
<name>MoroccanMalinois</name>
<email>MoroccanMalinois@protonmail.com</email>
</author>
<published>2017-02-24T04:21:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=032fd3543ddad6a12e335ac80b36241b1f65dc87'/>
<id>urn:sha1:032fd3543ddad6a12e335ac80b36241b1f65dc87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update last few copyright year references</title>
<updated>2017-02-22T07:55:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-22T07:55:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=27b477f68d4174750d6bfb3ec1ca3c7d6efb1fd8'/>
<id>urn:sha1:27b477f68d4174750d6bfb3ec1ca3c7d6efb1fd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: fix copy/paste mistake in targets (s/freebsd/mac)</title>
<updated>2017-02-21T10:25:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-21T10:25:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=13cd544de3aedc48000b4a0692b04464244334aa'/>
<id>urn:sha1:13cd544de3aedc48000b4a0692b04464244334aa</id>
<content type='text'>
</content>
</entry>
</feed>
