summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-19LibJS: Only allow TimeZone this value in TimeZone#getPlainDateTimeForLuke Wilde
2021-12-19LibJS: Only allow TimeZone this value in Temporal.TimeZone#toJSONLuke Wilde
2021-12-19LibJS: Only allow TimeZone this value in Temporal.TimeZone#idLuke Wilde
2021-12-19LibJS: Only allow Calendar this value in Temporal.Calendar#toJSONLuke Wilde
2021-12-18LibJS: Fix 'precision != "auto"' check in temporal_duration_to_string()Linus Groh
2021-12-18LibJS: Disallow date-only strings for PlainTimeLinus Groh
2021-12-18LibJS: Allow 'T' prefix in time-only stringsLinus Groh
2021-12-18LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString()Linus Groh
2021-12-18LibJS: Add optional calendar to Plain{Time,YearMonth,MonthDay} prodLinus Groh
2021-12-18LibJS: Update spec comment in get_iso_parts_from_epoch()Linus Groh
2021-12-18LibJS: Fix ambiguity in FractionalPart grammarLinus Groh
2021-12-18LibJS: Make PlainDate difference methods units handling consistentLinus Groh
2021-12-18LibJS: Remove outdated comment in prepare_partial_temporal_fields()Linus Groh
2021-12-18LibJS: Fix "smallestUnit" property name typo in a couple of placesLinus Groh
2021-12-18LibJS: Fix off-by-one in balance_iso_date() for leap year inputsLinus Groh
2021-12-18LibJS: Remove outdated comment from parse_temporal_duration_string()Linus Groh
2021-12-18LibJS: Only allow Calendar this value in Temporal.Calendar.prototype.idLinus Groh
2021-12-18LibC: Make sysbeep return int instead of voidJunior Rantila
2021-12-18LibJS: Fix typo in MarkedVector::end()Andreas Kling
2021-12-17LibJS/Tests: Remove outdated FIXMELinus Groh
2021-12-17LibAudio: Don't unnecessarily copy the passed decode bufferkleines Filmröllchen
2021-12-17LibAudio: Remove superflous commentkleines Filmröllchen
2021-12-17LibAudio: Add an adjustable buffer size to FlacLoaderkleines Filmröllchen
2021-12-17LibGUI: Add ErrorOr wrapper for default icon creationAstraeus-
2021-12-17LibCrypto: Declobber AES header from s-box tablesAlexander Ulmer
2021-12-16LibCore: Use correct underlying syscall in seteuid() and setegid()Andreas Kling
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-12-16LibCore: Add syscall wrapper for rename()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fchmod()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkstemp()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fork()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkdir()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mount()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for setgroups()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for isatty()Andreas Kling
2021-12-16LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegidAndreas Kling
2021-12-16LibJS: Add MarkedVector<T>Andreas Kling
2021-12-16LibJS: Add JS::make_handle(T&)Andreas Kling
2021-12-16LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encodingDmitry Petrov
2021-12-16LibCore: Remove LocalServer::on_ready_to_acceptsin-ack
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-12-16LibCore: Implement the Serenity Stream API classessin-ack
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-12-16LibC: Implement serenity_opensin-ack
2021-12-16LibGfx: Handle malformed Platform ID during TTF parsingBrian Gianforcaro
2021-12-16Terminal: Fix broken selection after dbl/trp clickryanb-dev
2021-12-16LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur