summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Stream.cpp
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-02-04AK: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-19LibCore: Let offset-related Stream functions return an unsigned valueTim Schumacher
2023-01-19LibCore: Return `EBADF` on unsupported stream operationsTim Schumacher
2023-01-15LibCore: Enable file descriptor passing on OpenBSDnipos
2023-01-13LibCore: Enable file descriptor passing on FreeBSDNiklas Poslovski
2023-01-13LibCore: Allow zero-sized spans in `Stream::*_entire_buffer`Tim Schumacher
2023-01-03LibCore: Add `Stream::WrapInAKOutputStream`Tim Schumacher
2022-12-15LibCore: Use `System::getaddrinfo()` in `Socket::resolve_host`Lucas CHOLLET
2022-12-13LibCore: Fix struct msghdr initializationDrew DeVault
2022-12-12LibCore: Use `Core::System::poll()` in `PosixSocketHelper`Lucas CHOLLET
2022-12-12LibCore: Make not discarding all requested bytes from a stream an errorTim Schumacher
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-12LibCore: Remove `Stream::is_{readable,writable}`Tim Schumacher
2022-12-10LibCore: Add a wrapper for adapting Core::Stream to AK::InputStreamTim Schumacher
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03LibCore: Optionally pass MSG_NOSIGNAL to socket read/writesSam Atkins
2022-11-30LibCore: Add `Stream::discard()`Tim Schumacher
2022-11-30LibCore: Add a basic wrapper for adapting AK::Stream to Core::StreamTim Schumacher
2022-10-12LibCore: Add standard_{output, input, error} functions to File::Streamdavidot
2022-10-12LibCore: Add option to Stream::File to not close the file on destructiondavidot
2022-10-10AK+Userland: Replace Linux, macOS, and *BSD macros with platform definesAndrew Kaster
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-10LibCore: Don't assume that the first address from getaddrinfo is IPv4Andrew Kaster
2022-10-07LibCore: Make Core::System::{send,recv}fd work on macOSGunnar Beutner
2022-10-06LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocketAndreas Kling
2022-10-06LibCore: Implement LocalSocket send_fd() and receive_fd() on LinuxAndreas Kling
2022-09-15LibCore: Rewrite Core::Stream::read_all_implsin-ack
2022-09-15LibCore: Add documentation to Stream functions + make parameter clearersin-ack
2022-09-09LibCore: Add File::open_file_or_standard_stream()demostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-06-27LibCore: Avoid some successive allocations in Stream::read_all()Lucas CHOLLET
2022-05-21LibCore: Add Stream::read_all()Michiel Visser
2022-05-21LibCore: Add Core::Stream::File::exists()Ariel Don
2022-04-16LibCore+LibIPC: Make Core::Stream read_without_waiting() return BytesSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-11LibCore: Extract Stream::OpenMode conversion helper into static functionkleines Filmröllchen
2022-02-17LibCore: Make FreeBSD build SerenityOSIsak Holmstrom
2022-02-16LibCore+Tests: Add SeekableStream::truncate()Sam Atkins
2022-02-14LibCore: Add a timeout option to UDPSocket::connectsin-ack