serenity/Libraries/LibCore
Andreas Kling 387607503c LibCore: IODevice::can_read_line() should succeed for newline-less file
If the first call to populate_read_buffer() hits EOF but something did
get buffered, we can indeed read a line.
2020-10-25 14:38:07 +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: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
ArgsParser.h
CMakeLists.txt LibCore: Add Core::Account for login management. 2020-09-21 20:18:05 +02:00
Command.cpp LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01: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
DateTime.cpp LibCore: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
DateTime.h
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
EventLoop.cpp LibCore: Use new format functions in some places. 2020-10-17 23:20:31 +02:00
EventLoop.h
File.cpp LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01:00
File.h LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01: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
GetPassword.h
Gzip.cpp
Gzip.h
IODevice.cpp LibCore: IODevice::can_read_line() should succeed for newline-less file 2020-10-25 14:38:07 +01:00
IODevice.h
IODeviceStreamReader.h
LocalServer.cpp
LocalServer.h
LocalSocket.cpp
LocalSocket.h
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
ProcessStatisticsReader.h
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
Socket.h
SocketAddress.cpp
SocketAddress.h
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 Meta+LibC through LibHTTP: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
UDPServer.h
UDPSocket.cpp
UDPSocket.h