index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibAudio: Remove `try_` prefix from fallible LoaderPlugin methods
Linus Groh
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
AK: Add String::trim
Timothy Flynn
2023-01-28
AK: Add String::join
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibJS+LibLocale: Port Intl.DateTimeFormat to String
Timothy Flynn
2023-01-27
AK: Add an overload of String::find_byte_offset for StringView
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-24
AK: Add a method to create a String with a repeated code point
Timothy Flynn
2023-01-24
AK: Add a method to find the byte offset of a code point
Timothy Flynn
2023-01-24
AK: Print leading zeroes after the dot for FixedPoint numbers
Nico Weber
2023-01-22
LibTextCodec: Make utf-16be and utf-16le codecs actually work
Nico Weber
2023-01-22
AK: Add a String factory to create a string from a single code point
Timothy Flynn
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-21
AK: Rename double_hash to rehash_for_collision
Timothy Flynn
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
Tests: Use `Core::Stream` to write output files in LibGL tests
Tim Schumacher
2023-01-20
AK: Remove `DuplexMemoryStream`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-20
Tests: Use AK::shuffle() for shuffling
Sam Atkins
2023-01-20
Tests/LibGfx: Fix test_gif test case
Liav A
2023-01-20
Tests/LibGfx: Fix test_not_ico test case
Liav A
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-19
LibLocale+LibJS: Port locale parsing and processing to String
Timothy Flynn
2023-01-19
Tests: Mark TestCommonmark as DISABLED
Sam Atkins
2023-01-19
Tests: Add missing library dependency for LibTimeZone tests
Sam Atkins
2023-01-19
Tests: Add missing library dependencies for LibGL tests
Sam Atkins
2023-01-19
Tests: Move test PDF files into Tests/LibPDF
Sam Atkins
2023-01-19
Tests: Correct `serenity_test()` invocation for LibTTF
Sam Atkins
2023-01-19
LibCore: Make the FileWatcher test resilient against outside events
Timothy Flynn
2023-01-19
AK: Don't write trailing zeros with %g
Peter Elliott
2023-01-19
LibCore: Let offset-related Stream functions return an unsigned value
Tim Schumacher
2023-01-18
AK+LibUnicode: Provide Unicode-aware caseless String matching
Timothy Flynn
2023-01-18
LibUnicode: Parse and generate case folding code point data
Timothy Flynn
2023-01-18
LibCore: Implement FileWatcher for Linux
Timothy Flynn
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
AK: Add JsonValue::{is,as}_integer() methods
Sam Atkins
2023-01-17
LibCore: Do short forward seeks by discarding bytes from the buffer
Tim Schumacher
2023-01-17
LibCore: Calculate the correct seek offset for buffered streams
Tim Schumacher
2023-01-16
AK+LibUnicode: Provide Unicode-aware String titlecase transformation
Timothy Flynn
2023-01-16
LibUnicode: Support full case folding for titlecasing a string
Timothy Flynn
2023-01-16
LibUnicode: Generate simple case folding mappings for titlecase
Timothy Flynn
2023-01-15
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
Lucas CHOLLET
[next]