summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-16AK: Don't call memcpy with null argument in ByteBuffer::copy()Andrew Kaster
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15AK: Try to avoid String allocation in FlyString(StringView)Andreas Kling
2021-05-14AK: Introduce get_random_uniform()Jean-Baptiste Boric
2021-05-14AK: Fix redefinition of macro inside AK/Platform.hJean-Baptiste Boric
2021-05-14AK: Remove unused STRINGIMPL_DEBUG instrumentationAndreas Kling
2021-05-14AK: Make StringView::hash() constexprAndreas Kling
2021-05-14AK: Avoid allocations in ByteBufferGunnar Beutner
2021-05-14AK: Use move semantics to avoid copying in JSON parserAndreas Kling
2021-05-14LibCrypto+LibTLS: Avoid unaligned reads and writesAli Mohammad Pur
2021-05-14AK: Avoid passing nullptr to __buitin_memcpy() in ByteBuffer::grow()Ali Mohammad Pur
2021-05-14AK: Add #define for [[gnu::no_sanitize_address]]Andrew Kaster
2021-05-14AK: Vector::resize() should initialize new slots for primitive typesGunnar Beutner
2021-05-13AK: Fix Variant's copy constructor trying to delegate to the wrong baseAli Mohammad Pur
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-13AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-12AK: Add LexicalPath::append and LexicalPath::joinsin-ack
2021-05-12Kernel+LibC: Make get_dir_entries syscall retriableMart G
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-11AK: Avoid the use of typeinfo in VariantAli Mohammad Pur
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-10AK: Add missing 'const' in SpanMatthew Olsson
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08AK: Let Result<T, E> know its Value and Error typesAli Mohammad Pur
2021-05-08AK+LibCpp: Remove DEBUG_SPAM in favour of per-application definesAli Mohammad Pur
2021-05-08AK: Add an optional 'extra' descriptive field to ScopeLoggerAli Mohammad Pur
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-08AK: Add constructors to Optional that accept non const qualified inputsItamar
2021-05-08AK: Add a non-const overload to HapMap::get()Itamar
2021-05-08AK: Add ConstPeekType to TraitsItamar
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-05-08AK: Add epsilon() to NumericLimits for float, double, long doubleStephan Unverwerth
2021-05-07AK: Remove StringBuilder::appendf()Andreas Kling
2021-05-07AK: Implement Span::starts_with()Valtteri Koskivuori
2021-05-07AK: Make Checked<T> check for division overflow as wellAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-05-06AK: Implement printf fraction length specification for stringsAnotherTest
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur
2021-05-05AK: Export integer_sequence_generate_array()Ali Mohammad Pur
2021-05-05AK: Add min() and max() methods to Array<T, N>Ali Mohammad Pur
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur