index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
Stream.cpp
Age
Commit message (
Expand
)
Author
2022-10-12
LibCore: Add standard_{output, input, error} functions to File::Stream
davidot
2022-10-12
LibCore: Add option to Stream::File to not close the file on destruction
davidot
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
LibCore: Don't assume that the first address from getaddrinfo is IPv4
Andrew Kaster
2022-10-07
LibCore: Make Core::System::{send,recv}fd work on macOS
Gunnar Beutner
2022-10-06
LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket
Andreas Kling
2022-10-06
LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux
Andreas Kling
2022-09-15
LibCore: Rewrite Core::Stream::read_all_impl
sin-ack
2022-09-15
LibCore: Add documentation to Stream functions + make parameter clearer
sin-ack
2022-09-09
LibCore: Add File::open_file_or_standard_stream()
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-09
LibCore+Userland: Use StringViews when calling Core::System::open
kleines Filmröllchen
2022-06-27
LibCore: Avoid some successive allocations in Stream::read_all()
Lucas CHOLLET
2022-05-21
LibCore: Add Stream::read_all()
Michiel Visser
2022-05-21
LibCore: Add Core::Stream::File::exists()
Ariel Don
2022-04-16
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-11
LibCore: Extract Stream::OpenMode conversion helper into static function
kleines Filmröllchen
2022-02-17
LibCore: Make FreeBSD build SerenityOS
Isak Holmstrom
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-14
LibCore: Add a timeout option to UDPSocket::connect
sin-ack
2022-02-06
LibCore: Take StringViews by value in Stream::* function arguments
Ali Mohammad Pur
2022-02-06
LibCore: Implement LocalSocket::release_fd
sin-ack
2022-01-21
LibCore: Make sockets close-on-exec by default
sin-ack
2022-01-20
LibCore: Use Core::System and Error::from_syscall in Stream classes
sin-ack
2022-01-20
LibCore: Don't manually close the fd when connection fails in sockets
sin-ack
2022-01-15
LibCore: Implement LocalSocket::peer_pid
sin-ack
2022-01-15
LibCore: Implement LocalSocket::adopt_fd
sin-ack
2022-01-15
LibCore: Implement LocalSocket::read_without_waiting
sin-ack
2022-01-15
LibCore: Implement LocalSocket::receive_fd and send_fd
sin-ack
2022-01-13
LibCore: Use Error::from_errno in Stream APIs
sin-ack
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-13
LibCore: Remove the SocketError class
sin-ack
2021-12-16
LibCore: Implement the Serenity Stream API classes
sin-ack