index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-07
LibGUI: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibDiff: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibC: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibJS: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibCrypto: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibGemini: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
LibCore: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-07
Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero
Mart G
2021-05-07
Meta: Fix error in lint-ports.py
Linus Groh
2021-05-07
Kernel: Set unused block pointers in ext2 inodes to zero
Mart G
2021-05-07
Base: Add manpage for file(1)
Valtteri Koskivuori
2021-05-07
Base: Consistently stylize arguments in man pages as inline code
Linus Groh
2021-05-07
file: Clean up mime type enumeration macro
Linus Groh
2021-05-07
file: Remove unused static description strings
Linus Groh
2021-05-07
file: Don't exit immediately after file open error
Linus Groh
2021-05-07
file: Remove redundant value_or({})
Linus Groh
2021-05-07
file: Avoid some unnecessary string copies
Linus Groh
2021-05-07
Meta: Fix Fuzzers CMakeLists.txt and ReadMe.md to use CXX_COMPILER_ID
Brian Gianforcaro
2021-05-07
Kernel: Limit the number of in-flight packet buffers
Gunnar Beutner
2021-05-07
DynamicLoader: Remove math functionality in favor of -lgcc
Gunnar Beutner
2021-05-07
Ports: Update the gcc patch to match the toolchain
Gunnar Beutner
2021-05-07
Toolchain: Make -nodefaultlibs not link against libgcc_s
Gunnar Beutner
2021-05-07
Profiler: Don't iterate all events when filtering timeline view
Brian Gianforcaro
2021-05-07
Kernel: Move cpu sample perf event to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Move process exit perf events to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Move process creation perf events to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Add PerformanceManager static class, move perf event APIs there
Brian Gianforcaro
2021-05-07
Profiler: Make processes selectable in the timeline view
Gunnar Beutner
2021-05-07
Profiler: Remove the old process selection widget
Gunnar Beutner
2021-05-07
Profiler: Move filter checks into their own function
Gunnar Beutner
2021-05-07
LibCore+Userland: Add more detectable types
Valtteri Koskivuori
2021-05-07
Userland: Implement a file utility
Valtteri Koskivuori
2021-05-07
LibCore: Implement basic mime type guessing based on binary patterns
Valtteri Koskivuori
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
Tests: Add tests for Checked<T>::div() overflow
Ali Mohammad Pur
2021-05-07
AK: Make Checked<T> check for division overflow as well
Ali Mohammad Pur
2021-05-07
LibWeb: Implement replacing the current body when setting document.body
Luke
2021-05-07
LibWeb: Add non-const variants of Document::{html_element,body,head}()
Luke
2021-05-07
LibWeb: Implement Node.replaceChild
Luke
2021-05-06
LibGUI: Remove line-is-empty check in TextDocument return-early
Max Wipfli
2021-05-06
Profiler: Add fixed track headers to the timeline view
Andreas Kling
2021-05-06
Profiler: Add a statusbar and show the timeline selection info in it :^)
Andreas Kling
2021-05-06
Profiler: Rename ProfileTimelineWidget => TimelineTrack
Andreas Kling
2021-05-06
Profiler: Add TimelineView widget and make the timeline cursor global
Andreas Kling
2021-05-06
Profiler: Tweak timeline widget appearance
Andreas Kling
2021-05-06
Profiler: Show one timeline per process :^)
Andreas Kling
2021-05-06
LibC: Make malloc(0) return a non-null pointer
Gunnar Beutner
2021-05-06
LibC: Make scanf() not increment the assignment count for %n
Gunnar Beutner
2021-05-06
Base: Make the /bin/TextEditor desktop shortcut say "Text Editor" :^)
Andreas Kling
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro
[next]