summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-25LibTimeZone+Userland: Rename current_time_zone to system_time_zoneTimothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-25LibC: Ensure tzname and related fields are intializedTimothy Flynn
2022-01-25LibC: Revert localtime_r to use time zone information set by tzsetTimothy Flynn
2022-01-25LibC: Invoke tzset from time functions required to update time zone infoTimothy Flynn
2022-01-25LibC: Implement tzset with time zone awareness in accordance with POSIXTimothy Flynn
2022-01-25LibC: Define the POSIX TZNAME_MAX limitTimothy Flynn
2022-01-25LibTimeZone: Add an API to retrieve both daylight and standard offsetsTimothy Flynn
2022-01-25timezone: Add an option to list all time zonesTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-25AK: Add a consume_until(StringView) overload to GenericLexerIdan Horowitz
2022-01-25CrashReporter: Dispatch backtrace progress callbacks on the main threadAndreas Kling
2022-01-25LibThreading: Invoke BackgroundAction completions on origin event loopAndreas Kling
2022-01-25LibCore: Make Core::s_main_event_loop actually globalAndreas Kling
2022-01-25tree: Port to LibMainNames4Noobs
2022-01-25rmdir: Port to LibMainAriel Abreu
2022-01-25rm: Port to LibMainAriel Abreu
2022-01-25md: Port to LibMainFabian INGREMEAU
2022-01-25mv: Port to LibMainFabian INGREMEAU
2022-01-25tail: Port to LibMainFabian INGREMEAU
2022-01-25LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZoneLinus Groh
2022-01-24less: Fix memory leak when scrolling to EOFRummskartoffel
2022-01-24LibPDF: Make Filter::decode() return ErrorOrSam Atkins
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24LibJS/Tests: Enable Number.isInteger() test that now passesLinus Groh
2022-01-24LibJS: Update ShadowRealm AO parameter declaration notationsLinus Groh
2022-01-24LibJS: Let WrappedFunction inherit target name and lengthLinus Groh
2022-01-24LibJS: Implement the SetFunctionLength AOLinus Groh
2022-01-24LibJS: Implement the SetFunctionName AOLinus Groh
2022-01-24LibJS: Fix the execution context for the bytecode interpreterdavidot
2022-01-24LibEDID: Fix handling extension mapsTom
2022-01-24LibEDID: Fix calculating height and refresh rate for interlaced modesTom
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2022-01-24LibProtocol: Overload Request::stream_into() to accept a Core::StreamSam Atkins
2022-01-24Browser: Convert ad-filter loading to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2022-01-24LibWeb: Resolve a FIXME when determining target of an event handlerAndreas Kling
2022-01-24LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS propertiesSam Atkins
2022-01-24LibWeb: Add `none` as a valid identifier for `fill` and `stroke`Sam Atkins
2022-01-24LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"Andreas Kling
2022-01-24Utilities/readelf: Add support for printing the content of sectionsDaniel Bertalan
2022-01-24mktemp: Port to LibMainKenneth Myhra
2022-01-24mkfifo: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mkfifo() syscall wrapperKenneth Myhra
2022-01-24mknod: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mknod() syscall wrapperKenneth Myhra
2022-01-24LibC: Add POSIX spec link for unistd mknod() APIKenneth Myhra
2022-01-24LibCore: Improve handling of parsing errors in FilePermissionsMaskXavier Defrang