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
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
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibSQL: Implement table joins
Jan de Visser
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-11-10
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
Jan de Visser
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert reference deletion to ThrowCompletionOr
Idan Horowitz
2021-10-31
Kernel: Write test that crashes ProcFS
Ben Wiederhake
2021-10-31
Tests: Convert test-wasm functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
AK+Tests: Fix formatting of infinity and NaN values
Daniel Bertalan
2021-10-29
LibRegex: Don't ignore empty alternatives in append_alternation()
Ali Mohammad Pur
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-25
LibSQL Tests: Add tests for `SELECT ... WHERE ...`
Jan de Visser
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-24
Tests: Print full 32-byte range of values in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Reword 'output' to 'return value' in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Use correct argument count for value conformance in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Only test truthiness for iswctype
Tim Schumacher
2021-10-24
Tests: Use proper comparison macros for wctype
Tim Schumacher
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
AK: Don't crash on invalid Base64 input
Ben Wiederhake
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
2021-10-20
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-17
Tests: Remove Clang workaround from TestSourceLocation
Daniel Bertalan
[next]