1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Servers/ProtocolServer
Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C
I've been wanting to do this for a long time. It's time we start being
consistent about how this stuff works.

The new convention is:

- "LibFoo" is a userspace library that provides the "Foo" namespace.

That's it :^) This was pretty tedious to convert and I didn't even
start on LibGUI yet. But it's coming up next.
2020-02-02 15:15:30 +01:00
..
Download.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Download.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
HttpDownload.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
HttpDownload.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
HttpProtocol.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
HttpProtocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
main.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
Makefile ProtocolServer: Delete the generated IPC endpoints on "make clean" 2019-12-30 13:47:48 +01:00
Protocol.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Protocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ProtocolClient.ipc ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
ProtocolServer.ipc LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) 2019-12-06 18:39:59 +01:00
PSClientConnection.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
PSClientConnection.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00