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-10-17
AK: Make Span trivially copy-constructible
Daniel Bertalan
2021-10-15
AK: Use UnicodeUtils::code_point_to_utf8 in StringBuilder
Daniel Bertalan
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-11
AK: Add support for ARCH(AARCH64) to Platform.h
James Mintram
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-08
AK: Always inline the RefCountedBase functions
Andreas Kling
2021-10-08
AK: Calculate CircularQueue::end() correctly (for real this time)
Peter Elliott
2021-10-07
Kernel: Note if the page fault address is a destroyed smart pointer
Luke Wilde
2021-10-07
AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing
Andreas Kling
2021-10-06
AK: Add missing headers
Ben Wiederhake
2021-10-06
AK: Calculate CircularQueue::end() correctly
Peter Elliott
2021-10-05
AK: Expand to_int<i64> to to_int<long> and to_int<long long>
Peter Elliott
2021-10-03
AK: Add a basic formatter for wchar_t
Tim Schumacher
2021-10-02
AK: Simplify Utf16View::operator==(Utf16View)
Andreas Kling
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
AK: Fix typos
Nico Weber
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-28
AK: Accept StringView in LexicalPath::join
Rodrigo Tobar
2021-09-28
AK: Eliminate avoidable strlen call in String::matches
Idan Horowitz
2021-09-21
AK: Introduce ability to default-initialize a Variant
Ben Wiederhake
2021-09-20
AK: Remove unnecessary include of <new> for non-`__serenity__` builds
Andrew Kaster
2021-09-20
AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`
Andrew Kaster
2021-09-20
AK: Remove unused ifdef for BUILDING_SERENITY_TOOLCHAIN
Andrew Kaster
2021-09-18
AK: Inline all the trivial Utf8View functions
Andreas Kling
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-17
AK/Vector: Add `Vector::reverse()` method
Mustafa Quraish
2021-09-16
AK: Reduce the scope of fraction_string to where it's needed
Brian Gianforcaro
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
2021-09-15
AK: Rename the local variable in the TRY() macro to avoid name clashes
Linus Groh
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur
2021-09-14
AK: Move the path argument of URL::append_path instead of copying it
Idan Horowitz
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-14
AK: Add URL::cannot_have_a_username_or_password_or_port
Idan Horowitz
2021-09-14
AK: Change URL::cannot_be_a_base_url, URL::is_valid return type to bool
Idan Horowitz
2021-09-14
AK: Accept optional url and state override parameters in URLParser
Idan Horowitz
2021-09-14
AK: Add URL::serialize_origin based on HTML's origin definition
Idan Horowitz
2021-09-13
AK: Remove unimplemented method `fill_buffer` from `UUID`
James Puleo
2021-09-13
AK: Make Span::operator==() comply with the ISO C++ idea of operator==
Ali Mohammad Pur
2021-09-13
AK: Switch Span.h to east-const style
Ali Mohammad Pur
2021-09-13
AK: Give BumpAllocator a single-block cache
Ali Mohammad Pur
2021-09-13
AK: Allow RBTree::find_largest_not_above_iterator() to fail
Ali Mohammad Pur
2021-09-13
AK+Kernel: Avoid unescaped control chars in append_escaped_for_json()
Ali Mohammad Pur
2021-09-13
AK: Make traits for NonnullOwnPtr use ptr_hash instead of int_hash
Ali Mohammad Pur
2021-09-13
AK: Add secure_zero() implementation so it can be used on all platforms
Brian Gianforcaro
2021-09-12
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
Brian Gianforcaro
2021-09-12
AK: Add the ability to hash the contents of a AK::HashMap
Brian Gianforcaro
2021-09-12
AK: Escape '"' in escape_html_entities
Peter Elliott
[next]