index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-14
LibCore: Merge two search implementations in `Stream::BufferedStream`
Lucas CHOLLET
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-14
AK: Default move operators for `CircularBuffer`
Lucas CHOLLET
2023-01-14
LibWeb: Implement value_id_from_string by hash lookup
Ben Wiederhake
2023-01-14
LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_string
Ben Wiederhake
2023-01-14
LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is set
Ben Wiederhake
2023-01-14
AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap again
Ben Wiederhake
2023-01-14
LibJS: Reword and reorder some steps of the Intl ResolveLocale AO
Timothy Flynn
2023-01-14
LibJS: Consistently use spaces / parentheses in NumberFormat operations
Timothy Flynn
2023-01-14
LibJS: Refer to String elements as code units rather than characters
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-14
LibJS: Fix assignment of "isNegative" in FormatNumericToString
Timothy Flynn
2023-01-14
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
Timothy Flynn
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-14
LibWeb: Stop using percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-14
LibWeb: Propagate layout mode of table formatting context to table cells
Aliaksandr Kalenik
2023-01-14
LibWeb: Table box width should be relative to wrapper containing block
Aliaksandr Kalenik
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-14
AK: Remove `CircularDuplexStream`
Tim Schumacher
2023-01-14
LibSQL: Don't do fchmod on OpenBSD
nipos
2023-01-14
LibCore: On OpenBSD, handle anon_create() like on MacOS
nipos
2023-01-14
LibWeb: Use failable StringBuilder methods in StyleValue
MacDue
2023-01-14
AK: Add StringBuilder::try_join()
MacDue
2023-01-14
LibWeb: Remove some unnecessary .release_value()s in StyleValue
MacDue
2023-01-14
LibGemini: Disallow cases forbidden in the spec
Arda Cinar
2023-01-14
LibGemini: Do not loop in Gemini::Job in case of error
Arda Cinar
2023-01-14
LibGemini: Propagate errors in Job::read_line and Job::receive
Arda Cinar
2023-01-14
RequestServer: Do not crash on Gemini responses
Arda Cinar
2023-01-14
LibGemini: Add a response length helper to Gemini::Job
Arda Cinar
2023-01-14
LibSQL: Don't do fchmod on FreeBSD
nipos
2023-01-14
Meta: Fix copyright header in Kernel/Syscalls/jail.cpp file
Liav A
2023-01-13
LibDNS: Use `AllocatingMemoryStream` in DNS package construction
Tim Schumacher
2023-01-13
LibCore: Add helper functions to read/write trivial values from streams
Tim Schumacher
2023-01-13
LibCore: Enable file descriptor passing on FreeBSD
Niklas Poslovski
2023-01-13
LibCompress: Remove all leftover `AK::Stream` headers
Tim Schumacher
2023-01-13
LibCompress: Switch the deflate seekback buffer to `CircularBuffer`
Tim Schumacher
2023-01-13
LibCompress: Remove `DuplexMemoryStream` from `GzipDecompressor`
Tim Schumacher
2023-01-13
LibCompress: Remove `DuplexMemoryStream` from `DeflateDecompressor`
Tim Schumacher
2023-01-13
LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`
Tim Schumacher
2023-01-13
LibCompress: Switch `DeflateDecompressor` to a fallible constructor
Tim Schumacher
2023-01-13
AK: Add `CircularBuffer::read_with_seekback`
Tim Schumacher
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
LibJS: Explicitly disallow references in ThrowCompletionOr
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
strace: Fix ignored errors in formatting
MacDue
2023-01-13
FontEditor: Fix more ignored .to_string() errors
MacDue
2023-01-13
LibWeb: Fix more ignored .to_string() errors in StyleValue
MacDue
2023-01-13
AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv6Address>
MacDue
2023-01-13
AK: Don't inherit Formatter<ErrorOr<T>> for Formatter<IPv4Address>
MacDue
[next]