summaryrefslogtreecommitdiff
path: root/src/leap/services/eip/vpnprocess.py
AgeCommit message (Collapse)Author
2013-07-01Check if there is no gateway to use.Ivan Alejandro
Fix typo, improve docstrings.
2013-06-24Improve OpenVPN Process ControlKali Kaneko
* Disable toggle button until we get "connected" status. #2956 * Catch abnormal termination and update UI accordingly. #2890
2013-06-20Merge remote-tracking branch 'ivan-github/bug/2936_fix-psutil-error-import' ↵kali
into develop
2013-06-19Add psutil.error import to solve OSX problem.Ivan Alejandro
Closes #2936
2013-06-20nullify _tn instead of deletingKali Kaneko
2013-06-17Remove temporal folder during shutdownkali
Closes: #2891 This is the temporal folder that is used under osx and linux for the unix socket to connect to the management interface.
2013-06-15working openvpn termination: SIGTERM, then SIGKILL.kali
Closes: #2753
2013-06-12use twisted processProtocol instead of QProcess to drive openvpnkali