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
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-13
AK: Add {encode,decode}_hex similar to {encode,decode}_base64
Conrad Pankoff
2020-12-12
AK: Fix urlencode() with high byte values
Conrad Pankoff
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-12-10
AK: Add String::substring(start)
Andreas Kling
2020-12-10
AK: Ensure dual_pivot_quick_sort does not copy the pivots
AnotherTest
2020-12-09
AK: Fix offset calculation error in DuplexMemoryStream::write.
asynts
2020-12-09
AK: Fix unsigned integer underflow in DuplexMemoryStream::write.
asynts
2020-12-09
AK: Add String::substring_view(size_t).
asynts
2020-12-08
AK: Fix reading across chunks in DuplexMemoryStream
AnotherTest
2020-12-08
AK: Implement DuplexMemoryStream::offset_of() in terms of memmem()
AnotherTest
2020-12-08
AK: Implement memmem() for iterator haystacks
AnotherTest
2020-12-08
AK: Forward declare Nonnull{Own,Ref}PtrVector
AnotherTest
2020-12-08
AK: Add header for SIMD vectorized types
Sahan Fernando
2020-12-06
AK: Make Formatter<StringView> not choke on Mode::Character
Linus Groh
2020-12-06
AK: Add test for the will_be_destroyed and one_ref_left magic functions
Andrew Kaster
2020-12-05
AK: Pull Is{Integral,FloatingPoint} into the global namespace
Linus Groh
2020-12-02
AK: Add insert_before/insert_after to InlineLinkedList
Tom
2020-11-30
AK: Fix logic error in urldecode() percent-decoding
Linus Groh
2020-11-29
AK: Export ShouldChomp::NoChomp too
AnotherTest
2020-11-29
AK: Add missing GenericTraits<u8>
devashish
2020-11-27
Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)
DavidKorczynski
2020-11-25
AK: Always inline RefPtr::operator bool() and RefPtr::is_null()
Andreas Kling
2020-11-25
AK: Don't return empty StringImpl from create() when char* starts with \0
Linus Groh
2020-11-24
AK: Add some inline capacity to StringBuilder
Andreas Kling
2020-11-24
AK: Add IntrusiveList::take_last()
Andreas Kling
2020-11-23
LibIPC: Prepend each message with its size
Sergey Bugaev
2020-11-23
AK: Add Vector::prepend() overload for multiple items
Sergey Bugaev
2020-11-23
AK: Use ALWAYS_INLINE all over NonnullPtrVector
Andreas Kling
2020-11-22
AK: Add first_matching and last_matching to Vector
Luke
2020-11-22
AK: Fix base64 decoding '/'
BenJilks
2020-11-22
AK: Cleanup missing includes and #ifdef evaluation
Lenny Maiorani
2020-11-22
NeverDestroyed: Add tests
Lenny Maiorani
2020-11-21
MACAddress: Use all_of to implement is_zero
Lenny Maiorani
2020-11-21
AK: Implement generic all_of algorithm
Lenny Maiorani
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-11-19
MACAddress: constexpr support
Lenny Maiorani
2020-11-17
AK: Fix OOB access in DuplexMemoryStream::offset_of()
AnotherTest
2020-11-17
AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()
Linus Groh
2020-11-17
MACAddress: Unit testing for basic functionality
Lenny Maiorani
2020-11-16
Vector: C++20 equality operators
Lenny Maiorani
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-14
AK: Mark SimpleIterator::operator*() as ALWAYS_INLINE
Andreas Kling
2020-11-14
AK: Fix StringUtils::contains() case insensitive search
Linus Groh
2020-11-13
AK: Fix inverted condition in unsigned LEB128 decode
Andreas Kling
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-11-11
RefPtrTraits: struct/class mismatch in forward declaration
Lenny Maiorani
2020-11-11
IPv4Address: constexpr support
Lenny Maiorani
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
AK: Add RefPtrTraits to allow implementing custom null pointers
Tom
[next]