index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2023-02-10
AK: Provide `is_errno` for Kernel Errors
Tim Schumacher
2023-02-10
AK: Allow explicitly copying Errors in the Kernel
Tim Schumacher
2023-02-10
AK: Fix a linting issue in `Error.h`
Tim Schumacher
2023-02-10
AK: Disallow returning of string literals for errors in kernel code
Liav A
2023-02-10
AK: Add a new method to propagate errno while printing errors in Kernel
Liav A
2023-02-10
AK: Disallow implicitly copying Error and ErrorOr instances
Timothy Flynn
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-10
AK: Add an explicit Error factory to copy an existing error
Timothy Flynn
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
AK: Add ReadonlySpan<T> as an alias for Span<T const>
MacDue
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallbile constructor from `BigEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
Tim Schumacher
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-05
AK: Always define ak_assertion_failed, even when NDEBUG is false
Andrew Kaster
2023-02-05
AK: Allow propagating errors from StringView::for_each_split_view()
MacDue
2023-02-05
AK: Make WeakPtr<T>::value() return NonnullRefPtr<T>
Andreas Kling
2023-02-04
AK: Check the return type in `IsCallableWithArguments`
Lucas CHOLLET
2023-02-04
AK: Move the definition of `IsCallableWithArguments` to `Function.h`
Lucas CHOLLET
2023-02-04
AK: Add the `ConvertibleTo` concept
Lucas CHOLLET
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-02-04
AK: Don't restore the stream offset when failing to read an LEB128
Tim Schumacher
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-02-04
AK: Use constexpr instead of consteval on OpenBSD
nipos
2023-02-03
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
Staubfinger
2023-02-03
AK: Use `AK:quickselect_inline` to compute `AK::Statistics::median`
Staubfinger
2023-02-03
AK: Implement the quick select algorithm as AK::quickselect_inplace
Staubfinger
2023-02-03
AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)
Sam Atkins
2023-02-02
AK: Define HashMap::take to find and remove a value from the map
Timothy Flynn
2023-02-02
AK: Ensure string types are actually considered hash-compatible
Timothy Flynn
2023-02-02
AK: Return a constant reference from HashMap's constant get() override
Timothy Flynn
2023-01-31
AK: Fix all quadratic-time append-loops over ByteBuffer
Ben Wiederhake
2023-01-31
AK: Remove unused network ordered 'address' variable
Iman Seyed
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Provide a fallback definition for `std::nothrow`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move buffered streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Remove `Buffered`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
AK: Add DeprecatedString::from_utf8()
Andreas Kling
2023-01-29
AK: Add two helpers to DeprecatedStringCodePointIterator
Andreas Kling
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
AK: Add support for the new FlyString to StringView
Timothy Flynn
[next]