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
2020-12-19
LibIPC: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-19
Kernel: Use fallible KBuffer API in PerformanceEventBuffer
Andreas Kling
2020-12-19
AK: Add hash implementations for i16 and i64
Sahan Fernando
2020-12-18
Kernel: Avoid a heap allocation for every outgoing TCP packet
Andreas Kling
2020-12-18
Kernel/Net: Avoid a heap allocation for every outgoing UDP packet
Andreas Kling
2020-12-18
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
Andreas Kling
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_bytes()
Andreas Kling
2020-12-18
TmpFS: Use fallible KBuffer API
Andreas Kling
2020-12-18
Ext2FS: Fail the mount if BGD table cache allocation fails
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_size()
Andreas Kling
2020-12-18
LibLine: Treat leftover data in buffer as a read event
AnotherTest
2020-12-18
LibLine: Be less lazy when moving prompt origin row
AnotherTest
2020-12-18
LibCore: UDPServer::bind: Replace bind failure assert() with perror()
Brendan Coles
2020-12-18
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
Linus Groh
2020-12-18
LibGfx: Give Size and Rect * and *= operators
Nico Weber
2020-12-18
LibGfx: Fix type of scale factor in Point scale operators
Nico Weber
2020-12-18
ClipboardHistory: Add window icon
Brendan Coles
2020-12-18
HackStudio: Remove duplicate auto-indentation in HackStudio Language Server
Sahan Fernando
2020-12-18
LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...
Sahan Fernando
2020-12-18
Kernel: Don't dump core when OOM-killing a process
Andreas Kling
2020-12-18
LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}
Andreas Kling
2020-12-18
LibWeb: Silence BFC spam about not knowing how to place boxes
Andreas Kling
2020-12-18
Kernel: Workaround QEMU bug and initialize i8042 controller
Liav A
2020-12-18
Base: Add app-libgfx-demo.png 32x32 icon
Linus Groh
2020-12-18
Base: Add app-fire.png 32x32 icon
Linus Groh
2020-12-18
Base: Add app-cube.png 32x32 icon
Linus Groh
2020-12-18
Base: Tweak app-cube.png 16x16 icon
Linus Groh
2020-12-18
Screensaver: Add app-screensaver.png 32x32 icon
Brendan Coles
2020-12-17
LibWeb: Whitespace that causes a line to wrap should be hidden
Andreas Kling
2020-12-17
Chess: Prevent board changes when waiting for ChessEngine to move
Brendan Coles
2020-12-17
WindowServer: Add the ability to animate cursors
Tom
2020-12-17
LibC: stdlib: Add clearenv() function
Brendan Coles
2020-12-17
LibWeb: Escape text nodes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Include element attributes in innerHTML getter
Linus Groh
2020-12-17
Kernel: Return a correct name string of async write request
Liav A
2020-12-17
LibWeb: Notify the PageClient when the children of <title> change
Andreas Kling
2020-12-17
LibWeb: Fix shrink-to-fit layout for position:absolute
Andreas Kling
2020-12-17
LibWeb: Use the correct containing block for position:absolute width
Andreas Kling
2020-12-17
LibWeb: Always break around inline-blocks in AllPossibleLineBreaks mode
Andreas Kling
2020-12-17
LibWeb: Make sure the ICB is at least as tall as the viewport
Andreas Kling
2020-12-17
LibGUI: Table views with SelectRows should scroll entire rows into view
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-12-17
UserspaceEmulator: Implement geteuid, getegid, ptsname syscalls
Brendan Coles
2020-12-16
Kernel: Fix Lock race causing infinite spinning between two threads
Tom
2020-12-16
ln: Make the 'path' argument optional
Andreas Kling
2020-12-16
Shell: Don't run commands with failing redirections
Linus Groh
2020-12-16
FileManager: Fix assertion when drag&dropping a file to the desktop
Andreas Kling
2020-12-16
LibGUI: Don't fill IconView item text background unless actually wanted
Andreas Kling
2020-12-16
LibGUI: Make the IconView cursor rect show up on the desktop
Andreas Kling
[next]