Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Lucas CHOLLET
|
ff47223301
LibCore: Make `NetworkJob::start()` take a `Stream::BufferedSocketBase&`
|
2 years ago |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 years ago |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 years ago |
Linus Groh
|
077f7d1577
LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request()
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Arda Cinar
|
93c1fb0b76
LibGemini: Disallow cases forbidden in the spec
|
2 years ago |
Arda Cinar
|
ba9fa59355
LibGemini: Do not loop in Gemini::Job in case of error
|
2 years ago |
Arda Cinar
|
083802d41a
LibGemini: Propagate errors in Job::read_line and Job::receive
|
2 years ago |
Arda Cinar
|
0245a62f81
LibGemini: Add a response length helper to Gemini::Job
|
2 years ago |
Tim Schumacher
|
9a3e95785e
LibCore: Propagate errors from `Stream::*_entire_buffer`
|
2 years ago |
Tim Schumacher
|
6c7c5a6786
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 years ago |
Sam Atkins
|
c4134e9794
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
|
3 years ago |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
97fcbdd199
Libraries: Use default constructors/destructors in LibGemini
|
3 years ago |
Ali Mohammad Pur
|
aafc451016
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
3 years ago |
Ben Wiederhake
|
d78365f785
LibGemini: Avoid implicitly copying ByteBuffer
|
3 years ago |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 years ago |
Linus Groh
|
b5aaae7b40
LibGemini: Replace fprintf(stderr) with warnln()
|
4 years ago |
Gunnar Beutner
|
53d0150827
AK+Userland: Remove nullability feature for the ByteBuffer type
|
4 years ago |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 years ago |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |