summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
2021-05-07LibCompress: Add a method that describes a Gzip HeaderIdan Horowitz
2021-05-07LibWeb: Make frames nesting-aware and disallow deep nestingTobias Christiansen
2021-05-07Userland: Fix some weird syntax in `find`Valtteri Koskivuori
2021-05-07Meta: Improve man.serenityos.org titles and link namesLinus Groh
2021-05-07LibWeb: Make painting order more spec-compliantEgor Ananyin
2021-05-07Userland: Remove extra slashes from `find` outputValtteri Koskivuori
2021-05-07LibCore: Remove Core::IODevice::printf()Andreas Kling
2021-05-07strace: Stop using Core::IODevice::printf()Andreas Kling
2021-05-07LibCrypto: Fix a mistake in appendff() conversionAndreas Kling
2021-05-07Help: Add "Help" menu and move the about action thereLinus Groh
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-07AK: Remove StringBuilder::appendf()Andreas Kling
2021-05-07LibMarkdown: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibX86: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Utilities: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07WidgetGallery: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibLine: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGfx: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Services: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Shell: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibELF: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibRegex: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGUI: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibDiff: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibC: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibJS: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCrypto: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGemini: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCore: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zeroMart G
2021-05-07Meta: Fix error in lint-ports.pyLinus Groh
2021-05-07Kernel: Set unused block pointers in ext2 inodes to zeroMart G
2021-05-07Base: Add manpage for file(1)Valtteri Koskivuori
2021-05-07Base: Consistently stylize arguments in man pages as inline codeLinus Groh
2021-05-07file: Clean up mime type enumeration macroLinus Groh
2021-05-07file: Remove unused static description stringsLinus Groh
2021-05-07file: Don't exit immediately after file open errorLinus Groh
2021-05-07file: Remove redundant value_or({})Linus Groh
2021-05-07file: Avoid some unnecessary string copiesLinus Groh
2021-05-07Meta: Fix Fuzzers CMakeLists.txt and ReadMe.md to use CXX_COMPILER_IDBrian Gianforcaro
2021-05-07Kernel: Limit the number of in-flight packet buffersGunnar Beutner
2021-05-07DynamicLoader: Remove math functionality in favor of -lgccGunnar Beutner
2021-05-07Ports: Update the gcc patch to match the toolchainGunnar Beutner
2021-05-07Toolchain: Make -nodefaultlibs not link against libgcc_sGunnar Beutner
2021-05-07Profiler: Don't iterate all events when filtering timeline viewBrian Gianforcaro