| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fuzz: Configure check for main function | MarcoFalke | 2020-10-04 | 1 | -9/+0 |
| | | |||||
| * | tests: Provide main(...) function in fuzzer | practicalswift | 2020-06-25 | 1 | -4/+12 |
| | | |||||
| * | tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers) | practicalswift | 2020-05-22 | 1 | -2/+0 |
| | | |||||
| * | scripted-diff: Bump copyright headers | MarcoFalke | 2020-04-16 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | test: only declare a main() when fuzzing with AFL | fanquake | 2020-01-29 | 1 | -3/+6 |
| | | | | | | libFuzzer will provide a main(). This also fixes a weak linking issue when fuzzing with libFuzzer on macOS. | ||||
| * | test: Show debug log on unit test failure | MarcoFalke | 2020-01-02 | 1 | -0/+4 |
| | | |||||
| * | tests: Remove Cygwin WinMain workaround | practicalswift | 2019-10-24 | 1 | -6/+1 |
| | | |||||
| * | tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only ↵ | practicalswift | 2019-10-24 | 1 | -8/+5 |
| | | | | | when needed. | ||||
| * | tests: Allow for using non-default fuzzing initialization | practicalswift | 2019-10-23 | 1 | -1/+3 |
| | | |||||
| * | tests: Pass fuzzing inputs as constant references | practicalswift | 2019-10-07 | 1 | -1/+2 |
| | | |||||
| * | test: Build fuzz targets into seperate executables | MarcoFalke | 2019-01-29 | 1 | -0/+77 |