deskflow/src/lib/net
Povilas Kanapickas 0b4a2e0e5b chore: use std::unique_ptr for IDataSocket
port-of input-leap/836e08b0642ad158ecedc44e59a3bd3c61b56141
ported-by sithlord48
2025-05-28 09:54:04 +01:00
..
CMakeLists.txt feat: port fingerprint info into Qt 2025-05-13 11:32:02 -04:00
Fingerprint.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
Fingerprint.h feat: port fingerprint info into Qt 2025-05-13 11:32:02 -04:00
FingerprintDatabase.cpp chore: Combine unnessessary multi level if into less fewer checks 2025-05-28 09:42:08 +01:00
FingerprintDatabase.h chore: declare const methods recommened by sonar 2025-05-20 16:20:07 +01:00
IDataSocket.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
IDataSocket.h chore: use const pointer / ref where possible 2025-05-22 20:46:41 +01:00
IListenSocket.h chore: use std::unique_ptr for IDataSocket 2025-05-28 09:54:04 +01:00
ISocket.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ISocketFactory.h refactor: use enum for connections security level 2025-02-17 16:26:29 +00:00
ISocketMultiplexerJob.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
NetworkAddress.cpp chore: declare const methods recommened by sonar 2025-05-20 16:20:07 +01:00
NetworkAddress.h chore: mark explicit methods 2025-05-22 20:46:41 +01:00
SecureListenSocket.cpp chore: use std::unique_ptr for IDataSocket 2025-05-28 09:54:04 +01:00
SecureListenSocket.h chore: use std::unique_ptr for IDataSocket 2025-05-28 09:54:04 +01:00
SecureSocket.cpp chore: use const for more local ref and pointer vars 2025-05-28 09:42:08 +01:00
SecureSocket.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
SecureUtils.cpp chore: SecureUtils, do not use final for stringVar name 2025-05-28 09:42:08 +01:00
SecureUtils.h chore: use const pointer / ref where possible 2025-05-22 20:46:41 +01:00
SecurityLevel.h feat: Client ID verification 2025-02-17 16:26:29 +00:00
SocketMultiplexer.cpp chore: use const for more local ref and pointer vars 2025-05-28 09:42:08 +01:00
SocketMultiplexer.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
SslLogger.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
SslLogger.h refactor: mv net/InverseSockets/SslLogger => net/SslLogger 2025-02-25 14:18:32 +00:00
TCPListenSocket.cpp chore: use std::unique_ptr for IDataSocket 2025-05-28 09:54:04 +01:00
TCPListenSocket.h chore: use std::unique_ptr for IDataSocket 2025-05-28 09:54:04 +01:00
TCPSocket.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
TCPSocket.h chore: declare const methods recommened by sonar 2025-05-20 16:20:07 +01:00
TCPSocketFactory.cpp chore: TCPSocketFactory use default for deconstructor 2025-05-02 12:12:17 +01:00
TCPSocketFactory.h chore: TCPSocketFactory use default for deconstructor 2025-05-02 12:12:17 +01:00
TSocketMultiplexerMethodJob.h chore: replace typedef with using 2025-05-20 16:20:07 +01:00
XSocket.cpp chore: remove StdExcept and include stdexcept directly where needed 2025-03-21 11:42:32 +00:00
XSocket.h chore: XSocket use default for deconstructor 2025-05-02 12:12:17 +01:00