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
2021-06-07
AK: Add IntrusiveList::size_slow() to match InlineLinkedList
Brian Gianforcaro
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
2021-06-06
Revert "Revert "AK: Always inline FlyString::view()""
Linus Groh
2021-06-06
Revert "AK: Always inline FlyString::view()"
Linus Groh
2021-06-06
AK: Add the parse_ascii_base36_digit method
Idan Horowitz
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
AK: Always inline FlyString::view()
Andreas Kling
2021-06-05
AK: Stop using U+0000 as end of file code point in URL parser
Max Wipfli
2021-06-05
AK: Make debugging URLParser easier
Max Wipfli
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-05
AK: Update URLParser.{cpp,h} to use east const
Max Wipfli
2021-06-04
AK: Verify that functions aren't modified while they're being invoked
Gunnar Beutner
2021-06-04
AK: Allow deferring clear() for the Function class
Gunnar Beutner
2021-06-04
AK: Inline *String::is_one_of<Ts...>()
Ali Mohammad Pur
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
AK: Add CharacterTypes.h
Max Wipfli
2021-06-03
AK: Add reverse iterator support to AK::IntrusiveList
Brian Gianforcaro
2021-06-03
AK: Remove unused JsonValue <=> IPv4Address conversion code
Gunnar Beutner
2021-06-03
AK: Allow inlining more string functions
Gunnar Beutner
2021-06-03
AK: Allow inlining ref-count functionality
Gunnar Beutner
2021-06-02
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
Ali Mohammad Pur
2021-06-02
AK: Make checked division also check for divide by zero
Ali Mohammad Pur
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
2021-06-01
AK: Move identity check from URL::operator==() to equals()
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
2021-06-01
AK: Use correct constness in URL class methods
Max Wipfli
2021-06-01
AK: Enable direct comparsion of Optional<T> and T
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
AK: Rename Utf32CodepointIterator => Utf32CodePointIterator
Andreas Kling
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
AK: Add hostname parameter to URL::create_with_file_scheme()
Max Wipfli
2021-06-01
AK: Rewrite URL::compute_validity() to conform to new parser
Max Wipfli
2021-06-01
AK: Remove deprecated m_path member variable from URL
Max Wipfli
2021-06-01
AK: Replace URL::to_string() with new serialize() implementation
Max Wipfli
2021-06-01
AK: Replace old URL parser with new URLParser::parse()
Max Wipfli
2021-06-01
AK: Add spec-compliant URL serialization methods
Max Wipfli
2021-06-01
AK: Add a new, spec-compliant URLParser
Max Wipfli
2021-06-01
AK: Add helper functions and private data URL constructor to URL
Max Wipfli
2021-06-01
AK: Add member variables to the URL class
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-06-01
AK: Implement more conforming URL percent encode/decode mechanism
Max Wipfli
2021-06-01
AK: Add trim() method to String, StringView and StringUtils
Max Wipfli
2021-06-01
AK: Implement Utf8CodepointIterator::peek(size_t)
Max Wipfli
2021-06-01
AK: Internally rename protocol to scheme in URL
Max Wipfli
2021-06-01
AK: Omit unnecessary function parameter names in URL
Max Wipfli
2021-05-31
AK: Add Formatter<unsigned char[Size]>
Linus Groh
[next]