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
/
DevTools
/
HackStudio
/
LanguageServers
/
Shell
/
ClientConnection.h
Age
Commit message (
Expand
)
Author
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-06-23
LanguageServers: Add function to collect TODO entries in a document
Federico Guerinoni
2021-05-16
LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine
Itamar
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-14
LanguageServers: Remove ClientConnection dependency
Itamar
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling