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-27
LibWasm: Make Frame a value type as well
Ali Mohammad Pur
2021-05-27
LibWasm: Don't put values and labels in OwnPtrs
Ali Mohammad Pur
2021-05-27
file: Output directory when path is a directory
Arjan Zuidema
2021-05-27
DHCPClient: Rename struct members for InterfaceDescriptor
Gunnar Beutner
2021-05-27
DHCPClient: Remove unused #includes
Gunnar Beutner
2021-05-27
DHCPClient: Resend DHCP packets when we don't receive an answer
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-27
Meta/CI: Add ENABLE_ALL_DEBUG_FACILITIES CMake option
Andrew Kaster
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
2021-05-27
Kernel: Pass trampolines instead of lambdas to create_kernel_process
Andrew Kaster
2021-05-27
AK: Explicitly initialize buffer member in ByteBuffer
Andrew Kaster
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-27
Keymaps: Add German (Switzerland) keymap layout
Max Wipfli
2021-05-27
Toolchain: Use set -o pipefail to the toolchain build script
Gunnar Beutner
2021-05-27
3DFileViewer: Add view menu
Erik Biederstadt
2021-05-27
Kernel: Let the user read/write more than one page from/to dev files
Gunnar Beutner
2021-05-27
Base: Make desktop shortcuts owned by anon (#7495)
Max Wipfli
2021-05-27
Ports: Bump curl to 7.77.0 :^)
Andreas Kling
2021-05-26
Kernel: Block when writing to TCP sockets when the send window is full
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-26
Help: Tweak splitter spacing in main UI layout
Andreas Kling
2021-05-26
LibGUI: Paint some knurling in the middle of GUI::Splitter
Andreas Kling
2021-05-26
LibGUI: Have GUI::Splitter track all grabbable areas
Andreas Kling
2021-05-26
Playground: Start out with a GUI::Frame on the right hand side
Andreas Kling
2021-05-27
LibGfx: remove constexpr, add noexcept on interpolate method
Samuel Kelemen
2021-05-26
Kernel: Switch VMObject to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Region to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Hearts: Highlight cards when an invalid play is attempted
Gunnar Beutner
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-26
LibGL: Fix incorrect sign compare caused by GLsizei changes
Jesse Buhagiar
2021-05-26
3DFileViewer: Support textured models
Jesse Buhagiar
2021-05-26
LibGL: Add texture sampling to SW Rasterizer
Jesse Buhagiar
2021-05-26
LibGL: Implement glTexCoord2f
Jesse Buhagiar
2021-05-26
LibGL: Implement Texture State Management
Jesse Buhagiar
2021-05-26
LibGL: Add Texture Name Allocation
Jesse Buhagiar
2021-05-26
LibGL: Change GLsizei from unsigned to signed integral type
Jesse Buhagiar
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-26
Base: Add a WebAssembly mandelbrot demo
Ali Mohammad Pur
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-26
LibWasm: Add execution hooks and a debugger mode to the wasm tool
Ali Mohammad Pur
2021-05-26
LibCore: Add a standard error stream getter
Ali Mohammad Pur
2021-05-26
LibWasm: Drop previous frame when a structured end instruction is run
Ali Mohammad Pur
2021-05-26
LibWasm: Turn memory read failures into traps
Ali Mohammad Pur
2021-05-26
LibWasm: Once more fix structured instruction label indices
Ali Mohammad Pur
2021-05-26
LibWasm: Drop the correct number of frames
Ali Mohammad Pur
2021-05-26
LibWasm: Implement checked truncation instructions
Ali Mohammad Pur
[next]