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
2022-02-16
AK: VERIFY inside release_value_but_fixme_should_propagate_errors()
Sam Atkins
2022-02-16
AK: Exclude StringUtils String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringBuilder String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude JsonValue String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Use string_view() instead of to_string() in Formatter<wchar_t>
Idan Horowitz
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Return KString instead of String from encode_hex in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from UUID::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-15
AK: Conditionally disable a few variant ctors/assignments
Ali Mohammad Pur
2022-02-15
AK: Add a 'SpecializationOf' concept
Ali Mohammad Pur
2022-02-13
Kernel: Remove make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
AK: Use ByteBuffer::append(u8) in StringBuilder single-char append
Andreas Kling
2022-02-13
AK: Don't call memcpy() in ByteBuffer::append(u8)
Andreas Kling
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-10
AK: Clear minimum when removing last node of RedBlackTree
davidot
2022-02-10
AK: Fix RedBlackTree::find_smallest_not_below_iterator
davidot
2022-02-10
AK: Change static base36 character map to function-local constexpr
Lenny Maiorani
2022-02-09
AK: Add RBTree::find_smallest_above_iterator(Key)
Ali Mohammad Pur
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-02-09
AK+Kernel: Alphabetize debug macros
Lenny Maiorani
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
AK: Use integral power for FixedPoint formatting
Hendiadyoin1
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-06
AK: Replace 'consteval' with 'constexpr' in some Variant helpers
Ali Mohammad Pur
2022-02-05
AK: Remove commented-out code from Bitmap container
Liav A
2022-02-05
AK: Make Vector::data() ALWAYS_INLINE
Idan Horowitz
2022-02-03
AK: Convert the try_make<T> factory function to use ErrorOr
Idan Horowitz
2022-02-03
AK: Hide the infallible make<T> factory function from the Kernel
Idan Horowitz
2022-02-03
AK: Stop using the make<T> factory function in Trie
Idan Horowitz
2022-02-03
Kernel: Convert try_make_ref_counted to use ErrorOr
Idan Horowitz
2022-02-03
AK: Support formatting Vectors with any inline_capacity
Idan Horowitz
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2022-01-31
AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helper
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
AK: Add is_ascii_[binary,octal]_digit to CharacterTypes
Timothy Flynn
2022-01-31
AK: Remove thread safety gunk from userspace WeakPtr
Andreas Kling
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-29
AK: Implement String's comparison operators in terms of StringView's
Daniel Bertalan
2022-01-29
AK: Implement FlyString's comparison operators in terms of StringView's
Daniel Bertalan
2022-01-29
AK: Implement all comparison operators for StringView
Daniel Bertalan
2022-01-29
AK: Support using custom comparison operations for hash compatible keys
Idan Horowitz
[next]