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-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
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCore: Add `{Big,Little}EndianOutputBitStream`
Tim Schumacher
2023-01-10
LibCore: Rename InputBitStream.h to BitStream.h
Tim Schumacher
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-09
LibUnicode+LibJS: Propagate OOM from Unicode normalization
Timothy Flynn
2023-01-09
LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformations
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
Tests: Remove already-completed fixme
Ben Wiederhake
2023-01-07
AK: Reimplement comparisons on AK::Time using operator<=>
Andrew Kaster
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
2023-01-06
LibRegex: Prevent patterns from matching the empty string twice
Eli Youngs
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2023-01-03
LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`
Tim Schumacher
2023-01-03
Tests: Add a simple compression test for Zlib
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK+Tests: Replace years_to_days_since_epoch by near-instant function
Ben Wiederhake
2023-01-02
AK+Tests: Demonstrate slowness of years_to_days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
AK+Tests: Add a test for formatting numbers in base 10 units
Arda Cinar
[next]