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-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
2023-01-15
Tests/LibGfx: Add tests for compressed TGA images
Liav A
2023-01-15
Tests/LibGfx: Add tests for top-left and bottom-left TGA images
Liav A
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_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
AK: Add String::is_one_of for variadic string comparison
Timothy Flynn
2023-01-15
AK: Add a somewhat naive implementation of String::reverse
Timothy Flynn
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
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
AK: Remove `CircularDuplexStream`
Tim Schumacher
2023-01-14
LibCore: Add `AllocatingMemoryStream::offset_of`
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
[next]