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-01-01
Build: AK/Tests: use Makefile.common
joshua stein
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
AK: Turn off demangler in userland
Andrew Kaster
2019-12-30
AK: Use stack buffers in String::number() to avoid some malloc() calls
Andreas Kling
2019-12-30
AK: Add JsonObject::get_ptr() for copy-free lookup
Andreas Kling
2019-12-29
AK: Fix JSON parser crashing when encountering UTF-8
Andreas Kling
2019-12-29
AK: Add StringView::ends_with function
Shannon Booth
2019-12-28
AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)
Andreas Kling
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-27
AK: Fix unused parameter bug in SinglyLinkedList (#928)
Valtteri Koskivuori
2019-12-27
AK: Simplify const T& versions of append/insert in SinglyLinkedList
Conrad Pankoff
2019-12-27
AK: Add insert_{before,after}(iterator, value) to SinglyLinkedList
Conrad Pankoff
2019-12-26
AK: Add NeverDestroyed<T>, for things that should never be destroyed
Andreas Kling
2019-12-22
AK: Add Vector::remove_all_matching()
Andreas Kling
2019-12-22
AK: Add IntrusiveList::take_first()
Andreas Kling
2019-12-22
AK: InlineLinkedListIterator operator-> should return m_node directly
Andrew Kaster
2019-12-20
Build: Get rid of the USERLAND define
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-19
AK: Add Vector::find_first_index(const T&)
Hüseyin ASLITÜRK
2019-12-18
AK: Add String::equals_ignoring_case(StringView)
Andreas Kling
2019-12-12
JsonValue: Fix wrong return type of as_u32() and friends
Andreas Kling
2019-12-10
AK: Teach URL::complete_url() how to resolve URL's starting with "/"
Andreas Kling
2019-12-09
AK: SinglyLinkedList::size_slow() should return size_t
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-09
AK: Handle LogStream operator<<(size_t)
Andreas Kling
2019-12-05
Shell: Cache PATH for faster tab completion
William McPherson
2019-12-05
AK: Implement %n printf specifier
Sergey Bugaev
2019-12-02
AK: StringView::lines() should keep empty lines
Andreas Kling
2019-12-02
AK: Add DoublyLinkedList::prepend()
Andreas Kling
2019-12-02
AK: Add a BinarySearch template implementation
William McPherson
2019-12-02
LibMarkdown: Handle CRLF line endings
Tommy Nguyen
2019-12-02
AK: Allow BufferStream to serialize/deserialize floats
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-25
AK: Add a query string component to URL
Andreas Kling
2019-11-19
LibHTML+AK: Move URL completion from Document to AK::URL
Andreas Kling
2019-11-16
AK: Atomic.h needs <stddef.h> for ptrdiff_t
Andreas Kling
2019-11-15
AK: Fix leak in WeakPtr(WeakPtr&&) and WeakPtr::operator=(WeakPtr&&)
Andreas Kling
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
[next]