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
/
LibProtocol
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
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-02
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
Guilherme Gonçalves
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-17
LibProtocol: Remove `Request::stream_into(OutputStream&)`
Tim Schumacher
2023-01-17
LibProtocol: Use `AllocatingMemoryStream` to buffer requests
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-11
LibProtocol: Remove redundant return statement
Sam Atkins
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch WebSocket at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch Request at session start-up
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-09
RequestServer+LibProtocol: Allow users to specify a per-request proxy
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
LibProtocol: Don't block indefinitely in stream_into's on_ready_to_read
Ali Mohammad Pur
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-02-18
LibProtocol: Close the stream notifier unconditionally on EOF
Ali Mohammad Pur
2022-02-16
LibProtocol: Fix crash on EOF when using Request::stream_into
Michiel Visser
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibProtocol: Overload Request::stream_into() to accept a Core::Stream
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
LibProtocol: Change RequestClient.{cpp,h} to use east const style
Max Wipfli
2021-05-23
LibProtocol: Fix non-constant usage of PAGE_SIZE
Jean-Baptiste Boric
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
RequestServer: Remove unnecessary greet() message
Andreas Kling
2021-05-23
WebSocket: Remove unnecessary greet() message
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
Services: Add a WebSocket service
DexesTTP
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
[next]