.. |
.gitignore
|
|
|
AKString.h
|
GTextEditor: Add very basic automatic indentation.
|
2019-04-25 22:56:09 +02:00 |
Assertions.h
|
Get rid of SERENITY macro since the compiler already defines __serenity__
|
2019-04-20 12:58:49 +02:00 |
Badge.h
|
|
|
Bitmap.h
|
|
|
BufferStream.h
|
DNSLookupServer: Start working on a userspace DNS resolver.
|
2019-03-19 16:29:06 +01:00 |
ByteBuffer.h
|
Kernel: Add a write cache to DiskBackedFS.
|
2019-04-25 22:05:53 +02:00 |
CircularQueue.h
|
Snake: Clear the movement queue on game reset.
|
2019-04-20 03:47:35 +02:00 |
DoublyLinkedList.h
|
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
|
2019-03-24 04:28:36 +01:00 |
FileSystemPath.cpp
|
FileManager: Make the tree view follow the directory view navigations.
|
2019-03-30 03:27:25 +01:00 |
FileSystemPath.h
|
FileManager: Make the tree view follow the directory view navigations.
|
2019-03-30 03:27:25 +01:00 |
Function.h
|
|
|
HashFunctions.h
|
|
|
HashMap.h
|
LibCore: Add a CConfigFile class, a simple INI file parser.
|
2019-04-15 02:23:20 +02:00 |
HashTable.h
|
AK: HashMap::set() didn't save new values for existing keys.
|
2019-03-25 04:23:17 +01:00 |
InlineLinkedList.h
|
|
|
InlineLRUCache.h
|
|
|
kmalloc.h
|
Get rid of SERENITY macro since the compiler already defines __serenity__
|
2019-04-20 12:58:49 +02:00 |
kstdio.h
|
|
|
MappedFile.cpp
|
AK: MappedFile should open with O_CLOEXEC.
|
2019-04-18 22:19:42 +02:00 |
MappedFile.h
|
PNGLoader: Use MappedFile.
|
2019-04-03 14:15:35 +02:00 |
NetworkOrdered.h
|
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
|
2019-04-02 20:04:54 +02:00 |
Noncopyable.h
|
|
|
OwnPtr.h
|
AK: Improve smart pointer ergonomics a bit.
|
2019-04-14 02:36:06 +02:00 |
printf.cpp
|
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
|
2019-04-22 23:38:33 +02:00 |
QuickSort.h
|
|
|
Retainable.h
|
AK: Hoist the assertion in Retainable::release() to RetainableBase.
|
2019-03-16 13:48:56 +01:00 |
Retained.h
|
AK: Improve smart pointer ergonomics a bit.
|
2019-04-14 02:36:06 +02:00 |
RetainPtr.h
|
AK: And one more RetainPtr::operator==() G++ complains about in LibGUI.
|
2019-04-19 21:36:11 +02:00 |
SinglyLinkedList.h
|
AK: Fix node leak in SinglyLinkedList::take_first().
|
2019-03-13 13:11:23 +01:00 |
StdLibExtras.cpp
|
Kernel: Don't use MMX memcpy() in the kernel.
|
2019-04-22 17:13:18 +02:00 |
StdLibExtras.h
|
Kernel: Don't use MMX memcpy() in the kernel.
|
2019-04-22 17:13:18 +02:00 |
String.cpp
|
GTextEditor: Add very basic automatic indentation.
|
2019-04-25 22:56:09 +02:00 |
StringBuilder.cpp
|
AK: Make StringBuilder::appendf() pre-allocate the format string length.
|
2019-04-15 23:56:35 +02:00 |
StringBuilder.h
|
|
|
StringImpl.cpp
|
AK: Improve StringImpl chomping a bit.
|
2019-04-07 20:21:11 +02:00 |
StringImpl.h
|
Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire.
|
2019-03-12 00:56:33 +01:00 |
StringView.cpp
|
AK: Try to use StringViews more for substrings and splitting.
|
2019-04-16 02:39:16 +02:00 |
StringView.h
|
AK: Try to use StringViews more for substrings and splitting.
|
2019-04-16 02:39:16 +02:00 |
TemporaryChange.h
|
|
|
Traits.h
|
IPv4: Dynamically allocate the UDP source port if needed.
|
2019-03-13 16:05:56 +01:00 |
Types.h
|
Get rid of SERENITY macro since the compiler already defines __serenity__
|
2019-04-20 12:58:49 +02:00 |
Vector.h
|
AK: Add String::copy(BufferType) helper.
|
2019-04-20 14:13:40 +02:00 |
Weakable.h
|
|
|
WeakPtr.h
|
WindowServer: Mouse switching between system menu and app menu was broken.
|
2019-04-17 12:06:09 +02:00 |