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-13
AK+Tests: Add Vector::find_first_index_if()
Sam Atkins
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-12
AK: Make grepping for "lerp" find mix()
Nico Weber
2023-04-12
AK: Remove the Endian bytes accessor
Tim Schumacher
2023-04-12
AK: Don't store parts of URLs percent decoded
MacDue
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
2023-04-11
AK: Allow human_readable_size_long to use a thousands separator
Tim Ledbetter
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-04-09
LibCore: Fix corner case for files without newlines
Rodrigo Tobar
2023-04-08
AK: Bake CLion IDE check into AK_COMPILER_CLANG
Andreas Kling
2023-04-07
AK: Allow specifying a minimum value for IDs returned by IDAllocator
Timothy Flynn
2023-04-06
AK: Add FlyString::is_one_of for variadic string comparison
Kenneth Myhra
2023-04-06
AK: Add to_string() for IPv4Address
stelar7
2023-04-05
AK+LibCompress: Break when seekback copying to a full CircularBuffer
Tim Schumacher
2023-04-05
AK: Report copied bytes when seekback copying from CircularBuffer
Tim Schumacher
2023-04-05
AK: Properly limit the internal seekback span for CircularBuffer
Tim Schumacher
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
[next]