..
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: Use new format functions in some places.
2020-10-17 23:20:31 +02:00
ArgsParser.h
LibCore: Add support for double on argparse
2020-08-12 13:57:06 +02:00
CMakeLists.txt
LibCore: Add Core::Account for login management.
2020-09-21 20:18:05 +02:00
Command.cpp
LibCore: Use new format functions in some places.
2020-10-17 23:20:31 +02:00
Command.h
LibCore: Add command() utility functions
2020-09-15 21:43:29 +02:00
ConfigFile.cpp
LibCore: Use new format functions in some places.
2020-10-17 23:20:31 +02:00
ConfigFile.h
LibCore: Add ConfigFile::get_for_lib()
2020-08-18 12:07:32 +02:00
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
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
LibCore: Expose origin timestamp of Core::ElapsedTime
2020-09-29 18:22:53 +02:00
ElapsedTimer.h
LibCore: Expose origin timestamp of Core::ElapsedTime
2020-09-29 18:22:53 +02:00
Event.cpp
Event.h
LibCore: Remove data pointer from CustomEvent
2020-08-27 10:12:04 +02:00
EventLoop.cpp
LibCore: Use new format functions in some places.
2020-10-17 23:20:31 +02: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: Add ensure_parent_directories to LibCore::File
2020-09-30 21:46:59 +02:00
File.h
LibCore: Add ensure_parent_directories to LibCore::File
2020-09-30 21:46:59 +02:00
FileStream.h
AK: Lower the requirements for InputStream::eof and rename it.
2020-09-14 20:58:12 +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
LibCore: Add Core::IODevice::truncate()
2020-09-06 16:09:26 +02:00
IODevice.h
LibCore: Add Core::IODevice::truncate()
2020-09-06 16:09:26 +02:00
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+WebServer+LibWeb: Make MIME type guesser take a StringView
2020-10-21 21:16:20 +02:00
MimeData.h
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
2020-10-21 21:16:20 +02: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 formatter for Object.
2020-10-17 23:20:31 +02:00
Object.h
LibCore: Add formatter for Object.
2020-10-17 23:20:31 +02:00
ProcessStatisticsReader.cpp
Kernel/LibCore: Expose processor id where a thread last ran
2020-07-01 12:07:01 +02:00
ProcessStatisticsReader.h
LibCore+top: Use pid_t for pgid/pgrp/sid numbers
2020-09-06 19:04:47 +02: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
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
LibCore: Put safe_syscall() debug spam behind #ifdef
2020-06-22 21:19:10 +02:00
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
Meta+LibC through LibHTTP: Make clang-format-10 clean
2020-09-25 21:18:17 +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