summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-16LibTLS: Add DHE_RSA AES GCM cipher suitesSamuel Bowman
2021-08-16LibTLS: Implement the DHE_RSA key exchange algorithmSamuel Bowman
2021-08-15LibJS: Parse and partially execute import and export statementsdavidot
2021-08-15LibJS: Add a mode to parse JS as a moduledavidot
2021-08-15LibGL: Implement `glColorMask`Jesse Buhagiar
2021-08-15LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome testLinus Groh
2021-08-15LibWeb: Return correct selection_rect when the node is at the endTetsui Ohkubo
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-15LibRegex: Implement and use a REPEAT operation for bytecode repetitionTimothy Flynn
2021-08-15LibRegex: Remove (mostly) unused regex::MatchOutputTimothy Flynn
2021-08-15LibRegex+LibJS: Combine named and unnamed capture groups in MatchStateTimothy Flynn
2021-08-15LibRegex: Reduce RegexMatcher's BumpAllocator chunk sizeTimothy Flynn
2021-08-15LibRegex: Disallow unescaped quantifiers in Unicode modeTimothy Flynn
2021-08-15LibRegex: Use correct source characters for Unicode identity escapesTimothy Flynn
2021-08-15LibRegex: Implement legacy octal escape parsing closer to the specTimothy Flynn
2021-08-15LibRegex: Ensure escaped hexadecimals are exactly 2 digits in lengthTimothy Flynn
2021-08-15LibRegex: Ensure escaped code points are exactly 4 digits in lengthTimothy Flynn
2021-08-15LibRegex: Fix ECMA-262 parsing of invalid identity escapesTimothy Flynn
2021-08-15Assistant: Bundle UI updates to avoid flickeringCarlos César Neves Enumo
2021-08-15LibJS: Prevent stack overflow in flatten_into_array()Robert Stefanic
2021-08-15LibCore: Move EventLoop to AK::TimeBrian Gianforcaro
2021-08-15ddate: Use DateTime::now() for timeBrian Gianforcaro
2021-08-15date: Use DateTime::now() for time, cleanup duplicate returnsBrian Gianforcaro
2021-08-15LibJS/Tests: Add test for PlainMonthDay default reference yearLinus Groh
2021-08-15LibJS/Tests: Add test for PlainYearMonth default reference dayLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.getISOFields()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.dayLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.monthCodeLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.calendarLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag]Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in the Calendar.prototype gettersLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day}Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefaultLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ToTemporalCalendarLinus Groh
2021-08-15LibJS: Start implementing Temporal.PlainMonthDayLinus Groh
2021-08-15LibJS/Tests: Tweak PlainYearMonth Infinity test valuesLinus Groh
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-15LibGUI: Simplify AboutDialog::version_string()Nico Weber
2021-08-15LibCore: Include math.h instead of defining isnan() in ArgsParser.cppNico Weber
2021-08-14LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GCIdan Horowitz
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add stub for res_queryKenneth Myhra
2021-08-14LibC: Add stub for fnmatch and a set of defined valuesKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14LibC: Add function fdopendirKenneth Myhra
2021-08-14LibCore: Add --version flag to ArgsParserNico Weber
2021-08-14LibJS: Call base class visit_edges() in various Temporal objectsAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling