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-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
2022-01-02
LibC: Support `X` modifier for `scanf`
Jesse Buhagiar
2022-01-01
LibCore: Add FilePermissionsMask
Xavier Defrang
2022-01-01
Tests/LibCore: Add regression test for the read_until_any_of OOB read
Daniel Bertalan
2021-12-31
test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOr
Linus Groh
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-29
LibJS: Detect invalid unicode and stop lexing at that point
davidot
2021-12-28
LibCore: Fix race conditions in TestLibCoreStream
Andreas Kling
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-25
LibRegex: Make FailForks fail all forks up to the last save point
Ali Mohammad Pur
2021-12-24
AK: Make `Disjoint*::is_empty()` not call size
Michel Hermier
2021-12-24
Tests: Benchmark `DisjointChunck::is_empty`
Michel Hermier
[next]