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-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
2021-05-31
AK: Guard inline assembly with ARCH(I386) and provide alternative
Andrew Kaster
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-31
AK: Remove the m_length member for StringBuilder
Gunnar Beutner
2021-05-31
AK: Fix accidentally-quadratic behavior in StringBuilder
Gunnar Beutner
2021-05-31
AK: Use ByteBuffer::append for the StringBuilder class
Gunnar Beutner
2021-05-31
AK: Split the ByteBuffer::trim method into two methods
Gunnar Beutner
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-30
Revert "AK: Fix accidentally-quadratic behavior in StringBuilder"
Ben Wiederhake
2021-05-30
AK: Honor variable precision argument when formatting
Tim Schumacher
2021-05-30
WebServer: Put dbgln's behind WEBSERVER_DEBUG
Edwin Hoksberg
2021-05-30
AK: Verify that m_impl is non-null in String::operator[]
Max Wipfli
2021-05-30
AK: Fix accidentally-quadratic behavior in StringBuilder
Ben Wiederhake
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
[prev]
[next]