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-19
AK: Add FIXMEs to HashMap copy-construct and copy-assign
Ben Wiederhake
2023-05-19
AK: Make all HashMap copy-constructs explicit
Ben Wiederhake
2023-05-19
AK: Rewrite HashMap::clone signature with template-args and const
Ben Wiederhake
2023-05-18
AK: Include Array.h in Base64.h
Muhammad Zahalqa
2023-05-18
AK: Account for bit position 8 in bit stream alignment
kleines Filmröllchen
2023-05-18
AK: Discard bits from LittleEndianInputBitStream as they are read
Timothy Flynn
2023-05-18
AK: Add dbg()
Nico Weber
2023-05-17
LibCompress: Add a lot of debug logging to LZMA
Tim Schumacher
2023-05-17
AK: Add `CircularBuffer::find_copy_in_seekback()`
Tim Schumacher
2023-05-17
AK: Add `count_required_bits`
Tim Schumacher
2023-05-15
AK: Silence false positive -Warray-bounds warning
Daniel Bertalan
2023-05-14
Meta: Remove unused debug flags, add missing GENERATE_DEBUG
Ben Wiederhake
2023-05-13
AK: Fix typo in instructions for adopt_nonnull_REF_or_enomem
Ben Wiederhake
2023-05-09
AK: Add `FixedArray::unchecked_at`
Lucas CHOLLET
2023-05-09
AK: Add `OutputBufferedStream`
Lucas CHOLLET
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-09
AK: Add `CircularBuffer::flush_to_stream`
Lucas CHOLLET
2023-05-09
AK: Remove `must_set()` from `JsonArray`
Kemal Zebari
2023-05-08
AK: Use consteval String factories on macOS
Timothy Flynn
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-07
Everywhere: Run spellcheck on all documentation
Ben Wiederhake
2023-05-04
AK: Prevent bit counter underflows in the new BitStream
Tim Schumacher
2023-05-03
AK: Have `JsonArray::set()` change values instead of inserting values
Kemal Zebari
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
[next]