amnezia-client/client/platforms/windows/daemon
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
..
dnsutilswindows.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
dnsutilswindows.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsdaemon.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsdaemon.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsdaemontunnel.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsdaemontunnel.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsfirewall.cpp Allow traffic for excluded route on Windows kill switch 2023-10-24 23:07:07 +03:00
windowsfirewall.h Allow traffic for excluded route on Windows kill switch 2023-10-24 23:07:07 +03:00
windowsroutemonitor.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowsroutemonitor.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowssplittunnel.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowssplittunnel.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowstunnellogger.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowstunnellogger.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
windowstunnelservice.cpp ISSUE: Service is crashed after disconnecting 2024-03-17 07:09:57 +07:00
windowstunnelservice.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
wireguardutilswindows.cpp WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00
wireguardutilswindows.h WireGuard rework for MacOS and Windows (#314) 2023-09-14 17:44:17 +01:00