| .. |
|
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
|
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
|
refactor: remove unneeded common/Common includes
|
2025-08-18 11:45:21 +01:00 |
|
IDataSocket.h
|
refactor: IDataSocket, add maybe_unused for constructors event pointer
|
2025-09-05 11:52:17 +01:00 |
|
IListenSocket.h
|
chore: use std::unique_ptr for IDataSocket
|
2025-05-28 09:54:04 +01: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
|
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 |
|
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
|
refactor: mv net/InverseSockets/SslLogger => net/SslLogger
|
2025-02-25 14:18:32 +00:00 |
|
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
|
chore: replace typedef with using
|
2025-05-20 16:20:07 +01:00 |