summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Replace URL::paths() with path_segment_at_index()MacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-15AK+Everywhere: Add ApplyPercentDecoding option to URL gettersMacDue
2023-04-15AK: Remove unnecessary parameter names in URL.hMacDue
2023-04-14AK: Remove workaround for old macOS SDKNico Weber
2023-04-14AK: Remove unused AK_ARCH_ definesNico Weber
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2023-04-14AK: Make math work on arm hosts againNico Weber
2023-04-14AK: Efficiently resize CircularBuffer seekback copy distanceTim Schumacher
2023-04-13AK: Add very naive implementation of {sin,cos,tan} for aarch64Timon Kruiper
2023-04-13AK+Tests: Add Vector::find_first_index_if()Sam Atkins
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12AK: Make grepping for "lerp" find mix()Nico Weber
2023-04-12AK: Remove the Endian bytes accessorTim Schumacher
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11AK: Allow human_readable_size_long to use a thousands separatorTim Ledbetter
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-09LibCore: Fix corner case for files without newlinesRodrigo Tobar
2023-04-08AK: Bake CLion IDE check into AK_COMPILER_CLANGAndreas Kling
2023-04-07AK: Allow specifying a minimum value for IDs returned by IDAllocatorTimothy Flynn
2023-04-06AK: Add FlyString::is_one_of for variadic string comparisonKenneth Myhra
2023-04-06AK: Add to_string() for IPv4Addressstelar7
2023-04-05AK+LibCompress: Break when seekback copying to a full CircularBufferTim Schumacher
2023-04-05AK: Report copied bytes when seekback copying from CircularBufferTim Schumacher
2023-04-05AK: Properly limit the internal seekback span for CircularBufferTim Schumacher
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-03AK: Add templated Span<u8> and Span<u8 const> constructors for C-arraysTimothy Flynn
2023-04-03AK: Prevent passing lengths greater than 256 to getentropy()Timothy Flynn
2023-04-02AK: Increase LittleEndianOutputBitStream's buffer size and remove loopsTimothy Flynn
2023-03-31AK+LibCompress: Remove the Deflate back-reference intermediate bufferTimothy Flynn
2023-03-30AK: Remove BitStream workaround for now-resolved BufferedStream behaviorTimothy Flynn
2023-03-30AK: Refill a BufferedStream when it has less than the requested sizeTimothy Flynn
2023-03-30AK: Remove arbitrary 1 KB limit when filling a BufferedStream's bufferTimothy Flynn
2023-03-29AK: Fix Clang 16 UBSan issue with zero-length `Array`Daniel Bertalan
2023-03-29AK: Fix build with Xcode 14.2's clangNico Weber
2023-03-29AK: Increase LittleEndianInputBitStream's buffer size and remove loopsTimothy Flynn
2023-03-29AK: Add NumericLimits::digits to return the number of digits in a typeTimothy Flynn
2023-03-28AK: Add DeprecatedString::from_utf8(StringView)Ali Mohammad Pur
2023-03-22AK: Expose the current position of a Utf8CodePointIterator as a pointerSam Atkins
2023-03-21AK: Expose the seekback limit of CircularBufferTim Schumacher
2023-03-21AK: Add a Stream wrapper that counts read bytesTim Schumacher
2023-03-21AK: Move ConstrainedStream from LibWasm and limit discardingTim Schumacher
2023-03-18AK: Export FlyString from the forwarding headerTimothy Flynn
2023-03-17LibGfx/OpenType: Add some initial support for GPOS glyph positioningAndreas Kling
2023-03-15AK: Clear OrderedHashTable previous/next pointers on removalJelle Raaijmakers
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-03-14AK: Add Queue::tail()Andreas Kling
2023-03-13AK: Read and write accumulated BitStream bits directlyTim Schumacher
2023-03-13AK: Remove unneeded overrides for `write_until_depleted` from BitStreamTim Schumacher