Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-22 | Start rebranding: a whole lotta string replacement, moving src/ file tree | Sean Leonard | |
2013-01-04 | Some more changes making external API possible | Arne Schwabe | |
2013-01-01 | Make state messages translatable and nicer. | Arne Schwabe | |
2012-12-31 | Cleanups | Arne Schwabe | |
2012-12-27 | Make changes needed to provide an external API | Arne Schwabe | |
2012-12-24 | Reconnect USR1, still strange …. | Arne Schwabe | |
2012-12-24 | Make send mini dump work with non Gmail Mail app, make google sending better ↵ | Arne Schwabe | |
placed | |||
2012-11-26 | The fcafb74a08aa58152b6bd9eb6e4c7dc6ea783c3b was wrong commit. Version 4.2 ↵ | Arne Schwabe | |
behaves like ICS. (from a programming perspective not from what it really does) | |||
2012-09-13 | Add support for persist-tun option (closes issue #83) | Arne Schwabe | |
2012-09-09 | Fix a bug that if OpeVPN itself decided to reconnect the application was ↵ | Arne Schwabe | |
waiting for a network change | |||
2012-08-28 | - Add status message when waiting for network. | Arne Schwabe | |
- Using a priority higher than PRIORITY_MIN stop the flickering of the notification but make the icon visible again :/ | |||
2012-08-17 | really fix NPE from market | Arne Schwabe | |
2012-08-13 | Ignore proxy for UDP connections | Arne Schwabe | |
2012-08-13 | FIX NPE from market console | Arne Schwabe | |
2012-08-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-08-12 | Keep Openvpn in hold whiteout network (closes issue #63) | Arne Schwabe | |
2012-08-08 | Use management-client and management-signal (closes issue #65) | Arne Schwabe | |
2012-07-30 | Use system proxy settings for openvpn | Arne Schwabe | |
2012-07-16 | Versions after Jelly Bean will probably behave like JB and not like ICS | Arne Schwabe | |
2012-07-15 | Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny ↵ | Arne Schwabe | |
Root for the right pointers) Move jniglue/minivpn files to more sensitive places | |||
2012-06-30 | Relase version 0.5.9 | Arne Schwabe | |
2012-06-28 | The 'be ready for Jelly Beans' commit | Arne Schwabe | |
- fix concurrentaccess occuring on JB - JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface | |||
2012-06-18 | Add a status message which shows the status of the connecting/connected VPN | Arne Schwabe | |
2012-06-03 | minor clean ups | Arne Schwabe | |
2012-06-03 | Implement reconnect on network change (closes issue #37) | Arne Schwabe | |
2012-05-24 | Add more diagnostic messages for management password queries | Arne Schwabe | |
2012-05-20 | Another market backtrace, not should what happens here. Hope for a user to ↵ | Arne Schwabe | |
report it :) | |||
2012-05-18 | Version 0.5.5 | Arne Schwabe | |
- Add state to speed display | |||
2012-05-18 | Allow 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-14 | Add more error logging | Arne Schwabe | |
2012-05-13 | Implement the required ipv6 changes. | Arne Schwabe | |
GUI part is still incomplete | |||
2012-05-09 | Only try to write minivpn once per program lifetime. | Arne Schwabe | |
Remove debug logging | |||
2012-05-09 | Add 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-09 | Add 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-09 | Openvpn as external external program is coming nearer .... | Arne Schwabe | |
2012-05-06 | All 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-06 | Version 0.4.9 | Arne 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-06 | Add ability to send the log (closes issue #9) | Arne Schwabe | |
protect fd over unix socket | |||
2012-05-05 | working protect fd through management | Arne Schwabe | |
2012-05-05 | First time a fd was successfully transfered over a socket :) | Arne Schwabe | |
2012-05-05 | Version 0.4.7 with more route checking and fix of the tmp-dir bug :( | Arne Schwabe | |
closes issue #6 | |||
2012-05-04 | Version 0.4.7 :) | Arne Schwabe | |
2012-05-03 | add delete Profile support | Arne Schwabe | |
add Config Parser begin openvpn config => Vpn Profile Converter | |||
2012-05-01 | The real 0.4.6 version as being pushed to the market. | Arne Schwabe | |
adds working clear and disconnect buttons to log window | |||
2012-04-30 | version 0.4.2 | Arne Schwabe | |