summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-14LibCore: Merge two search implementations in `Stream::BufferedStream`Lucas CHOLLET
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14AK: Default move operators for `CircularBuffer`Lucas CHOLLET
2023-01-14LibWeb: Implement value_id_from_string by hash lookupBen Wiederhake
2023-01-14LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_stringBen Wiederhake
2023-01-14LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is setBen Wiederhake
2023-01-14AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap againBen Wiederhake
2023-01-14LibJS: Reword and reorder some steps of the Intl ResolveLocale AOTimothy Flynn
2023-01-14LibJS: Consistently use spaces / parentheses in NumberFormat operationsTimothy Flynn
2023-01-14LibJS: Refer to String elements as code units rather than charactersTimothy Flynn
2023-01-14LibJS: Update syntax for invoking the GetOption AO from Intl objectsTimothy Flynn
2023-01-14LibJS: Fix assignment of "isNegative" in FormatNumericToStringTimothy Flynn
2023-01-14LibJS: Renumber Intl.NumberFormat v3 prototypes and AOsTimothy Flynn
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-14LibWeb: Stop using percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-14LibWeb: Propagate layout mode of table formatting context to table cellsAliaksandr Kalenik
2023-01-14LibWeb: Table box width should be relative to wrapper containing blockAliaksandr Kalenik
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-14LibSQL: Don't do fchmod on OpenBSDnipos
2023-01-14LibCore: On OpenBSD, handle anon_create() like on MacOSnipos
2023-01-14LibWeb: Use failable StringBuilder methods in StyleValueMacDue
2023-01-14AK: Add StringBuilder::try_join()MacDue
2023-01-14LibWeb: Remove some unnecessary .release_value()s in StyleValueMacDue
2023-01-14LibGemini: Disallow cases forbidden in the specArda Cinar
2023-01-14LibGemini: Do not loop in Gemini::Job in case of errorArda Cinar
2023-01-14LibGemini: Propagate errors in Job::read_line and Job::receiveArda Cinar
2023-01-14RequestServer: Do not crash on Gemini responsesArda Cinar
2023-01-14LibGemini: Add a response length helper to Gemini::JobArda Cinar
2023-01-14LibSQL: Don't do fchmod on FreeBSDnipos
2023-01-14Meta: Fix copyright header in Kernel/Syscalls/jail.cpp fileLiav A
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2023-01-13LibCore: Add helper functions to read/write trivial values from streamsTim Schumacher
2023-01-13LibCore: Enable file descriptor passing on FreeBSDNiklas Poslovski
2023-01-13LibCompress: Remove all leftover `AK::Stream` headersTim Schumacher
2023-01-13LibCompress: Switch the deflate seekback buffer to `CircularBuffer`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor`Tim Schumacher
2023-01-13LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`Tim Schumacher
2023-01-13LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`Tim Schumacher
2023-01-13LibCompress: Switch `DeflateDecompressor` to a fallible constructorTim Schumacher
2023-01-13AK: Add `CircularBuffer::read_with_seekback`Tim Schumacher
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13LibJS: Explicitly disallow references in ThrowCompletionOrTimothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-13AK: Add support for "debug only" formattersMacDue
2023-01-13strace: Fix ignored errors in formattingMacDue
2023-01-13FontEditor: Fix more ignored .to_string() errorsMacDue
2023-01-13LibWeb: Fix more ignored .to_string() errors in StyleValueMacDue
2023-01-13AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>MacDue
2023-01-13AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv4Address>MacDue