summaryrefslogtreecommitdiff
path: root/Userland
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-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-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-31LibELF: Support weak symbols when using BIND_NOWGunnar 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-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-31LibELF + LibDebug: Reduce allocations during symbolificationBrian Gianforcaro
2021-05-30pls: Fix typo in TERM environment variable propagationAndreas Kling
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-31LibCrypto: Fix bound checks when reading bitmapsBen Wiederhake
2021-05-30LibC: Don't clear errno on successTim Schumacher
2021-05-30Utilities: Implement ArmedScopeGuard in userdel to unlink temp filesbrapru
2021-05-30LibC: Allow empty spwd members when writing shadow entries via putspentbrapru
2021-05-30Utilities: Update userdel to use /etc/shadowbrapru
2021-05-30Utilities: Update useradd to use /etc/shadowbrapru
2021-05-30Utilities: Change default shell of useradd to /bin/shbrapru
2021-05-30WebServer: Put dbgln's behind WEBSERVER_DEBUGEdwin Hoksberg
2021-05-30LibC: Add stubs for wctype and iswctypeTim Schumacher
2021-05-30LibC: Stub out btowcTim Schumacher
2021-05-30LibC: Implement __fpurgeTim Schumacher
2021-05-30LibC: Implement getprogname and setprognameTim Schumacher
2021-05-30LibC: Implement __freading and __fwritingTim Schumacher
2021-05-30LibGfx: Load correct durations for gifsBen Wiederhake
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30WebServer: Exit when the given port is invalidLinus Groh
2021-05-30WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()Linus Groh
2021-05-30which: Replace printf() with outln()/warnln()Linus Groh
2021-05-30userdel: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-30ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln()Linus Groh
2021-05-30WebServer: Add optional listen address argumentEdwin Hoksberg
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-30pls: Unveil search paths with browse permissionsBrendan Coles