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-05-18
AK: Make Utf32View::substring_view() with 0 length not crash
Andreas Kling
2020-05-18
AK: Add a way to get the number of valid bytes in a Utf8View
AnotherTest
2020-05-17
AK: Add StringBuilder::append(Utf32View)
Andreas Kling
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-17
AK: Add Utf8View::length_in_codepoints()
Andreas Kling
2020-05-17
AK: Set default port in URL to 1965 for gemini protocol
Conrad Pankoff
2020-05-16
AK: Handle "protocol relative URLs" in URL::complete_url()
Linus Groh
2020-05-16
AK: Fix URL's operator<<() and use it
Linus Groh
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Build: FreeBSD support
Dominik Madarasz
2020-05-16
AK: Remove experimental clang -Wconsumed stuff
Andreas Kling
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-14
AK: Make FileSystemPath::extension() return what's after the last '.'
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-12
AK: Fix gcc 10.1 compiler warnings in Vector.h
Linus Groh
2020-05-11
AK: Add String::trim_spaces()
Linus Groh
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-09
AK: Add missing copyright header to TestStringUtils.cpp
Linus Groh
2020-05-09
AK: Add missing copyright header to Memory.h
Linus Groh
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-09
AK: Allow file:// URLs to have a hostname
Andreas Kling
2020-05-08
AK: Add templated NonnullOwnPtr::release_nonnull()
Andreas Kling
2020-05-08
AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)
Devashish Jaiswal
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-05
AK: Add URL::basename()
Andreas Kling
2020-05-05
AK: Some FlyString improvements
Andreas Kling
2020-05-05
AK: run clang-format on PrintfImplementation.h
Emanuele Torre
2020-05-04
AK: Rename variables with camelCase names in PrintfImplementation.h (#2095)
Emanuele Torre
2020-05-04
AK: Add StringView::find_first/last_of
Andrew Kaster
2020-05-03
AK: Add Vector::resize_and_keep_capacity()
Andreas Kling
2020-05-03
AK+FileManager: Move out human_readable_size to AK::NumberFormat
AnotherTest
2020-05-02
AK: Inline busy functions in Vector
AnotherTest
2020-05-02
AK: Correct ByteBuffer::{overwrite,slice*} bounds check
AnotherTest
2020-05-01
AK: Make Checked.h work with Clang
Andreas Kling
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-30
AK: Always inline trivial StringView constructors
Sergey Bugaev
2020-04-30
AK: Assert that we don't create StringViews of negative length
Sergey Bugaev
2020-04-30
AK: Add Checked::addition_would_overflow()
Sergey Bugaev
2020-04-28
AK: Add FileSystemPath::is_absolute()
Linus Groh
2020-04-27
AK: Add SinglyLinkedListIterator::is_begin()
Brian Gianforcaro
2020-04-26
AK: Make URL::to_string() produce a data URL for data URLs :^)
Andreas Kling
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-26
AK: Teach URL how to parse data: URLs :^)
Andreas Kling
2020-04-26
AK: Add timeval_to_timespec and timespec_to_timeval conversion methods
Brian Gianforcaro
[next]