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-21
AK: Check for overflow in StringUtils::convert_to_int
Sahan Fernando
2020-12-21
AK: Generalize AK::String::to_int() for more types
Sahan Fernando
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
AllOf: Common iterator types
Lenny Maiorani
2020-12-19
AK: Remove bogus test case for CircularDuplexStream.
asynts
2020-12-19
AK: Remove awkward ByteBuffer construction modes (wrap & adopt)
Andreas Kling
2020-12-19
AK: Mark some Span functions with [[nodiscard]]
Andreas Kling
2020-12-19
LibTLS+LibCrypto: More ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-12-19
AK: Add hash implementations for i16 and i64
Sahan Fernando
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
[next]