deskflow/src/lib/net
2025-10-27 15:36:40 +00:00
..
CMakeLists.txt refactor: XSocket Classes => XSocketException Classes 2025-08-11 17:14:45 +01:00
Fingerprint.cpp refactor: Fingerprint, KeyMap, KeySequence and Action use default == operator 2025-08-06 11:44:38 +01:00
Fingerprint.h refactor: Fingerprint, KeyMap, KeySequence and Action use default == operator 2025-08-06 11:44:38 +01:00
FingerprintDatabase.cpp
FingerprintDatabase.h
IDataSocket.cpp refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
IDataSocket.h chore: IDataSocket remove unneeed overides of nothing 2025-10-27 15:36:40 +00:00
IListenSocket.h chore: IListenSocket remove unneeed overrides of nothing 2025-10-27 15:36:40 +00:00
ISocket.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
ISocketFactory.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
ISocketMultiplexerJob.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
NetworkAddress.cpp refactor: XArch Classes => Arch Exception Classes 2025-08-11 17:14:45 +01:00
NetworkAddress.h refactor: XSocket Classes => XSocketException Classes 2025-08-11 17:14:45 +01:00
SecureListenSocket.cpp chore: remove unused ArgParser 2025-09-30 06:39:54 -04:00
SecureListenSocket.h refactor: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily 2025-07-03 03:24:16 +00:00
SecureSocket.cpp chore: SecureSocket serviceConnect / serviceAccept make anonymous ISocketMultiplexer a pointer const 2025-09-25 15:01:17 +01:00
SecureSocket.h chore: SecureSocket serviceConnect / serviceAccept make anonymous ISocketMultiplexer a pointer const 2025-09-25 15:01:17 +01:00
SecureUtils.cpp refactor: use first(n) in place of mid(0, n) 2025-10-17 09:07:21 +01:00
SecureUtils.h
SecurityLevel.h
SocketException.cpp refactor: XSocket Classes => XSocketException Classes 2025-08-11 17:14:45 +01:00
SocketException.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
SocketMultiplexer.cpp refactor: XArch Classes => Arch Exception Classes 2025-08-11 17:14:45 +01:00
SocketMultiplexer.h chore: add noreturn to more methods 2025-07-07 17:53:56 +01:00
SslLogger.cpp feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
SslLogger.h
TCPListenSocket.cpp fix: Do not reuse listen sockets on Windows 2025-09-25 14:00:48 +01:00
TCPListenSocket.h refactor: TCPListenSocket, replace make protected members private, use protected methods to acces them in the subclasses 2025-08-04 13:46:27 +01:00
TCPSocket.cpp refactor: XArch Classes => Arch Exception Classes 2025-08-11 17:14:45 +01:00
TCPSocket.h refactor: TCPSocket, make m_events private access via getEvents method 2025-08-04 13:46:27 +01:00
TCPSocketFactory.cpp refactor: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily 2025-07-03 03:24:16 +00:00
TCPSocketFactory.h refactor: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily 2025-07-03 03:24:16 +00:00
TSocketMultiplexerMethodJob.h