ladybird/Libraries/LibCore
2020-12-27 18:36:43 +01:00
..
Account.cpp LibCore: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
Account.h LibCore: Add Core::Account for login management. 2020-09-21 20:18:05 +02:00
ArgsParser.cpp LibCore: Offer to display a general description 2020-12-06 00:06:53 +01:00
ArgsParser.h LibCore: Offer to display a general description 2020-12-06 00:06:53 +01:00
CMakeLists.txt LibCore: Add DirectoryWatcher 2020-12-14 23:05:53 +01:00
Command.cpp Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
Command.h LibCore: Add command() utility functions 2020-09-15 21:43:29 +02:00
ConfigFile.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
ConfigFile.h
DateTime.cpp LibCore: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
DateTime.h LibCore: Comment that DateTime is in local time. 2020-08-20 20:53:43 +02:00
DirectoryWatcher.cpp LibCore: Add DirectoryWatcher 2020-12-14 23:05:53 +01:00
DirectoryWatcher.h LibCore: Add DirectoryWatcher 2020-12-14 23:05:53 +01:00
DirIterator.cpp LibCore: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
DirIterator.h LibCore: Add find_executable_in_path. 2020-09-16 19:39:17 +02:00
ElapsedTimer.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
ElapsedTimer.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
Event.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
Event.h AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
EventLoop.cpp Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
EventLoop.h LibCore: Add 'notify_forked()' to tear down the eventloop in forked child 2020-09-09 20:35:21 +02:00
File.cpp LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
File.h LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
FileStream.h LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
Forward.h
GetPassword.cpp
GetPassword.h
Gzip.cpp LibCore: Reduce debug spam from successful gzip decoding 2020-11-29 22:20:27 +01:00
Gzip.h
IODevice.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
IODevice.h LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
IODeviceStreamReader.h
LocalServer.cpp LibCore: Prefer strlcpy over strncpy, fix overflow 2020-08-24 00:45:03 +02:00
LocalServer.h
LocalSocket.cpp
LocalSocket.h
MimeData.cpp LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV files 2020-11-24 21:38:13 +01:00
MimeData.h LibGUI+WindowServer: Make DragOperation hold a MimeData instance 2020-11-08 21:46:13 +01:00
NetworkJob.cpp
NetworkJob.h
NetworkResponse.cpp
NetworkResponse.h
Notifier.cpp LibCore: Add Notifier::close 2020-09-16 17:50:43 +02:00
Notifier.h LibCore: Add Notifier::close 2020-09-16 17:50:43 +02:00
Object.cpp LibCore: Add Object::remove_all_children() 2020-12-27 18:36:43 +01:00
Object.h LibCore: Add Object::remove_all_children() 2020-12-27 18:36:43 +01:00
ProcessStatisticsReader.cpp Kernel: Remove the per-process icon_id and sys$set_process_icon() 2020-12-27 01:16:56 +01:00
ProcessStatisticsReader.h Kernel: Remove the per-process icon_id and sys$set_process_icon() 2020-12-27 01:16:56 +01:00
Property.cpp LibCore: Make Core::Object properties more dynamic 2020-09-15 21:46:26 +02:00
Property.h LibCore: Make Core::Object properties more dynamic 2020-09-15 21:46:26 +02:00
puff.cpp
puff.h
Socket.cpp LibCore: Stop logging that a Core::Socket has disconnected in receive() 2020-12-23 15:45:59 +01:00
Socket.h
SocketAddress.cpp
SocketAddress.h Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
StandardPaths.cpp
StandardPaths.h
SyscallUtils.h
TCPServer.cpp LibCore: Make TCPServer::listen() report failure instead of asserting 2020-09-28 22:14:23 +02:00
TCPServer.h
TCPSocket.cpp
TCPSocket.h
Timer.cpp
Timer.h
UDPServer.cpp LibCore: UDPServer::bind: Replace bind failure assert() with perror() 2020-12-18 19:20:30 +01:00
UDPServer.h
UDPSocket.cpp
UDPSocket.h