summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone: Begin handling DST when computing time zone offsetsTimothy Flynn
2022-01-18LibCrypto+LibJS: Better bitwise binary_xor binopNico Weber
2022-01-18LibCrypto+LibJS: Better bigint bitwise_or binopNico Weber
2022-01-18LibCrypto+LibJS: Better bigint bitwise_and binopNico Weber
2022-01-18LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJSNico Weber
2022-01-16Tests: Test whether stdio streams are flushed correctly on exitDaniel Bertalan
2022-01-16LibC: Make `*alloc` return `NULL` in case of failure (POSIX)Michel Hermier
2022-01-16LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyyJan de Visser
2022-01-16LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY fooJan de Visser
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Tests: Unmap memory ranges on /dev/mem after testing mmap(2)Liav A
2022-01-14AK: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-14Tests: Remove some temporary files when finished using themAndreas Kling
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-13Tests: Test FixedArray completelykleines Filmröllchen
2022-01-13AK: Remove clear() from FixedArray and fixate its allocation guaranteeskleines Filmröllchen
2022-01-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
2022-01-11LibUnicode: Parse and generate long and short generic time zone namesTimothy Flynn
2022-01-11LibUnicode: Fall back to GMT offset when a time zone name is unavailableTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATALinus Groh
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add methods to canonicalize a time zone nameTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Perform time-zone-from-string lookups case insensitivelyTimothy Flynn
2022-01-11LibTimeZone: Add a unit test for generated time zone dataTimothy Flynn
2022-01-11AK: Define a traits helper for case-insensitive StringView hashingTimothy Flynn
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08Tests: Add test cases for #10702 and #10717Simon Woertz
2022-01-08Tests: Add base structure for LibPDF unit testsSimon Woertz
2022-01-08Kernel: Implement read functionality for MemoryDeviceLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07AK: Use a full-period xorshift PRNG for double_hashSchlufi
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06AK: Ensure negative predicate in TestHashMap could run unsuccessfullyNHOrus
2022-01-05AK: Improve HashTable::remove_all_matching() test slightlyAndreas Kling
2022-01-05AK: Make Vector::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Make Hash{Map,Table}::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Add HashMap::remove_all_matching(predicate)Andreas Kling
2022-01-05AK: Add HashTable::remove_all_matching(predicate)Andreas Kling
2022-01-04Tests: Link some tests directly against LibUnicodeDataTimothy Flynn
2022-01-04AK: Add `mix`Jelle Raaijmakers