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-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-03
AK: Add templated Span<u8> and Span<u8 const> constructors for C-arrays
Timothy Flynn
2023-04-03
AK: Prevent passing lengths greater than 256 to getentropy()
Timothy Flynn
2023-04-02
AK: Increase LittleEndianOutputBitStream's buffer size and remove loops
Timothy Flynn
2023-03-31
AK+LibCompress: Remove the Deflate back-reference intermediate buffer
Timothy Flynn
2023-03-30
AK: Remove BitStream workaround for now-resolved BufferedStream behavior
Timothy Flynn
2023-03-30
AK: Refill a BufferedStream when it has less than the requested size
Timothy Flynn
2023-03-30
AK: Remove arbitrary 1 KB limit when filling a BufferedStream's buffer
Timothy Flynn
2023-03-29
AK: Fix Clang 16 UBSan issue with zero-length `Array`
Daniel Bertalan
2023-03-29
AK: Fix build with Xcode 14.2's clang
Nico Weber
2023-03-29
AK: Increase LittleEndianInputBitStream's buffer size and remove loops
Timothy Flynn
2023-03-29
AK: Add NumericLimits::digits to return the number of digits in a type
Timothy Flynn
2023-03-28
AK: Add DeprecatedString::from_utf8(StringView)
Ali Mohammad Pur
2023-03-22
AK: Expose the current position of a Utf8CodePointIterator as a pointer
Sam Atkins
2023-03-21
AK: Expose the seekback limit of CircularBuffer
Tim Schumacher
2023-03-21
AK: Add a Stream wrapper that counts read bytes
Tim Schumacher
2023-03-21
AK: Move ConstrainedStream from LibWasm and limit discarding
Tim Schumacher
2023-03-18
AK: Export FlyString from the forwarding header
Timothy Flynn
2023-03-17
LibGfx/OpenType: Add some initial support for GPOS glyph positioning
Andreas Kling
2023-03-15
AK: Clear OrderedHashTable previous/next pointers on removal
Jelle Raaijmakers
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-14
AK: Add Queue::tail()
Andreas Kling
2023-03-13
AK: Read and write accumulated BitStream bits directly
Tim Schumacher
2023-03-13
AK: Remove unneeded overrides for `write_until_depleted` from BitStream
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
AK: Compute UTF-8 code point lengths using only leading bytes
Timothy Flynn
2023-03-11
AK: Add FlyString::from_deprecated_fly_string()
Kenneth Myhra
2023-03-11
AK: Forward-declare LexicalPath
Sam Atkins
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
AK: Add constexpr floor and round
kleines Filmröllchen
2023-03-09
AK: Make FlyString::hash() use the cached hash in StringData if possible
Andreas Kling
2023-03-09
AK: Replace C-style casts
Sam Atkins
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
AK: Introduce a fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Add a Utf32View::substring_view overload to take only an offset
Timothy Flynn
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Add FlyString::equals_ignoring_ascii_case()
Andreas Kling
2023-03-06
AK+Kernel: Remove all the Nonnull*PtrVector classes
Andreas Kling
2023-03-06
AK: Remove specialized shuffle for NonnullPtrVector
Andreas Kling
2023-03-05
AK: Add FlyString::to_deprecated_fly_string()
Kenneth Myhra
2023-03-05
AK+LibAudio: Remove UFixedBigInt::my_size
Dan Klishch
2023-03-04
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
Dan Klishch
2023-03-04
AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt
Dan Klishch
2023-03-04
AK+LibCrypto: Delete 64x64 wide multiplication workarounds
Dan Klishch
2023-03-04
AK: Rewrite UFixedBigInt using the framework from BigIntBase.h
Dan Klishch
2023-03-04
AK: Introduce "BigIntBase.h" for common simple operations on big ints
Dan Klishch
[next]