summaryrefslogtreecommitdiff
path: root/Userland/Services/InspectorServer
AgeCommit message (Expand)Author
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-06InspectorServer: Defer removal of InspectableProcess from tablesin-ack
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-08InspectorServer: Use the 32-bit data length when sending a requestSviatoslav Peleshko
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30InspectorServer: Port to LibMain :^)Andreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-07-01InspectorServer: Use LocalSocket method to get pidTimothy
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-02InspectorServer: Add `is_inspectable` IPCMatthew Jones
2021-06-01InspectorServer: Remove extraneous curly bracketsGunnar Beutner
2021-05-23InspectorServer: Remove unnecessary greet() messageAndreas Kling
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-13InspectorServer: Add another missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13InspectorServer: Add missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling