sin-ack
|
d3979b0bbd
LibCore: Add documentation to Stream functions + make parameter clearer
|
2 years ago |
demostanis
|
1c5f6003d7
LibCore: Add File::open_file_or_standard_stream()
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 years ago |
kleines Filmröllchen
|
69218b92a5
LibCore+Userland: Use StringViews when calling Core::System::open
|
3 years ago |
Lucas CHOLLET
|
e432a284d7
LibCore: Avoid some successive allocations in Stream::read_all()
|
3 years ago |
Michiel Visser
|
68772463cb
LibCore: Add Stream::read_all()
|
3 years ago |
Ariel Don
|
244357472a
LibCore: Add Core::Stream::File::exists()
|
3 years ago |
Sam Atkins
|
fe5fdb200b
LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes
|
3 years ago |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
kleines Filmröllchen
|
1b67e19bd6
LibCore: Extract Stream::OpenMode conversion helper into static function
|
3 years ago |
Isak Holmstrom
|
41765895a8
LibCore: Make FreeBSD build SerenityOS
|
3 years ago |
Sam Atkins
|
4d5080388a
LibCore+Tests: Add SeekableStream::truncate()
|
3 years ago |
sin-ack
|
17d3592cab
LibCore: Add a timeout option to UDPSocket::connect
|
3 years ago |
Ali Mohammad Pur
|
07f444439c
LibCore: Take StringViews by value in Stream::* function arguments
|
3 years ago |
sin-ack
|
259ed04087
LibCore: Implement LocalSocket::release_fd
|
3 years ago |
sin-ack
|
3de51a4b99
LibCore: Make sockets close-on-exec by default
|
3 years ago |
sin-ack
|
ab36fb7a23
LibCore: Use Core::System and Error::from_syscall in Stream classes
|
3 years ago |
sin-ack
|
4d2e3de94c
LibCore: Don't manually close the fd when connection fails in sockets
|
3 years ago |
sin-ack
|
4cad0dd74c
LibCore: Implement LocalSocket::peer_pid
|
3 years ago |
sin-ack
|
92be52fd9f
LibCore: Implement LocalSocket::adopt_fd
|
3 years ago |
sin-ack
|
27b49a60d0
LibCore: Implement LocalSocket::read_without_waiting
|
3 years ago |
sin-ack
|
f9847372f3
LibCore: Implement LocalSocket::receive_fd and send_fd
|
3 years ago |
sin-ack
|
5f645e84d8
LibCore: Use Error::from_errno in Stream APIs
|
3 years ago |
sin-ack
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 years ago |
sin-ack
|
eb389db92c
LibCore: Remove the SocketError class
|
3 years ago |
sin-ack
|
19e13117ad
LibCore: Implement the Serenity Stream API classes
|
3 years ago |