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-15
AK+Everywhere: Replace URL::paths() with path_segment_at_index()
MacDue
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-15
AK+Everywhere: Add ApplyPercentDecoding option to URL getters
MacDue
2023-04-15
AK: Remove unnecessary parameter names in URL.h
MacDue
2023-04-14
AK: Remove workaround for old macOS SDK
Nico Weber
2023-04-14
AK: Remove unused AK_ARCH_ defines
Nico Weber
2023-04-14
Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64
Nico Weber
2023-04-14
AK: Make math work on arm hosts again
Nico Weber
2023-04-14
AK: Efficiently resize CircularBuffer seekback copy distance
Tim Schumacher
2023-04-13
AK: Add very naive implementation of {sin,cos,tan} for aarch64
Timon Kruiper
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
[next]