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
Age
Commit message (
Expand
)
Author
2021-12-08
LibTLS: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibSQL: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibHTTP: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibGemini: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibCore: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
LibJS: Implement Intl.DateTimeFormat.prototype.formatToParts
Timothy Flynn
2021-12-08
LibJS: Implement (most of) Intl.DateTimeFormat.prototype.format
Timothy Flynn
2021-12-08
LibJS: Cache the data locale used by Intl.DateTimeFormat
Timothy Flynn
2021-12-08
LibJS: Add an accessor for the %Date.now% instrinsic property
Timothy Flynn
2021-12-08
LibJS: Implement Date's Week Day AO
Timothy Flynn
2021-12-08
LibJS: Implement Date's TimeClip AO
Timothy Flynn
2021-12-08
LibUnicode: Parse and generate time zone names in long and short form
Timothy Flynn
2021-12-08
LibUnicode: Generate era, month, weekday and day period calendar symbols
Timothy Flynn
2021-12-08
LibJS: Do not override hour, minute, and second format field lengths
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigits
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Supply field type in CalendarPattern's for-each method
Timothy Flynn
2021-12-08
LibJS: Mark Function object's private environment during GC
Andreas Kling
2021-12-08
LibJS: Mark entire private environment chains during GC
Andreas Kling
2021-12-08
LibJS: Make sure private environments are marked during GC
Andreas Kling
2021-12-08
LibJS: Only allocate space for Object private elements if needed
Andreas Kling
2021-12-07
WebContent: Add missing TRY on client initialization
Hendiadyoin1
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-06
SQLServer: Port to LibMain :^)
Andreas Kling
2021-12-06
LaunchServer: Port to LibMain :^)
Andreas Kling
2021-12-06
LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr
Andreas Kling
2021-12-06
LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr
Andreas Kling
2021-12-06
LibWeb: Make CSSImportRule::m_document a WeakPtr
Andreas Kling
2021-12-06
LibJS: Add tests for calendar fields of DateTimeFormat's resolvedOptions
Timothy Flynn
2021-12-06
LibJS: Always respect user-provided format field lengths
Timothy Flynn
2021-12-06
LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailable
Timothy Flynn
2021-12-05
strace: Handle strings more gracefully
Ben Wiederhake
2021-12-05
strace: Use new PT_PEEKBUF function
Ben Wiederhake
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-12-05
Demos: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
LibVT: Cast unused smart-pointer return value to void
Sam Atkins
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
DHCP4Client: Cast unused Timer return values to void
Sam Atkins
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-12-05
LibELF: Cast unused smart-pointer return value to void
Sam Atkins
2021-12-05
LibDSP: Cast unused smart-pointer return value to void
Sam Atkins
2021-12-05
LibCpp: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
Shell: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
LibC: Add a couple of missing errno codes
Idan Horowitz
[prev]
[next]