1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Services/SQLServer
Andreas Kling fe00393941 LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Everyone used this hook in the same way: immediately accept() on the
socket and then do something with the newly accepted fd.

This patch simplifies the hook by having LocalServer do the accepting
automatically.
2021-11-30 23:34:40 +01:00
..
ClientConnection.cpp LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
ClientConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
DatabaseConnection.cpp SQLServer+SQL+LibSQL: Allow sql client to specify the database name 2021-10-05 02:22:19 +02:00
DatabaseConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Forward.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
main.cpp LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept 2021-11-30 23:34:40 +01:00
SQLClient.ipc SQLServer+SQL+LibSQL: Allow sql client to specify the database name 2021-10-05 02:22:19 +02:00
SQLServer.ipc SQLServer: Remove unnecessary magic number 2021-11-05 00:17:01 +03:30
SQLStatement.cpp LibSQL: Add current statement to the ExecutionContext 2021-11-10 14:47:49 +01:00
SQLStatement.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00