index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
ProtocolServer
Age
Commit message (
Expand
)
Author
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-15
LibCore: Reduce header dependencies of EventLoop
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
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
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-11
ProtocolServer: Use pledge()
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-30
ProtocolServer: Delete the generated IPC endpoints on "make clean"
Andreas Kling
2019-12-28
Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
joshua stein
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-06
LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)
Andreas Kling
2019-12-02
LibIPC: Rename base classes to IClientConnection and IServerConnection
Andreas Kling
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-11-30
ProtocolServer: Don't crash on failed request
Andreas Kling
2019-11-26
ProtocolServer: Port to socket takeover
Sergey Bugaev
2019-11-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-11-23
ProtocolServer: Send the download payload to clients as a shared buffer
Andreas Kling
2019-11-23
ProtocolServer+LibProtocol: Introduce a server for handling downloads
Andreas Kling