Fossil

All files named "src/fuzz.c"
Login

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: [117f5322] check-in: [8d4c4792] 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: [866728b1] check-in: [9b2b6f5b] user: stephan branch: trunk, size: 3943)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 ... (file: [653f6869] check-in: [06afb702] 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: [ecfb2cc6] check-in: [c6ae8584] 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: [c83be714] check-in: [4b46fb91] user: drh branch: trunk, size: 3963)
19:50
Improved comments on the fuzz.c module. No code changes. ... (file: [fcd84703] check-in: [898d5b6d] user: drh branch: trunk, size: 3984)
19:07
Add support for testing with libFuzzer. ... (file: [b4c5791b] check-in: [8a6e8e27] user: drh branch: libFuzzer, size: 3770)