| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-14 | m68k: linux/trace fixesHEADmaster | Robert Swiecki | |
| 2025-09-12 | hfuzz-cc: m68k/linux needs -latomic | Robert Swiecki | |
| 2025-09-12 | Makefile # 2: m68k/linux needs -latomic (for POSIX) | Robert Swiecki | |
| 2025-09-12 | Makefile: m68k/linux needs -latomic | Robert Swiecki | |
| 2025-09-12 | m68k: new arch | Robert Swiecki | |
| 2025-09-11 | fuzz.c: fix *rintf formatting | Robert Swiecki | |
| 2025-05-19 | hfuzz-cc: support for clang-21/22 | Robert Swiecki | |
| 2025-05-09 | Merge pull request #527 from CodeIntelligenceTesting/fix-mac-linking | robertswiecki | |
| Fix linking of fuzz test on mac | |||
| 2025-05-07 | Fix linking of fuzz test on mac | Simon Resch | |
| `-all_load` forces all libraries on the linker command line to included which causes problems when linking libhfnetdriver which also contains a `LLVMFuzzerTestOneInput` symbol. With `-force_load` only the libhfuzz library is linked retaining all symbols. | |||
| 2025-04-09 | make indent | Robert Swiecki | |
| 2025-04-09 | Merge pull request #524 from CodeIntelligenceTesting/fix-linking-libhfuzz | robertswiecki | |
| Ensure libhfuzz is linked to executables | |||
| 2025-04-03 | hfuzz-cc: ensure libhfuzz is linked to executables | Khaled Yakdan | |
| Similar to libFuzzer, hfuzz-cc now ensures that the runtime library which includes the main function provided by honggfuzz is linked to the fuzz test. This works when linking libhfuzz to normal executables (not fuzz tests) since `main` is declared as a weak function. | |||
| 2025-03-23 | mangle: support gcc-15 with __attribute__((nonstring)) | Robert Swiecki | |
| 2025-03-21 | make indent | Robert Swiecki | |
| 2025-03-21 | Merge PR #520, resolving conflicts with #521 | Robert Swiecki | |
| 2025-03-21 | Merge pull request #521 from CodeIntelligenceTesting/support-mac-as-posix | robertswiecki | |
| Support latest MacOS versions | |||
| 2025-03-21 | cmdline: undeprecate --sanitizers | Khaled Yakdan | |
| For POSIX systems, we rely on sanitizer support to handle signals such as SIGSEGV and dump the corresponding log so that sanitizer log can be parsed and the stack hash can be calculated. | |||
| 2025-03-21 | posix: disable ASLR for the child process on macOS | Khaled Yakdan | |
| For a correct error deduplication, we should disable ASLR to get a consistent stack hash across multiple runs. | |||
| 2025-03-20 | posix: increment crash count before duplicate check | Khaled Yakdan | |
| 2025-03-20 | make: add a preprocessor define for the real OS | Khaled Yakdan | |
| When building honggfuzz for macOS using `OS=POSIX make all`, the `_HF_ARCH_DARWIN` define is still needed for the hfuzz-cc compiler wrapper to work properly. | |||
| 2025-03-20 | fuzz: use correct format specifier for size_t | Khaled Yakdan | |
| 2025-03-18 | Include corpus queue size in stats filepr1-branch | Simon Resch | |
| Adds the size of the dynamic corpus to the stats file. This metric is otherwise only output in the TTY output. | |||
| 2025-02-25 | Merge pull request #517 from apach301/report-imported-seeds | robertswiecki | |
| Check coverage for imported seeds | |||
| 2025-02-25 | Merge pull request #513 from chinsyo/master | robertswiecki | |
| socketfuzzer/socketclient: migration honggfuzz_socketclinet.py to py3 | |||
| 2025-02-25 | Merge pull request #516 from devnexen/clang20_upd | robertswiecki | |
| preparing for clang 20 release. | |||
| 2025-02-25 | Check coverage for imported seeds | Daniil Kutz | |
| 2025-02-19 | preparing for clang 20 release. | David Carlier | |
| 2025-01-07 | make indent | Robert Swiecki | |
| 2024-11-16 | Merge pull request #515 from noob6t5/patch-1 | robertswiecki | |
| Update README.md | |||
| 2024-11-16 | Update README.md | Sangharsha | |
| Website of **QuickFuzz** is down . There's no reference in website . So In this PR , Website link is changed with Github Repo of QuickFuzz | |||
| 2024-11-13 | Merge pull request #514 from CodeConstruct/pr/rndlock | robertswiecki | |
| libhfcommon/util: Don't use pthread_once in rnd | |||
| 2024-11-13 | libhfcommon/util: Don't use pthread_once in rnd | Matt Johnston | |
| Since this is thread local storage it can set the value directly rather than needing to go through pthread_once. This gives a small speedup, perhaps 4%. | |||
| 2024-10-10 | socketfuzzer/socketclient: migration honggfuzz_socketclinet.py to python3, ↵ | Chinsyo | |
| refactor to get closer with `PEP8` | |||
| 2024-07-22 | hfuzz-cc: add clang-19 | Robert Swiecki | |
| 2024-07-21 | hfuzz-cc/libhfuzz/memorycmp: wrappers for sqlite3oss-fuzz | Robert Swiecki | |
| 2024-07-21 | input: make sure files are read in small chunks (starting with 4 bytes) when ↵ | Robert Swiecki | |
| using dynamic mode | |||
| 2024-07-12 | mangle/input: simplify input selection by not trusting the speed factor that ↵ | Robert Swiecki | |
| much | |||
| 2024-07-11 | libhfcommon/util: xorshiro128+ -> xorshiro256++ | Robert Swiecki | |
| 2024-01-05 | Merge pull request #509 from AteChroma0j/fix-dry-run | robertswiecki | |
| Fix dry run | |||
| 2024-01-04 | Read whole input file in dry run | AteChroma0j | |
| 2024-01-04 | Do not mangle in dry run | AteChroma0j | |
| 2023-12-26 | Merge pull request #508 from devnexen/sunos_upd2 | robertswiecki | |
| util_rndThread allow solarish system to use arc4random api. | |||
| 2023-12-26 | util_rndThread allow solarish system to use arc4random api. | David Carlier | |
| 2023-12-20 | libhfcommon/util: if'izing the util_rndInitThread code | Robert Swiecki | |
| 2023-12-20 | Merge pull request #507 from devnexen/linux_modernize_rndInit | robertswiecki | |
| util_rndInitThread Linux modernisation proposal. | |||
| 2023-12-19 | util_rndInitThread Linux modernisation proposal. | David Carlier | |
| getrandom syscall exists since enough time now (around 3.17) and we save one file descriptor usage. | |||
| 2023-12-07 | hfuzz-cc: try clang-18/17 too | Robert Swiecki | |
| 2023-12-07 | Merge pull request #505 from devnexen/solaris_noaslr | robertswiecki | |
| solaris based system, disable process ASLR. | |||
| 2023-12-06 | solaris based system, disable process ASLR. | David Carlier | |
| 2023-11-29 | Merge pull request #504 from AteChroma0j/master | robertswiecki | |
| Fix log message not updating total counters | |||
