summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-01-14LibCore: Add `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCore: Add `{Big,Little}EndianOutputBitStream`Tim Schumacher
2023-01-10LibCore: Rename InputBitStream.h to BitStream.hTim Schumacher
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::StringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-09LibUnicode+LibJS: Propagate OOM from Unicode normalizationTimothy Flynn
2023-01-09LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformationsTimothy Flynn
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07Tests: Remove already-completed fixmeBen Wiederhake
2023-01-07AK: Reimplement comparisons on AK::Time using operator<=>Andrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-06AK: Use base URL when the specified URL is emptyThiago Henrique Hupner
2023-01-06LibRegex: Prevent patterns from matching the empty string twiceEli Youngs
2023-01-06AK: Fix typo in -= operator of DistinctNumericAliaksandr Kalenik
2023-01-03LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`Tim Schumacher
2023-01-03Tests: Add a simple compression test for ZlibTim Schumacher
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02AK+Kernel: Eliminate UB (signed overflow) from days_since_epochBen Wiederhake
2023-01-02AK+Tests: Replace years_to_days_since_epoch by near-instant functionBen Wiederhake
2023-01-02AK+Tests: Demonstrate slowness of years_to_days_since_epochBen Wiederhake
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2023-01-02AK+Tests: Add a test for formatting numbers in base 10 unitsArda Cinar
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-01LibGL: Implement `GL_TEXTURE_ENV_COLOR`Jelle Raaijmakers
2023-01-01Tests/Kernel: Add missing mode parameter to open() calls in inode testsAndreas Kling
2023-01-01LibSQL: Add parsing and evaluation of BOOLEAN type literalsTimothy Flynn
2023-01-01Kernel+Tests: Allow deleting someone else's file in my sticky directoryAndreas Kling
2023-01-01Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()Andreas Kling
2023-01-01Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."Andreas Kling
2022-12-31LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'Ben Wiederhake
2022-12-31LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'Ben Wiederhake
2022-12-31LibCrypto+Tests: Test and demonstrate broken ASN1::parse_utc_timeBen Wiederhake
2022-12-31Tests: Skip legacy exploit reproducer test on aarch64Andrew Kaster
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-28AK: Add tests for LittleEndian<enum class>Nico Weber
2022-12-28AK: Make BigEndian<> and LittleEndian<> work with enum classesNico Weber
2022-12-28AK: Remove i686 supportLiav A
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A