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-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
2020-04-12
AK: Add LogStream operator<< overloads for float and double
Andreas Kling
2020-04-12
AK: Parse query and fragment in URL::parse()
Linus Groh
2020-04-12
AK: Support fragment in URL
Linus Groh
2020-04-11
AK: Recompute URL validity after changing protocol/host/path
Andreas Kling
2020-04-11
AK: String::contains() should say no if needle or haystack is null
Andreas Kling
2020-04-10
AK: Add FlyString::hash()
Andreas Kling
2020-04-08
AK: Appending 0 bytes to a ByteBuffer should be a no-op (#1699)
Paul Redmond
2020-04-07
AK: Disable the consumable annotation checking to fix Clang build
Andreas Kling
2020-04-07
AK: Add forward() overload that refuses to forward lvalue as rvalue
Andreas Kling
2020-04-07
AK: Allow %m.nf specifier for double/float in printf to set fraction with
Emanuel Sprung
2020-04-06
AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Bitmap: Add Bitmap::find_next_range_of_unset_bits()
nimelehin
2020-04-06
AK: Add count_trailing_zeroes_32()
nimelehin
2020-04-06
AK: Add Bitmap::find_first_fit()
nimelehin
2020-04-06
AK: Add Bitmap::set_range()
nimelehin
2020-04-06
AK: Make FlyString a little less hilariously unoptimized :^)
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest
2020-04-04
AK: Break on end of input in JsonParser::consume_quoted_string
Tibor Nagy
2020-04-03
AK: Add an overwrite API to ByteBuffer
AnotherTest
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-04-01
AK: Add equals method to JsonValue to semantically compare two values.
Emanuel Sprung
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-04-01
AK: Add adopt_own() to create a NonnullOwnPtr<T> from a T&
Andreas Kling
2020-03-31
AK: A few JSON improvements
Emanuel Sprung
2020-03-31
AK: Print double numbers with printf
Emanuel Sprung
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
AK: Add some string comparison operators
Andreas Kling
[next]