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
/
AK
Age
Commit message (
Expand
)
Author
2021-06-17
AK: Add some tests for hexdump formatting
Ali Mohammad Pur
2021-06-16
AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method
Brian Gianforcaro
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-06-07
AK: Add IntrusiveList::size_slow() to match InlineLinkedList
Brian Gianforcaro
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Tests: Add tests for most functions in AK/CharacterType.h
Max Wipfli
2021-06-03
Tests: Add test coverage for AK::IntrusiveList reverse iterator support
Brian Gianforcaro
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
AK: Enable direct comparsion of Optional<T> and T
Max Wipfli
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
Tests: Add more tests for AK::URL
Max Wipfli
2021-06-01
AK: Implement Utf8CodepointIterator::peek(size_t)
Max Wipfli
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-31
AK: Add tests for LEB128 decoder
Andrew Kaster
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-27
Tests: Add tests for LexicalPath dirname handling
Tim Schumacher
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-19
Tests: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
AK: Add String::find_all() and String::count()
Maciej Zygmanowski
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-19
AK: Allow AK::Variant::visit to return a value
Timothy Flynn
2021-05-18
AK: Make LexicalPath handle relative paths correctly
Gunnar Beutner
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-14
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
Andrew Kaster
2021-05-14
Tests: Fix use-after-free in TestRefPtr.self_observers
Andrew Kaster
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
Tests: Add tests for Checked<T>::div() overflow
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro