summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2021-01-30Lagom/Fuzzers: Recommend enabling UBSan, extend instructionsBen Wiederhake
2021-01-30Lagom: Don't include Shell/main.cppBen Wiederhake
2021-01-28Lagom+AK: Remove remains of clang -Wconsumed usageAndreas Kling
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-24Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli versionLuke
2021-01-20Meta: Add some more documentation on oss-fuzzNico Weber
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest
2021-01-12Lagom: Add Userland/ to include pathsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-03Lagom: Build gml-formatLinus Groh
2021-01-03Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinkerWilliam Marlow
2021-01-03FuzzJs: If the program successfully parsed, try running itLuke
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-01Lagom: Build test-compressAndreas Kling
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-12-15Meta: Set a 10 second timeout on Shell testsAnotherTest
2020-12-14Lagom/Fuzzers: Fix creation of ELF::LoaderItamar
2020-12-02Meta+LibHTTP: Fuzz HTTP request parsingBen Wiederhake
2020-12-01Meta: Document fuzz dumpBen Wiederhake
2020-11-30Lagom/Fuzzers: Add URL fuzzerLuke
2020-11-29Meta: Add GitHub Actions workflow for Lagom with FuzzersLuke
2020-11-29Lagom: Mention OSS-Fuzz in ReadMeNico Weber
2020-11-29Lagom: Add a Shell parser fuzzerAnotherTest
2020-11-29Lagom: Add Regex fuzzersLinus Groh
2020-11-27Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)DavidKorczynski
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-11-26Lagom: Rename FuzzBMP to FuzzBMPLoaderNico Weber
2020-11-26Lagom: Make BMP fuzzer look like the other image loader fuzzersNico Weber
2020-11-26Lagom: Add fuzzers for remaining image loaders: ICO, PNG, PBM, PGMNico Weber
2020-11-25Lagom: Fix FuzzJs buildLinus Groh
2020-11-20Lagom: Add a gif loader fuzzerNico Weber
2020-11-19Lagom: Add a jpg fuzzerNico Weber
2020-11-19Lagom: Make fuzzer cmake less repetitiveNico Weber
2020-11-19Lagom: Add a PPM fuzzerNico Weber
2020-11-14Lagom: Use -fsanitize=fuzzer, not -fsanitize=fuzzer-no-linkNico Weber
2020-11-14Lagom: Add a gemini fuzzerNico Weber
2020-11-14Lagom: Augment fuzzing readme a bitNico Weber
2020-11-12Lagom: Add ntpquery to lagom buildNico Weber
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-11-08Lagom/Fuzzers: Add a Dockerfile for FuzzilliJsLinus Groh
2020-11-07Documentation: Update required GCC version to >= 10Linus Groh
2020-11-07Lagom/Fuzzers: Add Fuzzilli version of FuzzJsLuke
2020-11-02Travis: Update host GCC to version 10Linus Groh