summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-02CMake: Warn when a serenity app is missing small or medium iconsBrian Gianforcaro
2021-01-01Meta: Bump default RAM size to 512MBTom
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2021-01-01Kernel: Memory purging improvementsTom
2021-01-01Lagom: Build test-compressAndreas Kling
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2021-01-01Base: Add a desktop shortcut to the root directoryAndreas Kling
2020-12-31Meta: Use a raw string delimiter in text-to-cpp-string.shAndreas Kling
2020-12-31Meta+Docs+CI: Require clang-format >= 11Linus Groh
2020-12-29Build: Expose symbols SECTION_start and SECTION_size for embedded resources.William Marlow
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Import the serenityos.org websiteAndreas Kling
2020-12-27Kernel: Introduce a new partitioning subsystemLiav A
2020-12-27Build: Fix build of grub image when choosing EBR schemeLiav A
2020-12-27Build: Fix build of grub image when choosing GPT schemeLiav A
2020-12-27Kernel: Introduce the DevFSLiav A
2020-12-27Meta: Run lint-prettier.sh on CILinus Groh
2020-12-27Meta: Add lint-prettier.shLinus Groh
2020-12-27Meta: Update lint-{clang-format,shell-scripts}.sh to take a list of filesLinus Groh
2020-12-27Meta: Set 'pipefail' option correctly in shell scriptsLinus Groh
2020-12-27Base: Add some default desktop iconsAndreas Kling
2020-12-26Meta: Make lint-shell-scripts.sh happyAnotherTest
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-24Meta: Run all lint checks and report failures togetherLenny Maiorani
2020-12-24Meta: Verify all AK test files are listed in CMakeLenny Maiorani
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-12-22CMake: Use built-in add_compile_definitions for *_DEBUG macrosLenny Maiorani
2020-12-22Meta: Use the correct clang-formatBen Wiederhake
2020-12-21Build: Create device files according to the new major-minor numbersLiav A
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
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-14Build: Build libgcc_s.soItamar
2020-12-02Meta+LibHTTP: Fuzz HTTP request parsingBen Wiederhake
2020-12-01Meta: Always check completeness of ALL_THE_DEBUG_MACROSBen Wiederhake
2020-12-01Meta: Nicer wording in lintBen 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