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-29
AK: Add HashMap(std::initializer_list<Entry>) constructor
Linus Groh
2020-12-29
AK+Format: Accept unsigned long in replacement fields.
asynts
2020-12-29
AK: Allow trailing '*'s in a glob pattern to match nothing
AnotherTest
2020-12-28
LibGfx+AK: Make text elision work with multi-byte characters
Andreas Kling
2020-12-28
AK: Enable AK::SharedBuffer for all platforms
Andrew Kaster
2020-12-28
AK/Userland: Use AK/Endian.h for portable byte swapping in ntpquery
Andrew Kaster
2020-12-28
AK: Add CLOCK_*_COARSE aliases for darwin and BSD variants
Andrew Kaster
2020-12-27
Kernel: Allow Userspace<T> pointers with invalid content
Andreas Kling
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-27
LibJS: Implement (mostly) spec compliant version of Number.toString()
Stephan Unverwerth
2020-12-27
AK: Add NO_DISCARD macro to allow clang-format friendly class annotations
Brian Gianforcaro
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Make AK::IsSame<T, U>::value a constexpr bool
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani
2020-12-23
CMake: Remove file globbing in AK/Tests
Lenny Maiorani
2020-12-23
Kernel: Don't assert on PT_PEEK with kernelspace address
Andreas Kling
2020-12-21
AK: Make JsonParser::parse_number properly parse >32bit ints
Sahan Fernando
2020-12-21
AK: Test StringUtils::convert_to_int for different types
Sahan Fernando
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
[next]