Tim Schumacher
|
7a065513cd
LibCore: Add a basic wrapper for adapting AK::Stream to Core::Stream
|
2 years ago |
davidot
|
d9360676cd
LibCore: Add standard_{output, input, error} functions to File::Stream
|
2 years ago |
davidot
|
e0cccaa583
LibCore: Add option to Stream::File to not close the file on destruction
|
2 years ago |
Andrew Kaster
|
1d533acbc0
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
|
2 years ago |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 years ago |
Andrew Kaster
|
a81475d9fb
LibCore: Don't assume that the first address from getaddrinfo is IPv4
|
2 years ago |
Gunnar Beutner
|
400cc41176
LibCore: Make Core::System::{send,recv}fd work on macOS
|
2 years ago |
Andreas Kling
|
eb709ddd63
LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket
|
2 years ago |
Andreas Kling
|
d652794862
LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux
|
2 years ago |
sin-ack
|
a192095594
LibCore: Rewrite Core::Stream::read_all_impl
|
2 years ago |
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 |