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-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
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2023-01-01
LibGL: Implement `GL_TEXTURE_ENV_COLOR`
Jelle Raaijmakers
2023-01-01
Tests/Kernel: Add missing mode parameter to open() calls in inode tests
Andreas Kling
2023-01-01
LibSQL: Add parsing and evaluation of BOOLEAN type literals
Timothy Flynn
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
2023-01-01
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
Andreas Kling
2022-12-31
LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'
Ben Wiederhake
2022-12-31
LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'
Ben Wiederhake
2022-12-31
LibCrypto+Tests: Test and demonstrate broken ASN1::parse_utc_time
Ben Wiederhake
2022-12-31
Tests: Skip legacy exploit reproducer test on aarch64
Andrew Kaster
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
2022-12-28
AK: Add tests for LittleEndian<enum class>
Nico Weber
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-28
AK: Remove i686 support
Liav A
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
[next]