summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/Stream.cpp
AgeCommit message (Expand)Author
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
2022-02-06LibCore: Take StringViews by value in Stream::* function argumentsAli Mohammad Pur
2022-02-06LibCore: Implement LocalSocket::release_fdsin-ack
2022-01-21LibCore: Make sockets close-on-exec by defaultsin-ack
2022-01-20LibCore: Use Core::System and Error::from_syscall in Stream classessin-ack
2022-01-20LibCore: Don't manually close the fd when connection fails in socketssin-ack
2022-01-15LibCore: Implement LocalSocket::peer_pidsin-ack
2022-01-15LibCore: Implement LocalSocket::adopt_fdsin-ack
2022-01-15LibCore: Implement LocalSocket::read_without_waitingsin-ack
2022-01-15LibCore: Implement LocalSocket::receive_fd and send_fdsin-ack
2022-01-13LibCore: Use Error::from_errno in Stream APIssin-ack
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-13LibCore: Remove the SocketError classsin-ack
2021-12-16LibCore: Implement the Serenity Stream API classessin-ack