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-02-01
AK: Make single pivot quick_sort guarantee a max stack depth of log(n)
Mart G
2021-01-31
AK: Add URL::to_string_encoded()
Linus Groh
2021-01-31
AK: Add optional parameter for excluding chars to urlencode()
Linus Groh
2021-01-31
Vector: Correctly pass args to insert, insert_before_matching, prepend
Lenny Maiorani
2021-01-31
HashTable: Correctly pass args to set
Lenny Maiorani
2021-01-31
CircularQueue: Correctly pass args to enqueue
Lenny Maiorani
2021-01-31
CircularDeque: Correctly pass args to enqueue
Lenny Maiorani
2021-01-31
Queue: Correctly pass args to enqueue
Lenny Maiorani
2021-01-31
SinglyLinkedList: Correctly pass args to append, insert_before, insert_after
Lenny Maiorani
2021-01-31
SinglyLinkedListWithCount: Correctly pass args to append, insert_before, inse...
Lenny Maiorani
2021-01-30
AK: Allow Checked += Checked, and other such operations
Andreas Kling
2021-01-30
LibGfx: Fix dynamic bitmasks in BMPs
Ben Wiederhake
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
AK: Provide traits for DistinctNumeric<T>
AnotherTest
2021-01-28
Lagom+AK: Remove remains of clang -Wconsumed usage
Andreas Kling
2021-01-27
AK: Include the processor id in log messages
Tom
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-23
AK+Format: Add dmesgln() to replace klog().
asynts
2021-01-23
Everywhere: Deprecate dbg().
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
AK: Add set_debug_enabled method.
asynts
2021-01-17
AK: Add Vector::remove overload for removing entire ranges
Tom
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-17
LibGfx: Convert all the dbg() in BMPLoader to dbgln()
Andreas Kling
2021-01-17
AK: Make is<T>(input) use input.fast_is<T>() if available
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
[next]