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-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
AllOf: Common iterator types
Lenny Maiorani
2020-12-20
Kernel: Randomize memory location of the dynamic loader :^)
Andreas Kling
2020-12-20
Kernel: Ptrace should not assert on poke in non-mapped tracee memory
Andreas Kling
2020-12-20
Kernel: Activate SUID/SGID credentials earlier in sys$execve()
Andreas Kling
2020-12-20
Kernel: Silence debug spam about select() being interrupted
Andreas Kling
2020-12-20
Kernel: Silence debug spam when running dynamically linked programs
Andreas Kling
2020-12-20
LibGfx: Teach all image decoders to fail on bitmap allocation failure
Andreas Kling
2020-12-20
UserspaceEmulator: Add lazy caching of debug info for shared libraries
Andreas Kling
2020-12-20
LibGfx: Fail PNG decode if output bitmap can't be allocated
Andreas Kling
2020-12-20
LibGUI: Make the GML parser a bit more fault-tolerant
Andreas Kling
2020-12-20
LibGUI: Make GUI::Label auto-sizing declarative
Andreas Kling
2020-12-20
LibGUI: Rename ProgressBar property caption => text and expose to GML
Andreas Kling
2020-12-20
FileManager: Move the main window UI to GML
Andreas Kling
2020-12-20
LibGUI: Add a couple more Widget registrations
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-20
LibWeb: Don't leave "border" CSS property around after expansion
Andreas Kling
2020-12-19
AK: Remove bogus test case for CircularDuplexStream.
asynts
2020-12-19
WindowServer: Put tooltip windows above notification windows
Andreas Kling
2020-12-19
AK: Remove awkward ByteBuffer construction modes (wrap & adopt)
Andreas Kling
2020-12-19
LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()
Andreas Kling
2020-12-19
AK: Mark some Span functions with [[nodiscard]]
Andreas Kling
2020-12-19
LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!
Andreas Kling
2020-12-19
LibWeb: Don't use ByteBuffer::wrap() when loading about: URLs
Andreas Kling
2020-12-19
LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes
Andreas Kling
2020-12-19
LibTLS: Even more ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: More ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-12-19
MenuApplets: Add Network menu applet
Brendan Coles
2020-12-19
LibELF+LibDebug: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in BMP decoder
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in PNG decoder
Andreas Kling
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
[next]