Ali Mohammad Pur
|
25eb903a8f
LibProtocol: Don't assume request creation will succeed across IPC
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Tim Ledbetter
|
1a17e08f87
Everywhere: Correctly report progress of downloads larger than 4GiB
|
2 years ago |
Ben Wiederhake
|
9b9a38ec81
RequestServer: Avoid unnecessary IPC::Dictionary wrapper
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
63cf9b973d
AK: Remove `FileStream`
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Sam Atkins
|
f06a7f40bf
LibProtocol: Remove redundant return statement
|
2 years ago |
Ali Mohammad Pur
|
45867435c4
RequestServer+LibProtocol: Allow users to specify a per-request proxy
|
3 years ago |
Itamar
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 years ago |
Ali Mohammad Pur
|
3ec39fc62e
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Max Wipfli
|
30cdebfa9e
LibProtocol: Use URL class in RequestClient::start_request argument
|
4 years ago |
Max Wipfli
|
5b5f7bc360
LibProtocol: Change RequestClient.{cpp,h} to use east const style
|
4 years ago |
Andreas Kling
|
c1c252ddb2
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
|
4 years ago |
Andreas Kling
|
6b2f24018d
RequestServer: Remove unnecessary greet() message
|
4 years ago |
Gunnar Beutner
|
eb21aa65d1
Userland: Make IPC results with one return value available directly
|
4 years ago |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 years ago |
Gunnar Beutner
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
4 years ago |
Gunnar Beutner
|
889359b6f9
Userland: Make IPC handlers return void if they don't have any outputs
|
4 years ago |
Gunnar Beutner
|
7cf2839a26
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
|
4 years ago |
DexesTTP
|
71d27abb97
Services: Rename ProtocolServer to RequestServer
|
4 years ago |