summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-31SpaceAnalyzer: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31Debugger: Replace printf() with outln()Linus Groh
2021-05-31Applets/Network: Replace fprintf(stderr) with dbgln()Linus Groh
2021-05-31LibX86: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibWeb/WrapperGenerator: Replace a fprintf() with warnln()Linus Groh
2021-05-31LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()Linus Groh
2021-05-31LibHTTP: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()Linus Groh
2021-05-31LibGfx: Replace if constexpr (PNG_DEBUG) printf() with dbgln_if()Linus Groh
2021-05-31LibGemini: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31LibCore: Replace fprintf(stderr)/printf() with warnln()/out()Linus Groh
2021-05-31LibC: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31AK: Add Formatter<unsigned char[Size]>Linus Groh
2021-05-31Kernel: Fix crash when switching to console 5 & 6Sebastian Zaha
2021-05-31AK: Guard inline assembly with ARCH(I386) and provide alternativeAndrew Kaster
2021-05-31LibGfx: Make JPGLoader iterate components deterministicallysin-ack
2021-05-31LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"Luke
2021-05-31LibGL: Use Texture Units in Rasterizer and ContextJesse Buhagiar
2021-05-31LibGL: Implement glActiveTextureJesse Buhagiar
2021-05-31LibGL: Implement basic texture unitsJesse Buhagiar
2021-05-31AK+Kernel: Disallow implicitly lifting pointers to OwnPtr'sAli Mohammad Pur
2021-05-31Lagom/Fuzzers: Add SQL parser fuzzerLuke
2021-05-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-31LibELF: Support weak symbols when using BIND_NOWGunnar Beutner
2021-05-31CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find itBrian Gianforcaro
2021-05-31Kernel: Add KString::must_{..} factory methodsBrian Gianforcaro
2021-05-31AK: Remove the m_length member for StringBuilderGunnar Beutner
2021-05-31AK: Fix accidentally-quadratic behavior in StringBuilderGunnar Beutner
2021-05-31AK: Use ByteBuffer::append for the StringBuilder classGunnar Beutner
2021-05-31AK: Split the ByteBuffer::trim method into two methodsGunnar Beutner
2021-05-31AK: Remove the public ByteBuffer::trim methodGunnar Beutner
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner
2021-05-31CMake: Verify the GCC host version is new enough to build serenityBrian Gianforcaro
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-31AK: Add tests for LEB128 decoderAndrew Kaster
2021-05-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-31LibELF + LibDebug: Reduce allocations during symbolificationBrian Gianforcaro
2021-05-31Kernel: Move CommandLine API to use AK::StringView instead of AK::StringBrian Gianforcaro
2021-05-31Documentation: Remove outdated info about `pls` from build instructionsAndreas Kling
2021-05-30Toolchain: Remove dependency check for texinfoGunnar Beutner
2021-05-30pls: Fix typo in TERM environment variable propagationAndreas Kling
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-30Revert "AK: Fix accidentally-quadratic behavior in StringBuilder"Ben Wiederhake
2021-05-31LibCrypto: Fix bound checks when reading bitmapsBen Wiederhake
2021-05-30Kernel: Unnamed regions still need a null-terminator in core dumpsAndreas Kling
2021-05-30AK: Honor variable precision argument when formattingTim Schumacher
2021-05-30LibC: Don't clear errno on successTim Schumacher
2021-05-30Kernel: Don't log profile data before/after the process/thread lifetimeGunnar Beutner