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-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
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-21
AK: Add convert_to_uint_from_octal
Xavier Defrang
2021-12-21
LibRegex: Parse capture group names according to the ECMA262 spec
davidot
2021-12-21
LibRegex: Disallow duplicate named capture groups in ECMA262 parser
davidot
2021-12-20
Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls
Liav A
2021-12-19
LibTest: Add `EXPECT_NO_CRASH`
Michel Hermier
2021-12-19
LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`
Michel Hermier
2021-12-19
Tests: Add test for `raise`
Michel Hermier
2021-12-19
Tests: Add test for `assert`
Michel Hermier
2021-12-19
Tests: Add test for `abort`
Michel Hermier
2021-12-18
AK: Add BuiltinWrappers.h
Nick Johnson
2021-12-16
AK: Make JsonValue::from_string("") return a null JsonValue
Andreas Kling
2021-12-16
Tests: Implement tests for the Serenity Stream API
sin-ack
2021-12-16
AK+Tests: Use less space in ErrorOr
Ben Wiederhake
2021-12-15
LibRegex: Merge alternations based on blocks and not instructions
Ali Mohammad Pur
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-12-12
Tests: Add tests for sigwait/sigwaitinfo/sigtimedwait
Idan Horowitz
2021-12-08
LibCrypto+Tests: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-08
AK+Tests: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-12-05
Tests: Cast unused smart-pointer return values to void
Sam Atkins
2021-12-04
LibSQL: Gracefully react to unimplemented valid SQL
Jan de Visser
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-12-01
Tests: Add a test to ensure sigaltstack() is working correctly
Idan Horowitz
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
[next]