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-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
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
Idan Horowitz
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
2021-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
LibC: Implement twalk
Tim Schumacher
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-08
Tests: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-06
Tests: Disable LibThreading detach tests for now
Andreas Kling
2021-10-06
Tests: Add LibThreading to CMakeLists.txt
Junior Rantila
2021-10-06
LibELF: Fix dynamic linking of dlopen()-ed libs
Rodrigo Tobar
2021-10-04
LibSQL: Add an INSERT without column names test
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong number of values
Mahmoud Mandour
2021-10-04
LibSQL: Test INSERT statement with wrong data types
Mahmoud Mandour
2021-10-04
LibSQL: Check NoError individually in execution tests
Mahmoud Mandour
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
[next]