index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
Inspector
/
RemoteProcess.cpp
Age
Commit message (
Expand
)
Author
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-05
Inspector: Store remote object addresses as uintptr_t instead of String
Andreas Kling
2020-03-05
Inspector: Handle multi-packet RPC responses
Andreas Kling
2020-03-05
Inspector: Make properties editable :^)
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-09-11
Inspector: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-08-19
Inspector: Show remote object properties in a table view
Andreas Kling