ladybird/Libraries/LibCore
2020-08-26 08:52:07 +02:00
..
ArgsParser.cpp LibCore: Add support for double on argparse 2020-08-12 13:57:06 +02:00
ArgsParser.h LibCore: Add support for double on argparse 2020-08-12 13:57:06 +02:00
CMakeLists.txt LibCore: Rename puff.c => puff.cpp 2020-07-29 14:41:57 +02:00
ConfigFile.cpp LibCore: Add ConfigFile::get_for_lib() 2020-08-18 12:07:32 +02:00
ConfigFile.h LibCore: Add ConfigFile::get_for_lib() 2020-08-18 12:07:32 +02:00
DateTime.cpp AK+LibC+LibCore: Add a days_in_year function 2020-08-26 08:52:07 +02:00
DateTime.h LibCore: Comment that DateTime is in local time. 2020-08-20 20:53:43 +02:00
DirIterator.cpp
DirIterator.h
ElapsedTimer.cpp
ElapsedTimer.h
Event.cpp
Event.h
EventLoop.cpp LibCore: Add register_signal and unregister_signal to EventLoop 2020-07-09 21:58:07 +02:00
EventLoop.h LibCore: Add register_signal and unregister_signal to EventLoop 2020-07-09 21:58:07 +02:00
File.cpp LibCore: Add File::{stdin, stdout, stderr}() 2020-08-21 12:26:30 +02:00
File.h LibCore: Add File::{stdin, stdout, stderr}() 2020-08-21 12:26:30 +02:00
Forward.h LibCore: Fix typo in Forward.h 2020-06-11 22:44:54 +02:00
GetPassword.cpp LibCore: add get_password(). 2020-07-28 17:07:22 +02:00
GetPassword.h LibCore: add get_password(). 2020-07-28 17:07:22 +02:00
Gzip.cpp
Gzip.h
IODevice.cpp
IODevice.h
IODeviceStreamReader.h
LocalServer.cpp LibCore: Prefer strlcpy over strncpy, fix overflow 2020-08-24 00:45:03 +02:00
LocalServer.h
LocalSocket.cpp LibCore: Remove some debug spam in Local{Server,Socket} 2020-06-22 21:21:38 +02:00
LocalSocket.h LibCore: Add API for taking over an accepted socket from SystemServer 2020-06-21 21:54:30 +02:00
MimeData.cpp LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore 2020-07-27 19:57:20 +02:00
MimeData.h LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore 2020-07-27 19:57:20 +02:00
NetworkJob.cpp
NetworkJob.h
NetworkResponse.cpp
NetworkResponse.h
Notifier.cpp
Notifier.h
Object.cpp LibCore: Turns some heap-allocated events into stack-allocated ones 2020-07-16 20:46:44 +02:00
Object.h LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
ProcessStatisticsReader.cpp Kernel/LibCore: Expose processor id where a thread last ran 2020-07-01 12:07:01 +02:00
ProcessStatisticsReader.h Kernel: More PID/TID typing 2020-08-10 11:51:45 +02:00
puff.cpp LibCore: Rename puff.c => puff.cpp 2020-07-29 14:41:57 +02:00
puff.h
Socket.cpp LibCore: Prefer strlcpy over strncpy, fix overflow 2020-08-24 00:45:03 +02:00
Socket.h LibCore: Change the signature of Socket::send() to use Span. 2020-07-27 19:58:09 +02:00
SocketAddress.cpp
SocketAddress.h LibCore: Prefer strlcpy over strncpy, fix overflow 2020-08-24 00:45:03 +02:00
StandardPaths.cpp LibCore+Base: Move user-specific config files to $HOME/.config 2020-08-05 17:40:47 +02:00
StandardPaths.h LibCore+Base: Move user-specific config files to $HOME/.config 2020-08-05 17:40:47 +02:00
SyscallUtils.h LibCore: Put safe_syscall() debug spam behind #ifdef 2020-06-22 21:19:10 +02:00
TCPServer.cpp LibCore: close socket on TCPServer dtor 2020-08-09 21:10:01 +02:00
TCPServer.h
TCPSocket.cpp
TCPSocket.h
Timer.cpp LibCore: Add Timer::restart() convenience API 2020-06-11 22:35:37 +02:00
Timer.h LibCore: Add Timer::restart() convenience API 2020-06-11 22:35:37 +02:00
UDPServer.cpp LibCore: update m_bound on socket bind 2020-08-10 20:03:18 +02:00
UDPServer.h
UDPSocket.cpp LibCore: remove redundant UDPSocket constructor 2020-08-10 20:03:18 +02:00
UDPSocket.h LibCore: remove redundant UDPSocket constructor 2020-08-10 20:03:18 +02:00