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
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-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
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
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
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
LibGUI: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-05
Userland: Cast unused BackgroundAction::construct() 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
LibC: Add a couple of missing errno codes
Idan Horowitz
2021-12-05
LibC: Stub out the rest of the getnameinfo flags
Idan Horowitz
2021-12-05
Kernel: Add the SIOCATMARK ioctl request macro
Idan Horowitz
2021-12-04
LibCore: Add syscall wrapper for chmod()
Kenneth Myhra
2021-12-04
LibSQL: Gracefully react to unimplemented valid SQL
Jan de Visser
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-12-04
LibWeb: Stop sending "load" event twice to iframes
Andreas Kling
2021-12-04
LibWeb: Fix DOMImplementation changing content type of wrong document
Andreas Kling
2021-12-04
LibCore: Add lstat() syscall wrapper
Andreas Kling
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-12-02
LibGUI: Make FilteringProxyModel reference-count its parent model
Martin Blicha
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
LibUnicode: Do not generate data for "generic" calendars
Timothy Flynn
2021-12-01
LibUnicode: Fix copy-paste error in calendar_pattern_style_to_string
Timothy Flynn
[next]