deskflow/src/lib/server
2025-08-11 12:32:50 -04:00
..
BaseClientProxy.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
BaseClientProxy.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
ClientListener.cpp refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
ClientListener.h refactor: server use std::unique_ptr for socketFactory 2025-06-19 19:13:24 +01:00
ClientProxy1_0.cpp refactor: XDeskflow Classes => DeskflowException Classes 2025-08-11 17:14:45 +01:00
ClientProxy1_0.h chore: clean up remaing sonar warnings to use in class intializers where possible 2025-07-07 17:53:56 +01:00
ClientProxy1_1.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_1.h chore: ClientProxy1_1 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_2.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_2.h chore: ClientProxy1_2 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_3.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_3.h chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00
ClientProxy1_4.cpp refactor: clientProxy1_4 do not create pointless override that just call the baseclass 2025-08-11 12:32:50 -04:00
ClientProxy1_4.h refactor: clientProxy1_4 do not create pointless override that just call the baseclass 2025-08-11 12:32:50 -04:00
ClientProxy1_5.cpp refactor: use std::function for Event callback 2025-06-18 13:17:16 +01:00
ClientProxy1_5.h chore: remove unused StopWatch Includes 2025-06-14 08:22:55 +01:00
ClientProxy1_6.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_6.h chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00
ClientProxy1_7.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_7.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ClientProxy1_8.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy1_8.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ClientProxy.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
ClientProxy.h chore: declare const methods recommened by sonar 2025-05-20 16:20:07 +01:00
ClientProxyUnknown.cpp refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
ClientProxyUnknown.h chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00
CMakeLists.txt refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
Config.cpp refactor: server/Config use contains 2025-08-11 12:32:50 -04:00
Config.h refactor: make sure to state type of access to base class 2025-08-11 12:32:50 -04:00
InputFilter.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
InputFilter.h refactor: explicit constructor for PlatformScreen, FileTail, FunctionJob, FunctionEventJob, ServerConfig, ScreenSettingsDialog, KeySequenceWidget, NetworkAddress, AddClientDialog, ConfigReadContext, LockCursorToScreenAction, RestartServer And KeyboardBroadcastAction 2025-08-04 13:46:27 +01:00
PrimaryClient.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
PrimaryClient.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
Server.cpp refactor: server: use contains when possible 2025-08-11 12:32:50 -04:00
Server.h fix: update inclusion of climits and cstdint headers 2025-08-06 13:03:52 +01:00