log contrib/fuzz/Makefile @ 51809:45270e286bdc default tip

age author description
Mon, 22 Mar 2021 15:29:05 -0700 Martin von Zweigbergk fuzz: use Python 3 in makefile
Wed, 24 Feb 2021 12:40:54 -0500 Augie Fackler fuzz: if the caller of our makefile sets CC and CXX, trust them
Fri, 15 Jan 2021 12:52:52 -0500 Augie Fackler fuzz: fix Makefile default PYTHON_CONFIG_FLAGS to be modern
Mon, 15 Jun 2020 15:14:16 -0400 Augie Fackler fuzz: add config knob for PYTHON_CONFIG_FLAGS
Tue, 10 Dec 2019 19:04:53 -0500 Augie Fackler fuzz: add a seed corpus for the dirs fuzzer
Tue, 10 Dec 2019 19:04:08 -0500 Augie Fackler fuzz: clean up production of seed corpora
Fri, 06 Dec 2019 16:09:03 -0500 Augie Fackler fuzz: clean up some repetition on building parsers.so fuzzers
Fri, 06 Dec 2019 15:21:45 -0500 Augie Fackler fuzz: remove legacy setup for running fuzzers outside oss-fuzz
Fri, 06 Dec 2019 15:08:37 -0500 Augie Fackler tests: finally fix up test-fuzz-targets.t
Fri, 06 Dec 2019 15:19:47 -0500 Augie Fackler fuzz: use a more standard approach to allow local builds of fuzzers
Fri, 06 Dec 2019 15:15:05 -0500 Augie Fackler fuzz: use a variable to allow specifying python-config to use
Fri, 06 Dec 2019 15:13:25 -0500 Augie Fackler fuzz: suppress deprecated-register warnings in our compile
Fri, 06 Dec 2019 15:12:00 -0500 Augie Fackler fuzz: follow modern guidelines and use LIB_FUZZING_ENGINE
Mon, 11 Nov 2019 16:45:22 -0500 Augie Fackler fuzz: clean out most of fuzzutil
Wed, 09 Oct 2019 20:49:58 -0700 Augie Fackler fuzz: new target to fuzz jsonescapeu8fast
Wed, 09 Oct 2019 20:49:39 -0700 Augie Fackler fuzz: new fuzzer for fncache-related functions
Wed, 09 Oct 2019 20:48:12 -0700 Augie Fackler fuzz: new fuzzer for dirs.c
Thu, 10 Jan 2019 10:23:22 -0500 Augie Fackler fuzz: stop building Python in the Makefile
Thu, 20 Dec 2018 01:22:58 -0500 Augie Fackler fuzz: new fuzzer for parsers.fm1readmarkers
Wed, 19 Dec 2018 23:48:35 -0500 Augie Fackler fuzz: new fuzzer for dirstate parser
Wed, 19 Dec 2018 20:26:53 -0500 Augie Fackler fuzz: new fuzzer for revlog's parse_index2 method
Wed, 19 Dec 2018 21:57:23 -0500 Augie Fackler fuzz: extract Python initialization to utility package
Wed, 19 Dec 2018 23:40:37 -0500 Augie Fackler fuzz: remove probably-wrong -fsanitize from fuzzutil.o rule
Wed, 19 Dec 2018 19:20:21 -0500 Augie Fackler fuzz: improve makefile per feedback from some folks at work
Mon, 03 Dec 2018 18:07:09 -0500 Augie Fackler fuzz: grep away HAVE_GETC_UNLOCKED in pyconfig.h to avoid msan badness
Tue, 13 Nov 2018 09:19:05 -0500 Augie Fackler fuzz: more correctly specify CFLAGS and LDFLAGS when building Python
Mon, 08 Oct 2018 11:50:25 -0400 Augie Fackler fuzz: allow manifest fuzzer to detect leaks
Thu, 06 Sep 2018 02:36:25 -0400 Augie Fackler fuzz: new fuzzer for cext/manifest.c
Sat, 28 Apr 2018 22:35:14 -0400 Augie Fackler fuzz: new fuzzer for the mpatch code
Sun, 03 Jun 2018 13:21:13 +0900 Yuya Nishihara fuzz: fix "make clean" to pass even if no binaries built yet