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
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone: Begin handling DST when computing time zone offsets
Timothy Flynn
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-16
Tests: Test whether stdio streams are flushed correctly on exit
Daniel Bertalan
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
Jan de Visser
2022-01-16
LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo
Jan de Visser
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
Tests: Unmap memory ranges on /dev/mem after testing mmap(2)
Liav A
2022-01-14
AK: Make Variant::visit() prefer overloads accepting T const& over T&
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-14
Tests: Remove some temporary files when finished using them
Andreas Kling
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-13
Tests: Test FixedArray completely
kleines Filmröllchen
2022-01-13
AK: Remove clear() from FixedArray and fixate its allocation guarantees
kleines Filmröllchen
2022-01-12
LibUnicode: Swap the preferred order of standard time zone display names
Timothy Flynn
2022-01-11
LibUnicode: Parse and generate long and short generic time zone names
Timothy Flynn
2022-01-11
LibUnicode: Fall back to GMT offset when a time zone name is unavailable
Timothy Flynn
2022-01-11
LibUnicode: Implement TR-35's localized GMT offset formatting
Timothy Flynn
2022-01-11
LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA
Linus Groh
2022-01-11
AK+Kernel: Remove one_ref_left() footgun
Andreas Kling
2022-01-11
LibTimeZone: Begin generating GMT offset rules for each time zone
Timothy Flynn
2022-01-11
LibTimeZone: Add methods to canonicalize a time zone name
Timothy Flynn
2022-01-11
LibTimeZone: Add method to convert a time zone to a string
Timothy Flynn
2022-01-11
LibTimeZone: Perform time-zone-from-string lookups case insensitively
Timothy Flynn
2022-01-11
LibTimeZone: Add a unit test for generated time zone data
Timothy Flynn
2022-01-11
AK: Define a traits helper for case-insensitive StringView hashing
Timothy Flynn
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-08
Tests: Add test cases for #10702 and #10717
Simon Woertz
2022-01-08
Tests: Add base structure for LibPDF unit tests
Simon Woertz
2022-01-08
Kernel: Implement read functionality for MemoryDevice
Liav A
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
AK: Use a full-period xorshift PRNG for double_hash
Schlufi
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-07
LibSQL: Implement LIKE SQL expressions
Guilherme Gonçalves
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2022-01-06
AK: Ensure negative predicate in TestHashMap could run unsuccessfully
NHOrus
2022-01-05
AK: Improve HashTable::remove_all_matching() test slightly
Andreas Kling
2022-01-05
AK: Make Vector::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Add HashMap::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Add HashTable::remove_all_matching(predicate)
Andreas Kling
2022-01-04
Tests: Link some tests directly against LibUnicodeData
Timothy Flynn
2022-01-04
AK: Add `mix`
Jelle Raaijmakers
2022-01-02
Tests: Add floor and ceil tests to test-math
sin-ack
[next]