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
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-07
AK: Add Vector::take(index)
Andreas Kling
2019-11-07
AK: Delete operator!() and operator bool() from the Nonnull pointers
Andreas Kling
2019-11-07
AK: Add Vector::prepend(T&&)
Andreas Kling
2019-11-06
AK: Always rebuild unit tests if AK headers change
Andreas Kling
2019-11-06
AK: Remove unused AK::not_implemented()
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-06
AK: Get rid of TStyle (output styling helper for LogStream)
Andreas Kling
2019-11-04
AK: Let's just log unimplemented printf() format strings
Andreas Kling
2019-11-03
AK: Allow overriding the Queue segment size with a template parameter
Andreas Kling
2019-11-03
AK: Add Queue::head()
Andreas Kling
2019-11-02
AK: Handle '%llu' in printf() (unsigned 64-bit integer)
Andreas Kling
2019-10-29
AK: Allow JsonValue to store 64-bit integers internally
Andreas Kling
2019-10-28
AK: Add String::contains(String)
Andreas Kling
2019-10-23
AK: Add JsonArray::ensure_capacity()
Andreas Kling
2019-10-23
AK: Make it possible to store complex types in a CircularQueue
Andreas Kling
2019-10-21
URL: https:// URLs should default to port 443
Andreas Kling
2019-10-21
JsonObject: Add JsonObject::has(key)
Andreas Kling
2019-10-21
URL: Unbreak the serialization test
Andreas Kling
2019-10-20
ELF: Fail layout when program header hooks return nullptr (#673)
Andrew Kaster
2019-10-20
AK: Add CircularDeque.
Drew Stratford
2019-10-19
String: Define operator>(String)
Andreas Kling
2019-10-18
UTF-8: Add Utf8CodepointIterator::codepoint_length_in_bytes()
Andreas Kling
2019-10-18
AK: Add String::hash()
Andreas Kling
2019-10-17
URL: Parse URLs that lack a path (e.g "http://serenityos.org")
Andreas Kling
2019-10-12
AK: Add Atomic.h
Tom
2019-10-10
URL: No need to include ":80" when serializing http:// URLs
Andreas Kling
2019-10-07
AK: Make String compile on platforms where size_t==u32
Andreas Kling
2019-10-05
AK: URL should support file:// URL's
Andreas Kling
2019-10-01
AK: Make Bitmap constructors public to allow make<Bitmap>()
Andreas Kling
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
AK: Add StringBuilder::length() and trim(int)
Andreas Kling
2019-09-28
AK: Add StringBuilder::string_view() and StringBuilder::clear()
Sergey Bugaev
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
ELF: Make code a little more buildable on other platforms
Andreas Kling
2019-09-22
AK: Add AK_MAKE_NONMOVABLE
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-15
Utf8View: Don't print potentially unterminated string in debug message
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-13
TestStringView: Add test for starts_with
MinusGix
2019-09-13
StringView: Add starts_with method
MinusGix
2019-09-11
printf: %w, %b, and %p should be zero-padded but not left-padded
Andreas Kling
2019-09-11
AK: Add LogStream operator<< for ByteBuffer
Andreas Kling
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-08
AK: Fix buffer overrun in Utf8CodepointIterator::operator++
Sergey Bugaev
2019-09-08
AK: Pad %b and %w to two and four places in printf
Conrad Pankoff
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
[next]