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
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
2021-03-04
Lagom/Fuzzers: Add fuzzers for LibCompess
Luke
2021-03-01
Lagom/Fuzzers: Add WAV fuzzer
Luke
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
Lagom/Fuzzers: Add RSA key parser fuzzer
Luke
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2021-02-08
Fuzz: Remove unused FuzziliJS header
Ben Wiederhake
2021-01-24
Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli version
Luke
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
FuzzJs: If the program successfully parsed, try running it
Luke
2021-01-02
Lagom/Fuzzers: Add TTF fuzzer
Luke
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes
Andreas Kling
2020-12-14
Lagom/Fuzzers: Fix creation of ELF::Loader
Itamar
[next]