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-11-28
LibIPC: Give MessageBuffer::fds some inline capacity (1)
Andreas Kling
2021-11-28
LibAudio: Optimize sample moves in FlacLoader
kleines Filmröllchen
2021-11-28
AK: Stop Vector::extend from unnecessary reallocation
kleines Filmröllchen
2021-11-28
AK: Add Vector::unchecked_append for data pointers
kleines Filmröllchen
2021-11-28
Utilites: Add abench utility
kleines Filmröllchen
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
LibAudio: Buffer API improvements
kleines Filmröllchen
2021-11-28
LibAudio: Avoid frequent read() calls in FLAC residual decode
kleines Filmröllchen
2021-11-28
AK: Expose Buffered's buffer size and underlying stream
kleines Filmröllchen
2021-11-28
AK: Allow to "get a result" from Result<void>
Hendiadyoin1
2021-11-28
AK: Remove unused static member of Bitmap
Ben Wiederhake
2021-11-28
Meta: Allow overlong 'fixup!' commit titles in pre-commit hook
Ben Wiederhake
2021-11-28
ThemeEditor: Use LibMain
Marcus Nilsson
2021-11-28
Magnifier: Use LibMain
Marcus Nilsson
2021-11-28
LibGL: Initialize all GL context matrices with the identity matrix
Stephan Unverwerth
2021-11-28
Toolchain/Clang: Fix CMake using utilities from the LLVM port
Daniel Bertalan
2021-11-28
Ports: Upgrade LLVM to version 13.0.0
Daniel Bertalan
2021-11-28
Meta: Copy libstdc++ into the disk image
Daniel Bertalan
2021-11-28
Meta: Copy libc++ headers into the disk image
Daniel Bertalan
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-11-28
LibC: Add definition for ENOTRECOVERABLE
Daniel Bertalan
2021-11-28
Toolchain/Clang: Support using `libstdc++` as the C++ standard library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Allow setting a default unwind library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Pick up includes when running inside Serenity
Daniel Bertalan
2021-11-28
Toolchain/Clang: Add support for -static-libstdc++
Daniel Bertalan
2021-11-28
Kernel: Ignore AC97 non-completion interrupts
Jelle Raaijmakers
2021-11-28
Kernel: Add AC97_DEBUG macro
Jelle Raaijmakers
2021-11-28
LibGL: Implement `glScissor()`
Jelle Raaijmakers
2021-11-28
Kernel: Log when a process exits with an unlocked veil
Sam Atkins
2021-11-28
Base: Add Lisu Supplement characters to font Katica Regular 10
Lady Gegga
2021-11-28
Base: Add Toto characters to font Katica Regular 10
Lady Gegga
2021-11-28
Base: Add a test page for async functions + XMLHttpRequest
Ali Mohammad Pur
2021-11-28
LibJS: Spin the event loop while waiting for async completion in `await`
Ali Mohammad Pur
2021-11-28
LibJS: Implement parsing of TemporalDurationString
Linus Groh
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Add fallible variants of the GUI::Layout add/insert APIs
Andreas Kling
2021-11-28
KeyboardSettings: Remove some unnecessary pledge promises
Andreas Kling
2021-11-27
Kernel/Audio: Implement 2 correctness fixes in AC97
Liav A
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
TerminalSettings: Remove unnecessary pledges and unveils
Andreas Kling
2021-11-28
TerminalSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
2021-11-28
MailSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
DisplaySettings: Port to LibMain :^)
Andreas Kling
2021-11-28
Keymaps: Add Turkish-F Keymap
Emir Sarı
2021-11-28
Kernel/Storage: Restore booting from MBR partitions functionality
Liav A
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-28
LibCore: Allow System::pledge execpromises argument to be omitted
Brian Gianforcaro
2021-11-28
LibCore+cat: Switch Core::System::read/write to take a Span of bytes
Brian Gianforcaro
[next]