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-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
2020-04-22
AK: Tweak exchange() implementation
Andreas Kling
2020-04-21
AK: Simplify Result class so we can start using it
Andreas Kling
2020-04-21
AK: Remove unused Error template
Andreas Kling
2020-04-20
LibDebug: Parse line number information from DWARF format
Itamar
2020-04-20
AK: Allow having ref counted pointers to const object
Itamar
2020-04-19
AK: Add URL::create_with_url_or_path()
Sergey Bugaev
2020-04-19
AK: Consider more URLs invalid
Sergey Bugaev
2020-04-18
AK: Add URL::create_with_file_protocol(path)
Andreas Kling
2020-04-18
AK: Dual pivot quicksort implementation (#1838)
wilsonk
2020-04-17
AK: Add StringView::contains(char)
Stephan Unverwerth
2020-04-16
AK: Add FlyString::is_empty()
Andreas Kling
2020-04-15
AK: Add Checked<T>::multiplication_would_overflow()
Andreas Kling
2020-04-15
AK: Add a Checked<T> template
Andreas Kling
2020-04-15
AK: Add MakeUnsigned<T> helper template
Andreas Kling
2020-04-15
AK: Add a simple NumericLimits<T> template
Andreas Kling
2020-04-14
AK: Add a little test for String::split()
Andreas Kling
2020-04-13
LibELF: Add find_demangled_function
Itamar
2020-04-13
AK: Let FlyString::hash() assume that the string was already hashed
Andreas Kling
2020-04-12
AK: Inline Optional functions more aggressively
Andreas Kling
[next]