summaryrefslogtreecommitdiff
path: root/Userland/Services/InspectorServer/main.cpp
AgeCommit message (Expand)Author
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
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-07-01InspectorServer: Use LocalSocket method to get pidTimothy
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling