Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/fuzz.c
2022-04-20
| ||
11:46 | Correct fuzz.c to honor --fuzztype markdown and add --fuzztype wiki2 which works like its previous --fuzztype wiki behavior, sending all inputs through both the fossil-wiki and markdown translators. Added a fatal error for --fuzztype artifact, as that tester is not implemented. ... (file: [117f532222] check-in: [8d4c479208] user: stephan branch: trunk, size: 4534) | |
2020-09-18
| ||
07:37 | The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. ... (file: [866728b1ad] check-in: [9b2b6f5b1c] user: stephan branch: trunk, size: 3943) | |
2020-04-05
| ||
23:45 | Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (file: [653f68698e] check-in: [06afb7022f] user: ashepilko branch: api-cleanup, size: 3944) | |
2020-01-09
| ||
23:02 | Fix build errors when using MSVC version that has no 'stdint.h' ... (file: [ecfb2cc600] check-in: [c6ae8584b1] user: ashepilko branch: trunk, size: 3943) | |
2019-09-23
| ||
21:06 | Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. ... (file: [c83be71445] check-in: [4b46fb91e3] user: drh branch: trunk, size: 3963) | |
19:50 | Improved comments on the fuzz.c module. No code changes. ... (file: [fcd8470380] check-in: [898d5b6de7] user: drh branch: trunk, size: 3984) | |
19:07 | Add support for testing with libFuzzer. ... (file: [b4c5791b17] check-in: [8a6e8e2703] user: drh branch: libFuzzer, size: 3770) | |