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-05-02
AK: Accomodate always-32-bit data member pointers in IntrusiveList
Ali Mohammad Pur
2023-05-02
Everywhere: Make Lagom build with GCC 13
Daniel Bertalan
2023-04-30
AK: Replace linear exponentiation by binary in MinimalBigInt
Dan Klishch
2023-04-30
AK: Use helpers from BigIntBase.h in MinimalBigInt
Dan Klishch
2023-04-30
AK: Move taint_for_optimizer to StdLibExtras.h
Dan Klishch
2023-04-30
AK: Add count() helper to String
thankyouverycool
2023-04-29
AK: Add `Span::align_to`
Daniel Bertalan
2023-04-28
AK: Add values() method in HashTable
Aliaksandr Kalenik
2023-04-28
AK: Make the Optional formatter always available and tweak its format
Ali Mohammad Pur
2023-04-28
AK+LibTimeZone: Add debug only formatter for Optional
MacDue
2023-04-28
AK: Don't refer to AK::swap() as ::swap()
Ali Mohammad Pur
2023-04-28
AK+Everywhere: Disallow Error::from_string_view(FooString)
Ali Mohammad Pur
2023-04-26
LibWasm: Start implementing WASI
Ali Mohammad Pur
2023-04-25
AK: Rename `Stream::format()` to `Stream::write_formatted()`
Tim Schumacher
2023-04-24
AK: Use `JsonArray::append` when parsing array
Cameron Youell
2023-04-24
AK: Add new failable `JsonArray::{append/set}` functions
Cameron Youell
2023-04-23
LibThreading: Create WorkerThread class run a single task concurrently
Zaggy1024
2023-04-23
AK: Implement Stream::format(fmtstr, args...)
Peter Brottveit Bock
2023-04-21
AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)
Sam Atkins
2023-04-21
AK: Fix crash during teardown of self-owning objects
Andreas Kling
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
[next]