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-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
2021-05-31
Lagom/Fuzzers: Add SQL parser fuzzer
Luke
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-30
Fuzz+LibGfx: When fuzzing GIFLoader, try to load all frames
Ben Wiederhake
2021-05-21
Meta: Add a Wasm parser fuzzer
Ali Mohammad Pur
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-07
Meta: Fix Fuzzers CMakeLists.txt and ReadMe.md to use CXX_COMPILER_ID
Brian Gianforcaro
2021-05-01
Lagom/Fuzzers: Add fuzzers for Windows-1251 and Windows-1255 decoders
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
Everywhere: Update references from ReadMe.md => README.md
Andreas Kling
2021-03-27
Lagom/Fuzzers: Add fuzzer for zip file parser
Luke
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-14
Lagom/Fuzzers: Add fuzzers for the new Gzip and Deflate compressors
Luke
2021-03-14
Lagom/Fuzzers: Add fuzzers for Latin 1, Latin 2 and UTF16-BE
Luke
2021-03-12
FuzzilliJs: Add missing <errno.h> include
Andreas Kling
[next]