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-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
2020-11-10
IPv4Address: Unit tests
Lenny Maiorani
2020-11-09
AK: Add formatters for floating point numbers.
asynts
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-09
AK: Remove out() and warn().
asynts
2020-11-08
AK: Use reference algorithms for LEB128 parsing
Andreas Kling
2020-11-08
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
Linus Groh
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-11-05
AK: Always include <new> from compiler before our operators new
Andreas Kling
2020-11-04
AK::URL: Check if URL requires a port set to be considered a valid URL
Brendan Coles
2020-11-03
AK: Really disallow making OwnPtrs from refcounted types
AnotherTest
2020-11-02
AK+Kernel: Escape JSON keys & values
Andreas Kling
2020-10-29
AK: Make String::matches() capable of reporting match positions too
AnotherTest
2020-10-29
AK: Add a `is_one_of()' to StringView
AnotherTest
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
AK: Add GenericLexer::retreat()
Linus Groh
[next]