summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-04-04Meta: Update the screenshot in the ReadMe :^)Andreas Kling
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-04-02Meta: Resolve some pylint violations in Python lint scriptsBrendan Coles
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-31Utilities: Add simple traceroute utilityIdan Horowitz
2021-03-27Lagom/Fuzzers: Add fuzzer for zip file parserLuke
2021-03-24Meta: Pass arguments to 'serenity.sh run lagom' executableLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-19CI: Don't fail check-symbols if symbol is defiend somewhere elseItamar
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-14Lagom/Fuzzers: Add fuzzers for the new Gzip and Deflate compressorsLuke
2021-03-14Lagom/Fuzzers: Add fuzzers for Latin 1, Latin 2 and UTF16-BELuke
2021-03-13Kernel: Implement triply indirect block support in Ext2FSInodeJean-Baptiste Boric
2021-03-12Meta: Support 'serenity.sh gdb lagom'Linus Groh
2021-03-12Lagom: Add 'test' command to serenity.shLinus Groh
2021-03-12Meta: Make 'serenity.sh run lagom' run Lagom executablesLinus Groh
2021-03-12Meta: Don't depend on toolchain for lagom target in serenity.shLinus Groh
2021-03-12Meta: Add lagom_unsupported helper function to serenity.shLinus Groh
2021-03-12FuzzilliJs: Add missing <errno.h> includeAndreas Kling
2021-03-11Meta: Remove old CLion-specific filesLinus Groh
2021-03-11Meta: Add KMALLOC_DEBUG to all_the_debug_macrosAndreas Kling
2021-03-11Meta: Add gdb command to serenity.shTom
2021-03-09Kernel: Remove ancient FIFO_DEBUG codeAndreas Kling
2021-03-09Meta: Add a build helper scriptTom
2021-03-08Website: Add link to @ABigPickle's VLA exploitAndreas Kling
2021-03-08Website: Reorganize bounty page history section a little bitAndreas Kling
2021-03-08Meta: check-newlines-at-eof.py now checks .json files and files in Base/Emanuele Torre
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08Meta: serenityos.org: Fix javascript error in the 2nd anniversary page.Emanuele Torre
2021-03-06Meta: Make 'run.sh qgrub' work via SERENITY_RUNLinus Groh
2021-03-05Meta: Boot Q35 machine with SATA drive instead of using IDE driveLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A
2021-03-04Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS modeAndreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04Lagom/Fuzzers: Add fuzzers for LibCompessLuke
2021-03-03Meta: Stop excluding getopt.cpp from lintingIdan Horowitz
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-03-02Meta: Run test-js and test-compress as CTest executablesAndrew Kaster
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-03-01Meta: Allow specifying custom grub config file for build-image-grub.shTom
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke
2021-02-28Base/CI: Boot serenity in CI in a mode that runs tests on targetAndrew Kaster
2021-02-28Meta: Add run target for CIAndrew Kaster
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-27Lagom: Build with -Wno-literal-suffix when using GCCLinus Groh
2021-02-27Lagom: CMakeLists.txt housekeepingLinus Groh
2021-02-27Meta: Enable qemu virtualization acceleration on macJakub Berkop
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-24AK: Add support for AK::StringView literals with operator""svBrian Gianforcaro