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.h
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-01-29
AK: Move buffered streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-24
LibCore: Add support for non-trivial types to `Stream::*_value`
Tim Schumacher
2023-01-19
LibCore: Let offset-related Stream functions return an unsigned value
Tim Schumacher
2023-01-19
LibCore: Return `EBADF` on unsupported stream operations
Tim Schumacher
2023-01-17
LibCore: Remove `Stream::write_or_error`
Tim Schumacher
2023-01-17
LibCore: Do short forward seeks by discarding bytes from the buffer
Tim Schumacher
2023-01-17
LibCore: Calculate the correct seek offset for buffered streams
Tim Schumacher
2023-01-16
LibCore: Add `Stream::File::fd()`
Lucas CHOLLET
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-15
LibCore: Fix up type mistakes in `Stream::read_trivial_value`
Tim Schumacher
2023-01-14
LibCore: Don't reject an empty buffer with `ENOBUFS`
Lucas CHOLLET
2023-01-14
LibCore: Don't rely on `\n` detection to populate the buffer
Lucas CHOLLET
2023-01-14
LibCore: Resume search in `find_and_populate_until_any_of`
Lucas CHOLLET
2023-01-14
LibCore: Merge two search implementations in `Stream::BufferedStream`
Lucas CHOLLET
2023-01-14
AK: Add an optional starting offset to `CircularBuffer::offset_of`
Lucas CHOLLET
2023-01-13
LibCore: Add helper functions to read/write trivial values from streams
Tim Schumacher
2023-01-06
LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)`
Lucas CHOLLET
2023-01-03
LibCore: Add `Stream::WrapInAKOutputStream`
Tim Schumacher
2023-01-02
LibCore: Remove unused include MemMem
Ben Wiederhake
2022-12-31
LibCore: Use CircularBuffer in BufferedHelper
Lucas CHOLLET
2022-12-12
LibCore: Add `Stream::Handle`
Tim Schumacher
2022-12-12
LibCore: Make not discarding all requested bytes from a stream an error
Tim Schumacher
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-10
LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream
Tim Schumacher
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibCore: Optionally pass MSG_NOSIGNAL to socket read/writes
Sam Atkins
2022-11-30
LibCore: Add `Stream::discard()`
Tim Schumacher
2022-11-30
LibCore: Add a basic wrapper for adapting AK::Stream to Core::Stream
Tim Schumacher
2022-10-27
LibCore: Limit to the user buffer size when reading lines from a stream
Tim Schumacher
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-06
LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket
Andreas Kling
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-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
[next]