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-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
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-29
Tests: Add a simple LibGL render-test
Hendiadyoin1
2021-11-26
Tests: Fix TestLibCoreArgsParser with add_positional_argument API change
Brian Gianforcaro
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-19
LibUnicode: Support locales-without-script aliases for ECMA-402
Timothy Flynn
2021-11-18
AK: Implement `acos<T>` correctly
Jelle Raaijmakers
2021-11-18
LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting
Ali Mohammad Pur
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-11-13
Tests/LibRegex: Add tests for line end anchors in PosixBasic
Tim Schumacher
2021-11-11
Tests/LibGfx: Actually test image decoders in TestImageDecoder
Andreas Kling
[next]