* SYNERGY-970 Synergy1. User is not able to connect to server using ipv6 without wrapping IP in square quotes
*Fix connection without brackets
*Fix config screen bug
* SYNERGY-970 Synergy1. User is not able to connect to server using ipv6 without wrapping IP in square quotes
*Update changelog
* SYNERGY-970 Mac client listens on ipv4 only but attempts to connect on ipv6 #6964
*Add logging in case of several IP of hostname
* Synergy 970 synergy1. user is not able to connect to server using ipv6 without wrapping ip in square quotes
*Update changelog
* SYNERGY-885 Mac client listens on ipv4 only but attempts to connect on ipv6
*Fix Sonar warnings
* SUNERGY-885-Mac client listens on ipv4 only but attempts to connect on ipv6
*Update Changelog
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix include
* Sunergy-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix sonar warnings
* SYNERGY-885 Mac client listens on ipv4 only but attempts to connect on ipv6
*Add loggic to connect to first from reachable server addresses
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix unix compilation
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix unix compilation
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix code smells
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix build
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Fix memory leak
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Added logic for temporary ipv6 filtering from connect
* SYNERGY-885 mac client listens on ipv4 only but attempts to connect on ipv6
*Temporary disable ipv6 parsing and resolving tests
Co-authored-by: Andrii Batyiev <andrii-external@symless.com>
- Moved ArgsBase, ClientArgs, and ServerArgs to own namespace
- Added some Documentation to Args classes
Signed-off-by: Jamie Newbon <jamie@symless.com>
* ArchMultithreadPosix::waitCondVar() returns every 100ms, so retry until we
hit timeout.
* Stopwatch constructor should be called with "false" (not "true") to make sure
Stopwatch is actually running when instantiated.
- renamed some functions for file drag/drop to be more similar to existing
- improved log messages for the library loader
- removed hack that blocked .exe and .lnk files (annoying for developers)
- removed hack that always clears dragging filename (not very robust)
- reordered includes to prevent accidental dependencies.
- moved arch specific files into their own folder (easier to include with cmake).
- renamed non-class files to reflect new code style (lower case with underscores).
- using full relative paths for includes (easier for understanding dependencies).
- using #pragma once instead of classic-style header guards.