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-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert AggregateError::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Accessor::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Explictly assert that a null GCPtr is not dereferenced
Timothy Flynn
2022-12-13
LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date
Luke Wilde
2022-12-13
LibCore: Fix struct msghdr initialization
Drew DeVault
2022-12-13
LibIPC: Support sending Variants over IPC
kleines Filmröllchen
2022-12-13
BindingsGenerator+CMake: Keep track of IDL dependencies
Daniel Bertalan
2022-12-12
LibHTTP: Don't read and drop data if status line can't be read
Tim Schumacher
2022-12-12
LibJS: Add spec comments to AggregateErrorConstructor
Linus Groh
2022-12-12
LibJS: Update get_substitution() section number & parameter name
Linus Groh
2022-12-12
LibJS: Add spec comments to get_this_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_object_environment()
Linus Groh
2022-12-12
LibJS: Add spec comments to new_declarative_environment()
Linus Groh
2022-12-12
LibJS: Add spec comment to length_of_array_like()
Linus Groh
2022-12-12
LibJS: Use modulo() for modulo operations in Value.cpp
Linus Groh
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
[next]