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
/
Services
/
InspectorServer
Age
Commit message (
Expand
)
Author
2022-08-14
Base: Launch InspectorServer at session start-up
Lucas CHOLLET
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-06
InspectorServer: Defer removal of InspectableProcess from table
sin-ack
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-08
InspectorServer: Use the 32-bit data length when sending a request
Sviatoslav Peleshko
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
InspectorServer: Port to LibMain :^)
Andreas Kling
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-07-01
InspectorServer: Use LocalSocket method to get pid
Timothy
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-02
InspectorServer: Add `is_inspectable` IPC
Matthew Jones
2021-06-01
InspectorServer: Remove extraneous curly brackets
Gunnar Beutner
2021-05-23
InspectorServer: Remove unnecessary greet() message
Andreas Kling
2021-05-22
LibCore: Make all processes opt out of InspectorServer by default
Andreas Kling
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-13
InspectorServer: Add another missing <AK/JsonObject.h> include
Andreas Kling
2021-05-13
InspectorServer: Add missing <AK/JsonObject.h> include
Andreas Kling
2021-05-13
Services: Add InspectorServer to reverse the direction of Inspector
Andreas Kling