Timothy Flynn
|
168d28c15f
LibProtocol+Userland: Support unbuffered protocol requests
|
1 gadu atpakaļ |
Andrew Kaster
|
637f2f2ed6
LibProtocol: Keep reading until an error occurs for buffered reads
|
1 gadu atpakaļ |
Ali Mohammad Pur
|
5232afa13d
RequestServer+LibProtocol: Make starting requests fully async
|
1 gadu atpakaļ |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
Tim Ledbetter
|
1a17e08f87
Everywhere: Correctly report progress of downloads larger than 4GiB
|
2 gadi atpakaļ |
Andreas Kling
|
411d36719e
LibCore: Simplify Core::Notifier by only allowing one event type
|
2 gadi atpakaļ |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 gadi atpakaļ |
Tim Schumacher
|
a3f73e7d85
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
|
2 gadi atpakaļ |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 gadi atpakaļ |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 gadi atpakaļ |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 gadi atpakaļ |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 gadi atpakaļ |
Tim Schumacher
|
9f92e1bf11
LibProtocol: Remove `Request::stream_into(OutputStream&)`
|
2 gadi atpakaļ |
Tim Schumacher
|
5320ed0fd6
LibProtocol: Use `AllocatingMemoryStream` to buffer requests
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 gadi atpakaļ |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 gadi atpakaļ |
Ali Mohammad Pur
|
6386554cd9
LibProtocol: Don't block indefinitely in stream_into's on_ready_to_read
|
3 gadi atpakaļ |
Ali Mohammad Pur
|
8fa334a70c
LibProtocol: Close the stream notifier unconditionally on EOF
|
3 gadi atpakaļ |
Michiel Visser
|
45004022ad
LibProtocol: Fix crash on EOF when using Request::stream_into
|
3 gadi atpakaļ |
Ali Mohammad Pur
|
aafc451016
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
3 gadi atpakaļ |
Sam Atkins
|
de3225a28b
LibProtocol: Overload Request::stream_into() to accept a Core::Stream
|
3 gadi atpakaļ |
Jean-Baptiste Boric
|
dd6921bfc6
LibProtocol: Fix non-constant usage of PAGE_SIZE
|
4 gadi atpakaļ |
DexesTTP
|
71d27abb97
Services: Rename ProtocolServer to RequestServer
|
4 gadi atpakaļ |