index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-01-16
LibLine: Do a whole bunch of internal error propagation
Tim Schumacher
2023-01-16
LibLine: Port most functions to `Core::Stream`
Tim Schumacher
2023-01-16
LibVirtGPU: Port to `Core::Stream`
Lucas CHOLLET
2023-01-16
LibCore: Add `Stream::File::fd()`
Lucas CHOLLET
2023-01-16
LibJS: Port trivial use cases in the Intl namespace to String
Timothy Flynn
2023-01-16
LibLocale: Add a method to convert LanguageID to a String
Timothy Flynn
2023-01-16
LibJS: Port StringIterator to String
Timothy Flynn
2023-01-16
LibJS: Port the TrimString AO to String
Timothy Flynn
2023-01-16
LibJS: Add a convenience StringView accessor to PrimitiveString
Timothy Flynn
2023-01-16
LibJS: Fix uninitialized member variable in DurationFormat
Brian Gianforcaro
2023-01-16
LibWeb: Prevent floats from being placed higher than preceding blocks
Aliaksandr Kalenik
2023-01-15
LibIPC: Decode messages using Core::Stream internally
Tim Schumacher
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-15
LibCore: Fix up type mistakes in `Stream::read_trivial_value`
Tim Schumacher
2023-01-15
LibJS: Remove redundant ToString from ToTemporalZonedDateTime
BodilessSleeper
2023-01-15
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
BodilessSleeper
2023-01-15
LibGfx: Prevent reading OOB in TGA header decode
Jelle Raaijmakers
2023-01-15
LibGfx: Add support for RLE compressed TGA images
Liav A
2023-01-15
LibGfx: Handle tga images with top-left and bottom-left orientation
Liav A
2023-01-15
LibGfx: Add the TGA format into the list of bitmap formats :^)
Tom Needham
2023-01-15
LibGfx: Plumb the TGALoader into ImageDecoder :^)
Tom Needham
2023-01-15
LibGfx: Add TGA Loader :^)
Tom Needham
2023-01-15
LibWeb: Make sure that fetch() response cookies get saved
Andreas Kling
2023-01-15
LibCore: Enable file descriptor passing on OpenBSD
nipos
2023-01-15
LibC: Fix incorrect limit for SSIZE_MAX and remove 32 bit definitions
Agustin Gianni
2023-01-15
LibJS: Remove now-unused ThrowableFormat header
Timothy Flynn
2023-01-15
LibJS: Port (most of) String.prototype to String
Timothy Flynn
2023-01-15
LibJS: Port Value to-string methods to String
Timothy Flynn
2023-01-15
LibJS: Resolve all UTF-8 rope strings as a String
Timothy Flynn
2023-01-15
LibUnicode: Return a String from Unicode normalization
Timothy Flynn
2023-01-15
LibJS: Define Value::to_string to convert a Value to a String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add initial support for creating PrimitiveStrings with AK::String
Timothy Flynn
2023-01-15
LibJS: Define number_to_string to convert a double to a String
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Define Utf16String::to_utf8 to convert Utf16String to String
Timothy Flynn
2023-01-15
LibJS: Rename Utf16String::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Rename VM::string_cache to deprecated_string_cache
Timothy Flynn
2023-01-15
LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_string
Timothy Flynn
2023-01-15
LibJS: Add ThrowableStringBuilder::to_string to create a new String
Timothy Flynn
2023-01-15
LibCrypto: Define *BigInteger::to_base to convert big integers to String
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
LibCore: Don't reject an empty buffer with `ENOBUFS`
Lucas CHOLLET
2023-01-14
LibCore: Don't rely on `\n` detection to populate the buffer
Lucas CHOLLET
2023-01-14
LibCore: Resume search in `find_and_populate_until_any_of`
Lucas CHOLLET
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
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
[next]