index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
LibCore: Use the new `Handle` type for the `BitStream` types
Tim Schumacher
2022-12-12
LibCore: Add `Stream::Handle`
Tim Schumacher
2022-12-12
LibCore: Use `Core::System::poll()` in `PosixSocketHelper`
Lucas CHOLLET
2022-12-12
LibCore: Add a wrapper for `poll()`
Lucas CHOLLET
2022-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-12
Browser: Go back/forward when pressing back/forward mouse buttons
Baitinq
2022-12-12
LibJS: Keep GeneratorObject's stored execution context's internals alive
Luke Wilde
2022-12-12
LibJS: Make it possible to visit the edges of an ExecutionContext
Luke Wilde
2022-12-12
LibJS: Move ExecutionContext function implementations out of line
Luke Wilde
2022-12-12
LibCore: Make not discarding all requested bytes from a stream an error
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-12
Help+LibManual: Without arguments, open index page instead of crashing
kleines Filmröllchen
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `mkdirat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-11
LibThreading: Overhaul thread behavior with ThreadState
kleines Filmröllchen
2022-12-11
LibThreading: Add a thread state enum
kleines Filmröllchen
2022-12-11
LibThreading: Add Thread formatter
kleines Filmröllchen
2022-12-11
LibThreading: Move now-trivial accessors of Thread to cpp file
kleines Filmröllchen
2022-12-11
LibThreading: Use Threading namespace in Thread.cpp
kleines Filmröllchen
2022-12-11
LibSQL: Don't use the SQL socket file path as its descriptor
Timothy Flynn
2022-12-11
LibSQL: Do not fchmod the SQL socket on macOS
Timothy Flynn
2022-12-11
LibWeb: Support `calc()` values in `background-position`
MacDue
2022-12-11
LibWeb: Use space_used_by_floats to get x offset of box that creates BFC
Aliaksandr Kalenik
2022-12-11
LibWeb: Check if block creates BFC even if all it's children are inline
Aliaksandr Kalenik
2022-12-11
LibX86: Only pass ProcessorMode to Instruction constructor
Itamar
2022-12-11
LibX86: Use AddressSize::32 in Long mode
Itamar
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-11
Help+man+LibManual: Move argument handling to LibManual
kleines Filmröllchen
2022-12-11
Help+LibManual: Move all manpage path handling to LibManual
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-11
LibIPC: Add a hook to MultiServer to inform owners of new clients
Timothy Flynn
2022-12-11
LibCore: Add a standard path for runtime communication files
Timothy Flynn
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-10
LibGUI: Disable corresponding Scrollbar button when reaching min or max
DragonAlex98
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
[next]