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-06-20
AK: Fix JsonParser double encoding multibyte utf-8 chararcters
LepkoQQ
2020-06-18
AK: Add tests for Base64 decoder
Tom Lebreux
2020-06-18
AK: Add a simple and inefficient Base64 encoder
Tom Lebreux
2020-06-16
AK: Implement a slightly better FlyString::operator==(String)
Andreas Kling
2020-06-16
Test: Fix json parse test from unicode string
Hüseyin ASLITÜRK
2020-06-16
AK: JsonParser, replace char type to u32 for code point
Hüseyin ASLITÜRK
2020-06-15
AK: Assert non-empty Utf32View, when initialized with non-zero length
Kevin Meyer
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
AK: Remove useless casts
Sergey Bugaev
2020-06-12
AK: Ensure RefCounted types are never copied or moved
Sergey Bugaev
2020-06-12
AK: Assert refcount doesn't overflow
Sergey Bugaev
2020-06-12
AK: Switch RefCounted to atomic refcounting
Sergey Bugaev
2020-06-12
AK: Use unsigned int for refcount
Sergey Bugaev
2020-06-12
AK: Ensure we never use OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-12
AK: ALWAYS_INLINE most Atomic<T> methods
Sergey Bugaev
2020-06-12
AK: Fix missing ptrdiff_t in non-Serenity builds
Sergey Bugaev
2020-06-10
AK: URL should urldecode data: URL payloads
Andreas Kling
2020-06-07
AK: Add basic percent encoder/decoder (urlencode and urldecode)
Andreas Kling
2020-06-07
AK: Add StringView::{begin,end} so we can range-for over StringViews
Andreas Kling
2020-06-07
AK: Don't try to complete relative data: URLs
Andreas Kling
2020-06-06
AK: Fix printf("%c", 0)
Sergey Bugaev
2020-06-04
AK: Allow default-constructing Utf8View and Utf8CodepointIterator
Andreas Kling
2020-06-04
AK: Add StringBuilder::append_codepoint(u32)
Andreas Kling
2020-06-04
AK: Add atomic free functions
Tom
2020-06-03
AK: JSON, Escape spacial character in string serialization
Hüseyin ASLITÜRK
2020-06-01
AK: Add operator== and hash traits for URL
Andreas Kling
2020-05-31
AK: Always inline some Checked methods
Sergey Bugaev
2020-05-30
AK: Make some StringView constructors constexpr
Andreas Kling
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-05-30
AK: Make {String,FlyString}::is_one_of() const
Andreas Kling
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-29
Ports: Fix CMake-based ports
Paul Redmond
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-28
AK: Add StringView::split_view() taking a StringView
AnotherTest
2020-05-27
AK: Add a simple randomness API
Andreas Kling
2020-05-26
AK: Mark some popular String member functions ALWAYS_INLINE
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Build: Fix cmake test runner, so it knows when tests fail
Brian Gianforcaro
2020-05-26
AK: Temporarily disable failing relative_paths tests in FileSystemPath suite
Brian Gianforcaro
2020-05-26
AK: Expand string tests to include ends_with case insensitivity
Brian Gianforcaro
2020-05-26
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...
Brian Gianforcaro
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-26
AK: Move String::ends_with implementation to StringUtils
Brian Gianforcaro
2020-05-25
AK: Add String::is_one_of(...)
Andreas Kling
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
AK: Fix inconsistent signature for dbgputstr()
Andreas Kling
2020-05-23
AK: Simplify Types.h a little bit
Andreas Kling
2020-05-23
AK: Add MakeSigned<T> helper template
Andreas Kling
2020-05-23
AK: Allow NumericLimits.h to compile in a kernel context
Andreas Kling
[next]