summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25timezone: Add an option to list all time zonesTimothy Flynn
2022-01-25Kernel: Fix index calculation in NVMeQueue submit_sync_sqe functionPankaj Raghav
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-25AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`James Puleo
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-25Kernel: Replace String with NonnullOwnPtr<KString> in sys$getkeymapIdan Horowitz
2022-01-25Base: Add Arabic characters to font Katica Regular 10Lady Gegga
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-24Kernel: Don't send crash signal to process itself when it has no handlerAndreas Kling
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-24Ports: Add Half-Life: Opposing Force port :^)Jesse Buhagiar
2022-01-24Base: Add symbols to font Csilla Bold 10Lady Gegga
2022-01-24Base: Add symbols to font Csilla Regular 10Lady Gegga
2022-01-24LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS propertiesSam Atkins
2022-01-24Base: Modify SVG test page to include inherited attributesSam Atkins
2022-01-24LibWeb: Add `none` as a valid identifier for `fill` and `stroke`Sam Atkins
2022-01-24Base: Add more emojiselectrikmilk
2022-01-24LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"Andreas Kling
2022-01-24Kernel: Include slabheaps in kmalloc statisticsIdan Horowitz
2022-01-24Kernel: Make DiskCache::ensure OOM-fallible using ErrorOrIdan Horowitz
2022-01-24Utilities/readelf: Add support for printing the content of sectionsDaniel Bertalan
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-24Toolchain: Backport support for the mold linkerDaniel Bertalan
2022-01-24Toolchain+Ports: Use the GNU hash format by defaultDaniel Bertalan