summaryrefslogtreecommitdiff
path: root/Userland/rpcdump.cpp
AgeCommit message (Expand)Author
2020-04-19Userland: Remove some little temporary test programsAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-23rpcdump: Use pledge() and unveil()Brian Gianforcaro
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11rpcdump: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-08-17LibCore+rpcdump: Publish CObject graph to on-demand RPC socketAndreas Kling