index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Fuzzers
Age
Commit message (
Expand
)
Author
2022-05-30
Lagom/Fuzzers: Add CSS parser fuzzer
Luke Wilde
2022-05-30
Lagom/Fuzzers: Add XML parser fuzzer
Luke Wilde
2022-05-21
Meta: Add Brotli fuzzer
Michiel Visser
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-09
Meta/Lagom: Add a fuzzer for the WOFF parser
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-08
Meta: Add fuzzer for Poly1305
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Fuzzers: Add a basic input shim when running standalone
Tim Schumacher
2022-03-31
CMake: Allow building fuzzing targets without libFuzzer or OSS-Fuzz
Tim Schumacher
2022-03-31
Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`
Tim Schumacher
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-02-26
Lagom/Fuzzers: Add MP3 fuzzer
Luke Wilde
2022-02-20
Fuzzers: Avoid unnecessary ByteBuffer copies in FuzzWAVLoader
Andrew Kaster
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-22
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
kleines Filmröllchen
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2021-12-21
Meta: Add a fuzzer for the QOILoader
Linus Groh
2021-12-05
Fuzzers: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-18
Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzers
Andreas Kling
2021-11-13
Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappers
Andreas Kling
2021-10-31
FuzzilliJS: Convert native functions to ThrowCompletionOr
Idan Horowitz
2021-10-30
Lagom/Fuzzers: Add fuzzer for PDF document
Brendan Coles
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-10
Meta: Fix broken external links
Ben Wiederhake
2021-09-18
Lagom/Fuzzers: Add fuzzer for the LibCrypto PEM parser
Brian Gianforcaro
2021-09-18
Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parser
Brian Gianforcaro
2021-09-06
Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJS
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-30
Lagom: Fix oss-fuzz build error due to CMake typo
Brian Gianforcaro
2021-07-29
Lagom: Change to shared library build for all Lagom code
Andrew Kaster
2021-07-29
LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx
Andrew Kaster
2021-07-24
Lagom/Fuzzers: Add fuzzer for the quoted printable decoder
Luke
2021-07-13
Lagom/Fuzzers: Add fuzzer for FLAC loader
Luke
2021-07-13
Lagom/Fuzzers: Add fuzzer for POSIX basic regex parser
Luke
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibTTF: Memory map TTF fonts instead of reading them into heap memory
Andreas Kling
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-18
Lagom/Fuzzers: Add fuzzers for all current hashing functions
Luke
2021-06-11
Meta: Fuzz the LibIMAP Parser
x-yl
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
[next]