amnezia-client/client/platforms/windows
Dan Nguyen b7c513c05f ISSUE: Service is crashed after disconnecting
ROOT CAUSE: When disconnecting service, m_logworker is deleted in thread which does not have affinity with m_logworker.
			The time m_logworker is deleted, it may be used by m_logthread and make the service crashed

ACTION: Connect signal finished() of m_logthread to deleteLater() slot of m_logworker to safety delete it.
2024-03-17 07:09:57 +07:00
..
daemon ISSUE: Service is crashed after disconnecting 2024-03-17 07:09:57 +07:00
amneziavpn.rc.in feature/versioning-for-desktop (#181) 2023-05-16 01:34:06 +01:00
windowscommons.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowscommons.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsnetworkwatcher.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsnetworkwatcher.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowspingsender.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowspingsender.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsservicemanager.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsservicemanager.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsutils.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsutils.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00