summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVpnManagementThread.java
AgeCommit message (Collapse)Author
2012-06-03minor clean upsArne Schwabe
2012-06-03Implement reconnect on network change (closes issue #37)Arne Schwabe
2012-05-24Add more diagnostic messages for management password queriesArne Schwabe
2012-05-20Another market backtrace, not should what happens here. Hope for a user to ↵v0.5.5aArne Schwabe
report it :)
2012-05-18Version 0.5.5v0.5.5Arne Schwabe
- Add state to speed display
2012-05-18Allow only one log window at a time (closes issue #26)Arne Schwabe
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-18- Make Ipv6 support complete (minus tun-ipv6 warning)Arne Schwabe
- Implement byte counter support in the log window - Fix spelling of secret (closes issue #22) - Replace "quot; with ", no idea what went wrong there (closes issue #21)
2012-05-14Add more error loggingArne Schwabe
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging
2012-05-09Add the minivpn to repository to avoid copying it around.Arne Schwabe
The jniclose method works. But there should be a java way to do it ... (closes issue #12)
2012-05-09Add tiny minivpn executable which uses the libopenvpn.so so we don't have to ↵Arne Schwabe
copy a big executable from assets to cache directory
2012-05-09Openvpn as external external program is coming nearer ....Arne Schwabe
2012-05-06All control of openvpn is now over the unix socket. JNI is only used for ↵Arne Schwabe
starting openvpn. Fix configuration if no DNS information is available. (closes issue #7 hopefully) Version 0.5.0
2012-05-06Version 0.4.9Arne Schwabe
2012-05-06- Ability to copy single log entries (issue #9)Arne Schwabe
- Remove dependency on JNI for all but early logging and opening tun
2012-05-06Add ability to send the log (closes issue #9)Arne Schwabe
protect fd over unix socket
2012-05-05working protect fd through managementArne Schwabe
2012-05-05First time a fd was successfully transfered over a socket :)Arne Schwabe
2012-05-05Version 0.4.7 with more route checking and fix of the tmp-dir bug :(Arne Schwabe
closes issue #6
2012-05-04Version 0.4.7 :)Arne Schwabe
2012-05-03add delete Profile supportArne Schwabe
add Config Parser begin openvpn config => Vpn Profile Converter
2012-05-01The real 0.4.6 version as being pushed to the market.Arne Schwabe
adds working clear and disconnect buttons to log window
2012-04-30version 0.4.2Arne Schwabe
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java