deskflow/src/lib/server
2025-07-03 03:24:16 +00: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: use using enum EventTypes when possible to reduce verbosity 2025-07-03 03:24:16 +00:00
ClientListener.h refactor: server use std::unique_ptr for socketFactory 2025-06-19 19:13:24 +01:00
ClientProxy1_0.cpp refactor: use using enum EventTypes when possible to reduce verbosity 2025-07-03 03:24:16 +00:00
ClientProxy1_0.h refactor: use std::function for Event callback 2025-06-18 13:17:16 +01:00
ClientProxy1_1.cpp chore: ClientProxy1_1 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_1.h chore: ClientProxy1_1 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_2.cpp chore: ClientProxy1_2 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_2.h chore: ClientProxy1_2 use default for deconstructor 2025-05-02 12:12:17 +01:00
ClientProxy1_3.cpp chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +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: use std::function for Event callback 2025-06-18 13:17:16 +01:00
ClientProxy1_4.h chore: ClientProxy1_4 use default for deconstructor 2025-05-02 12:12:17 +01: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 chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +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: use std::function for Event callback 2025-06-18 13:17:16 +01:00
ClientProxy1_7.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ClientProxy1_8.cpp refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ClientProxy1_8.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ClientProxy.cpp chore: add comment to empty methods 2025-05-20 16:20:07 +01:00
ClientProxy.h chore: declare const methods recommened by sonar 2025-05-20 16:20:07 +01:00
ClientProxyUnknown.cpp refactor: use using enum EventTypes when possible to reduce verbosity 2025-07-03 03:24:16 +00: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 add protocol developer documentation 2025-06-25 15:42:16 +01:00
Config.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
InputFilter.cpp refactor: use using enum EventTypes when possible to reduce verbosity 2025-07-03 03:24:16 +00:00
InputFilter.h refactor: use std::function for Event callback 2025-06-18 13:17:16 +01:00
PrimaryClient.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07: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: use using enum EventTypes when possible to reduce verbosity 2025-07-03 03:24:16 +00:00
Server.h chore: remove handle* methods that are a single oneline forward and use the line directly 2025-06-18 13:17:16 +01:00