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-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
AK: Create relative path even if prefix is not an ancestor of the path
Poseydon42
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Ungracefully handle database version incompatibilities
Timothy Flynn
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-14
LibJS: Convert TypedArray::create() to NonnullGCPtr
Linus Groh
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
AK: Introduce cutoff to insertion sort for Quicksort
Marc Luqué
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Tests: Update thread tests and make them pass
kleines Filmröllchen
2022-12-11
AK: Add LexicalPath::is_child_of
kleines Filmröllchen
2022-12-10
test-test262: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-09
AK: Unref old m_data in String's move assignment
Maciej
2022-12-08
AK: Add formatters for Span<T> and Span<T const>
Timothy Flynn
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-08
Tests: Add tests for Checked<> decrement operator
Poseydon42
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-07
LibSQL: Partially implement the UPDATE command
Timothy Flynn
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
Tim Schumacher
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
test262-runner: Add option to enable bytecode optimizations
Idan Horowitz
2022-11-30
LibSQL: Partially implement the DELETE command
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
Timothy Flynn
2022-11-29
Tests/Kernel: Add a very simple test for posix_fallocate()
Andreas Kling
2022-11-26
LibGL: Add some tests for the buffer API
cflip
2022-11-26
LibSQL: Fix BTree corruption in `TreeNode::split`
Jelle Raaijmakers
2022-11-26
Tests: Replace {'if' => 'ifdef'} AK_OS_EMSCRIPTEN
Ali Mohammad Pur
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-25
LibVideo: Read Matroska lazily so that large files can start quickly
Zaggy1024
2022-11-25
LibVideo: Propagate decoder errors in the Matroska Reader
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-11-15
Tests/AK: Re-enable `HashTable<double>` test
Daniel Bertalan
2022-11-11
AK: Add optional explicit cast to underlying type to DistinctNumeric
Sam Atkins
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-11
AK: Don't crash in HashTable::clear_with_capacity on an empty table
Zaggy1024
[next]