| .. |
|
CMakeLists.txt
|
feat: port fingerprint info into Qt
|
2025-05-13 11:32:02 -04:00 |
|
Fingerprint.cpp
|
refactor: use using enum EventTypes when possible to reduce verbosity
|
2025-07-03 03:24:16 +00:00 |
|
Fingerprint.h
|
chore: Fingerprint, remove unneed private label in struct
|
2025-08-01 13:03:51 -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: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily
|
2025-07-03 03:24:16 +00:00 |
|
ISocketMultiplexerJob.h
|
chore: use nullptr where possible in place of NULL
|
2025-04-28 13:08:40 +01:00 |
|
NetworkAddress.cpp
|
refactor: remove redundant != operators c++20 std will generate the !=operator as long as the class has an ==operator
|
2025-08-01 13:03:51 -04:00 |
|
NetworkAddress.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 |
|
SecureListenSocket.cpp
|
refactor: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily
|
2025-07-03 03:24:16 +00:00 |
|
SecureListenSocket.h
|
refactor: Make IArchNetwork::EAddressFamily enum class IArchNetwork::AddressFamily
|
2025-07-03 03:24:16 +00:00 |
|
SecureSocket.cpp
|
refactor: TCPSocket, new protected methods to access m_readable, m_writable and m_connected, use them in place of direct access and make the variables private
|
2025-07-17 18:47:50 +01:00 |
|
SecureSocket.h
|
refactor: TCPSocket::EJobResult => enum class TCPSocket::JobResult
|
2025-07-11 03:06:24 -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: add noreturn to more methods
|
2025-07-07 17:53:56 +01:00 |
|
SocketMultiplexer.h
|
chore: add noreturn to more methods
|
2025-07-07 17:53:56 +01:00 |
|
SslLogger.cpp
|
refactor: Elevel => LogLevel enum class, use proper names for items in the class
|
2025-07-11 03:06:24 -07:00 |
|
SslLogger.h
|
refactor: mv net/InverseSockets/SslLogger => net/SslLogger
|
2025-02-25 14:18:32 +00:00 |
|
TCPListenSocket.cpp
|
refactor: make EStreamType enum Class StreamType, and conform members to naming conventions
|
2025-07-03 03:24:16 +00:00 |
|
TCPListenSocket.h
|
refector: TCPListenSocket, remove duplicate public in header, make m_mutex private
|
2025-07-17 18:47:50 +01:00 |
|
TCPSocket.cpp
|
refactor: TCPSocket::EJobResult => enum class TCPSocket::JobResult
|
2025-07-11 03:06:24 -07:00 |
|
TCPSocket.h
|
refactor: TCPSocket, new protected methods to access m_readable, m_writable and m_connected, use them in place of direct access and make the variables private
|
2025-07-17 18:47:50 +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 |
|
XSocket.cpp
|
refactor: XSocket::EError => XSocket::SocketError enum class
|
2025-07-11 03:06:24 -07:00 |
|
XSocket.h
|
refactor: XSocket::EError => XSocket::SocketError enum class
|
2025-07-11 03:06:24 -07:00 |