ladybird/Libraries/LibCore
2020-09-06 12:54:45 +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 LibCore: Let DateTime::create()/set_time() take summer time into account 2020-08-30 16:56:47 +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 LibCore: Remove data pointer from CustomEvent 2020-08-27 10:12:04 +02:00
EventLoop.cpp
EventLoop.h
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
FileStream.h LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file. 2020-09-06 12:54:45 +02:00
Forward.h
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
LocalSocket.h
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
Object.h Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 2020-08-27 10:12:04 +02:00
ProcessStatisticsReader.cpp
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 Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +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 Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +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
TCPServer.cpp LibCore: close socket on TCPServer dtor 2020-08-09 21:10:01 +02:00
TCPServer.h
TCPSocket.cpp
TCPSocket.h
Timer.cpp
Timer.h
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