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-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