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-29
AK: Correctly calculate size of the last AllocatingMemoryStream chunk
Tim Schumacher
2023-05-29
AK: Handle empty trailing chunks in `AllocatingMemoryStream::offset_of`
Tim Schumacher
2023-05-29
AK: Expose `AllocatingMemoryStream::CHUNK_SIZE`
Tim Schumacher
2023-05-29
LibWeb: Add preliminary support for CSS animations
Ali Mohammad Pur
2023-05-28
AK: Verify that we don't call Error::from_errno(0)
Sam Atkins
2023-05-27
AK+Everywhere: Don't crash on invalid months
Ben Wiederhake
2023-05-27
AK: Fix signed overflow in unix time parts parsing
Ben Wiederhake
2023-05-24
AK: Remove Duration::now_monotonic
kleines Filmröllchen
2023-05-24
Everywhere: Use MonotonicTime instead of Duration
kleines Filmröllchen
2023-05-24
AK: Introduce MonotonicTime
kleines Filmröllchen
2023-05-24
AK: Remove now-unused Duration methods
kleines Filmröllchen
2023-05-24
Kernel: Use UnixDateTime wherever applicable
kleines Filmröllchen
2023-05-24
AK: Introduce UnixDateTime
kleines Filmröllchen
2023-05-24
AK: Make Duration arithmetic constexpr
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-23
AK: Define `NAKED` more resiliently for AArch64
Daniel Bertalan
2023-05-21
AK: Add `SPICE_AGENT_DEBUG` flag
Caoimhe
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
[next]