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-05-30
ELFLoader: Fix typo in segment naming.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-28
Shell: Allow * and ? wildcard expansion in arguments
Robin Burchell
2019-05-27
AK: Add ensure_capacity() for HashMap and HashTable.
Andreas Kling
2019-05-27
FileSystemPath: Add a has_extension() helper.
Andreas Kling
2019-05-26
AK: Implement String::to_int (#99)
Faissal Bensefia
2019-05-26
QuickSort: Don't sort a single item, nothing to do
Robin Burchell
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-23
Kernel/AK: Move ELF loader to AK
Robin Burchell
2019-05-21
AK: Always inline convert_between_host_and_network<T>.
Andreas Kling
2019-05-21
AK: Add some more features to Vector iterators.
Andreas Kling
2019-05-19
AK: Simplify quick_sort() and improve Vector iterators a bit.
Andreas Kling
2019-05-18
Kernel: Fix timeout support in select
Robin Burchell
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
LibCore: Move AK/ArgsParser to LibCore/CArgsParser
Robin Burchell
2019-05-17
ArgsParser: Expand to be able to handle multiple single arguments
Robin Burchell
2019-05-17
AK/Userland: Add single value to ArgsParser usage, and port tail to use ArgsP...
Robin Burchell
2019-05-17
ArgsParser: Remove prefix from constructor
Robin Burchell
2019-05-17
ArgsParser: Remove boolean trap on add_arg
Robin Burchell
2019-05-17
ArgsParser: Style fixup
Robin Burchell
2019-05-17
Vector: Add insert() overload that takes a const T&.
Andreas Kling
2019-05-14
Kernel: Encapsulate the Region's COW map a bit better.
Andreas Kling
2019-05-14
AK: InlineLRUCache was always filling up one short of capacity.
Andreas Kling
2019-05-13
Feature/pidof (#31)
GuillaumeGas
2019-05-07
AK: Add InlineLinkedList::remove_tail().
Andreas Kling
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-06
AK: Change HashTable and HashMap size/capacity to be ints.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
Andreas Kling
2019-04-22
Kernel: Don't use MMX memcpy() in the kernel.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
AK: Give Vector the ability to have an inline capacity.
Andreas Kling
2019-04-20
LibC: Get rid of the now-unneeded AK/kmalloc.cpp
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-20
Snake: Clear the movement queue on game reset.
Andreas Kling
2019-04-20
Snake: Use a queue for the movement inputs.
Andreas Kling
2019-04-19
AK: And one more RetainPtr::operator==() G++ complains about in LibGUI.
Andreas Kling
2019-04-19
AK: Add RetainPtr::operator==() overload G++ is whining about.
Andreas Kling
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-18
AK: MappedFile should open with O_CLOEXEC.
Andreas Kling
2019-04-17
WindowServer: Mouse switching between system menu and app menu was broken.
Andreas Kling
2019-04-16
AK: Add Vector::prepend().
Andreas Kling
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-15
AK: Make StringBuilder::appendf() pre-allocate the format string length.
Andreas Kling
2019-04-15
AK: Add a StringView class.
Andreas Kling
[next]