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
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-16
AK: Don't call memcpy with null argument in ByteBuffer::copy()
Andrew Kaster
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
AK+Meta: Add a debug option for Solitaire
Timothy Flynn
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
AK: Try to avoid String allocation in FlyString(StringView)
Andreas Kling
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-14
AK: Fix redefinition of macro inside AK/Platform.h
Jean-Baptiste Boric
2021-05-14
AK: Remove unused STRINGIMPL_DEBUG instrumentation
Andreas Kling
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-05-14
AK: Avoid allocations in ByteBuffer
Gunnar Beutner
2021-05-14
AK: Use move semantics to avoid copying in JSON parser
Andreas Kling
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-05-14
AK: Avoid passing nullptr to __buitin_memcpy() in ByteBuffer::grow()
Ali Mohammad Pur
2021-05-14
AK: Add #define for [[gnu::no_sanitize_address]]
Andrew Kaster
2021-05-14
AK: Vector::resize() should initialize new slots for primitive types
Gunnar Beutner
2021-05-13
AK: Fix Variant's copy constructor trying to delegate to the wrong base
Ali Mohammad Pur
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-12
AK: Add LexicalPath::append and LexicalPath::join
sin-ack
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-11
AK/Variant: Deduplicate the contained types
Ali Mohammad Pur
2021-05-11
AK: Avoid the use of typeinfo in Variant
Ali Mohammad Pur
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
AK: Add missing 'const' in Span
Matthew Olsson
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
AK: Let Result<T, E> know its Value and Error types
Ali Mohammad Pur
2021-05-08
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
Ali Mohammad Pur
2021-05-08
AK: Add an optional 'extra' descriptive field to ScopeLogger
Ali Mohammad Pur
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-08
AK: Add constructors to Optional that accept non const qualified inputs
Itamar
2021-05-08
AK: Add a non-const overload to HapMap::get()
Itamar
2021-05-08
AK: Add ConstPeekType to Traits
Itamar
2021-05-08
LibGL: Implement a basic OpenGL 1.x compatible library
Jesse Buhagiar
2021-05-08
AK: Add epsilon() to NumericLimits for float, double, long double
Stephan Unverwerth
2021-05-07
AK: Remove StringBuilder::appendf()
Andreas Kling
2021-05-07
AK: Implement Span::starts_with()
Valtteri Koskivuori
2021-05-07
AK: Make Checked<T> check for division overflow as well
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-05-06
AK: Implement printf fraction length specification for strings
AnotherTest
2021-05-05
AK: Add a Variant<Ts...> implementation
Ali Mohammad Pur
2021-05-05
AK: Export integer_sequence_generate_array()
Ali Mohammad Pur
2021-05-05
AK: Add min() and max() methods to Array<T, N>
Ali Mohammad Pur
2021-05-04
AK: Make LEB128 capable of reading into any type
Ali Mohammad Pur
[next]