serenity/Userland/Libraries/LibCore
Tim Schumacher 100112134d LibCore: Allow zero-sized spans in Stream::*_entire_buffer
There is no particular reason why we shouldn't allow zero-sized reads or
writes here, and this actually might cause issues with our common
stream-to-stream copy pattern if we end up at an unfortunate offset
where the next read would be zero-sized and trigger EOF only after that.
2023-01-13 17:34:45 -07:00
..
Account.cpp LibCore: Call the mkstemp function in a slightly prettier way 2023-01-13 09:29:44 -05:00
Account.h LibCore: Add a deleted state for Account 2022-12-31 04:24:05 -07:00
AnonymousBuffer.cpp
AnonymousBuffer.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ArgsParser.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
ArgsParser.h
BitStream.h LibCore: Add {Big,Little}EndianOutputBitStream 2023-01-10 10:28:26 +01:00
CMakeLists.txt
Command.cpp
Command.h
ConfigFile.cpp LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2022-12-23 23:26:21 +01:00
ConfigFile.h LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2022-12-23 23:26:21 +01:00
DateTime.cpp
DateTime.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Debounce.h LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
DeferredInvocationContext.h
Directory.cpp
Directory.h
DirIterator.cpp
DirIterator.h
ElapsedTimer.cpp LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer 2023-01-07 14:51:04 +01:00
ElapsedTimer.h LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer 2023-01-07 14:51:04 +01:00
Event.cpp
Event.h
EventLoop.cpp LibCore: Explain EventLoop and reorder some members in the header 2023-01-11 11:49:05 +01:00
EventLoop.h LibCore: Explain EventLoop and reorder some members in the header 2023-01-11 11:49:05 +01:00
File.cpp LibCore: Use a StringView for the file path in File::remove 2022-12-23 10:38:14 -05:00
File.h LibCore: Use a StringView for the file path in File::remove 2022-12-23 10:38:14 -05:00
FilePermissionsMask.cpp
FilePermissionsMask.h
FileStream.h
FileWatcher.cpp
FileWatcher.h
Forward.h LibCore: Add forward declaration for Core::Stream::File 2023-01-07 10:53:43 +00:00
GetPassword.cpp Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
GetPassword.h
Group.cpp LibCore: Call the mkstemp function in a slightly prettier way 2023-01-13 09:29:44 -05:00
Group.h
IODevice.cpp
IODevice.h
LocalServer.cpp
LocalServer.h
LockFile.cpp
LockFile.h
MappedFile.cpp
MappedFile.h
MemoryStream.cpp LibCore: Add AllocatingMemoryStream::offset_of 2023-01-14 00:33:35 +03:30
MemoryStream.h LibCore: Add AllocatingMemoryStream::offset_of 2023-01-14 00:33:35 +03:30
MimeData.cpp LibCore: Teach MimeData about ICC file extension and contents 2023-01-08 13:25:15 +01:00
MimeData.h
NetworkJob.cpp
NetworkJob.h
NetworkResponse.h
Notifier.cpp
Notifier.h
Object.cpp LibCore+LibGUI: Add fallible versions of Widget::load_from_gml() 2023-01-01 09:55:05 -05:00
Object.h LibCore+LibGUI: Add fallible versions of Widget::load_from_gml() 2023-01-01 09:55:05 -05:00
Process.cpp
Process.h
ProcessStatisticsReader.cpp
ProcessStatisticsReader.h
Promise.h
Property.cpp
Property.h
Proxy.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
SecretString.cpp
SecretString.h
SessionManagement.cpp Kernel+LibCore: Make %sid path parsing not take ages 2023-01-10 19:32:31 +01:00
SessionManagement.h
SharedCircularQueue.h
SocketAddress.h
SOCKSProxyClient.cpp
SOCKSProxyClient.h
StandardPaths.cpp LibCore: Add StandardPaths::font_directories() 2023-01-11 20:54:49 +00:00
StandardPaths.h LibCore: Add StandardPaths::font_directories() 2023-01-11 20:54:49 +00:00
Stream.cpp LibCore: Allow zero-sized spans in Stream::*_entire_buffer 2023-01-13 17:34:45 -07:00
Stream.h LibCore: Add Stream::File::leak_fd(Badge<IPC::File>) 2023-01-06 14:52:29 +00:00
System.cpp
System.h
SystemServerTakeover.cpp
SystemServerTakeover.h
TCPServer.cpp
TCPServer.h
TempFile.cpp LibCore: Use a StringView for the file path in File::remove 2022-12-23 10:38:14 -05:00
TempFile.h
Timer.cpp LibCore+Userland: Don't auto-start new Core::Timers 2023-01-12 11:25:51 +01:00
Timer.h LibCore+Userland: Don't auto-start new Core::Timers 2023-01-12 11:25:51 +01:00
UDPServer.cpp
UDPServer.h
UmaskScope.h
Version.cpp
Version.h