summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-05-07Kernel: Move cpu sample perf event to PerformanceManagerBrian Gianforcaro
2021-05-07Kernel: Move process exit perf events to PerformanceManagerBrian Gianforcaro
2021-05-07Kernel: Move process creation perf events to PerformanceManagerBrian Gianforcaro
2021-05-07Kernel: Add PerformanceManager static class, move perf event APIs thereBrian Gianforcaro
2021-05-07Profiler: Make processes selectable in the timeline viewGunnar Beutner
2021-05-07Profiler: Remove the old process selection widgetGunnar Beutner
2021-05-07Profiler: Move filter checks into their own functionGunnar Beutner
2021-05-07LibCore+Userland: Add more detectable typesValtteri Koskivuori
2021-05-07Userland: Implement a file utilityValtteri Koskivuori
2021-05-07LibCore: Implement basic mime type guessing based on binary patternsValtteri Koskivuori
2021-05-07AK: Implement Span::starts_with()Valtteri Koskivuori
2021-05-07Tests: Add tests for Checked<T>::div() overflowAli Mohammad Pur
2021-05-07AK: Make Checked<T> check for division overflow as wellAli Mohammad Pur
2021-05-07LibWeb: Implement replacing the current body when setting document.bodyLuke
2021-05-07LibWeb: Add non-const variants of Document::{html_element,body,head}()Luke
2021-05-07LibWeb: Implement Node.replaceChildLuke
2021-05-06LibGUI: Remove line-is-empty check in TextDocument return-earlyMax Wipfli
2021-05-06Profiler: Add fixed track headers to the timeline viewAndreas Kling
2021-05-06Profiler: Add a statusbar and show the timeline selection info in it :^)Andreas Kling
2021-05-06Profiler: Rename ProfileTimelineWidget => TimelineTrackAndreas Kling
2021-05-06Profiler: Add TimelineView widget and make the timeline cursor globalAndreas Kling
2021-05-06Profiler: Tweak timeline widget appearanceAndreas Kling
2021-05-06Profiler: Show one timeline per process :^)Andreas Kling
2021-05-06LibC: Make malloc(0) return a non-null pointerGunnar Beutner
2021-05-06LibC: Make scanf() not increment the assignment count for %nGunnar Beutner
2021-05-06Base: Make the /bin/TextEditor desktop shortcut say "Text Editor" :^)Andreas Kling
2021-05-06Tests: Move LibRegex tests to Tests/LibRegexBrian Gianforcaro