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
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
Userland: Invoke tzset in applications that care about time zones
Timothy Flynn
2022-01-25
LibC: Ensure tzname and related fields are intialized
Timothy Flynn
2022-01-25
LibC: Revert localtime_r to use time zone information set by tzset
Timothy Flynn
2022-01-25
LibC: Invoke tzset from time functions required to update time zone info
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
2022-01-25
LibC: Define the POSIX TZNAME_MAX limit
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-25
timezone: Add an option to list all time zones
Timothy Flynn
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2022-01-25
CrashReporter: Dispatch backtrace progress callbacks on the main thread
Andreas Kling
2022-01-25
LibThreading: Invoke BackgroundAction completions on origin event loop
Andreas Kling
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-25
tree: Port to LibMain
Names4Noobs
2022-01-25
rmdir: Port to LibMain
Ariel Abreu
2022-01-25
rm: Port to LibMain
Ariel Abreu
2022-01-25
md: Port to LibMain
Fabian INGREMEAU
2022-01-25
mv: Port to LibMain
Fabian INGREMEAU
2022-01-25
tail: Port to LibMain
Fabian INGREMEAU
2022-01-25
LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone
Linus Groh
2022-01-24
less: Fix memory leak when scrolling to EOF
Rummskartoffel
2022-01-24
LibPDF: Make Filter::decode() return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibJS/Tests: Enable Number.isInteger() test that now passes
Linus Groh
2022-01-24
LibJS: Update ShadowRealm AO parameter declaration notations
Linus Groh
2022-01-24
LibJS: Let WrappedFunction inherit target name and length
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionLength AO
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionName AO
Linus Groh
2022-01-24
LibJS: Fix the execution context for the bytecode interpreter
davidot
2022-01-24
LibEDID: Fix handling extension maps
Tom
2022-01-24
LibEDID: Fix calculating height and refresh rate for interlaced modes
Tom
2022-01-24
Browser: Convert file-downloading code to Core::Stream :^)
Sam Atkins
2022-01-24
LibProtocol: Overload Request::stream_into() to accept a Core::Stream
Sam Atkins
2022-01-24
Browser: Convert ad-filter loading to Core::Stream :^)
Sam Atkins
2022-01-24
Browser: Convert search-engines file loading to Core::Stream :^)
Sam Atkins
2022-01-24
LibWeb: Resolve a FIXME when determining target of an event handler
Andreas Kling
2022-01-24
LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties
Sam Atkins
2022-01-24
LibWeb: Add `none` as a valid identifier for `fill` and `stroke`
Sam Atkins
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2022-01-24
Utilities/readelf: Add support for printing the content of sections
Daniel Bertalan
2022-01-24
mktemp: Port to LibMain
Kenneth Myhra
2022-01-24
mkfifo: Port to LibMain
Kenneth Myhra
2022-01-24
LibCore: Add mkfifo() syscall wrapper
Kenneth Myhra
2022-01-24
mknod: Port to LibMain
Kenneth Myhra
2022-01-24
LibCore: Add mknod() syscall wrapper
Kenneth Myhra
2022-01-24
LibC: Add POSIX spec link for unistd mknod() API
Kenneth Myhra
2022-01-24
LibCore: Improve handling of parsing errors in FilePermissionsMask
Xavier Defrang
[next]