Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | Update openvpn code | Arne Schwabe | |
2014-04-23 | Update OpenSSL to 1.0.1g and statically link OpenVPN with it | Arne Schwabe | |
2014-04-09 | update translations | Arne Schwabe | |
2014-03-28 | Added tag v0.6.12 for changeset 88de7f5bb987 | Arne Schwabe | |
--HG-- extra : rebase_source : a253326b4f6e5e80fc778a036bf1fa3bb58aef05 | |||
2014-04-03 | Update strings | Arne Schwabe | |
2014-03-31 | Don't assume that a configured net30 topology means that the configured ↵ | Arne Schwabe | |
interface is a /30 topology (closes issue #241) | |||
2014-03-28 | update translationsv0.6.12 | Arne Schwabe | |
2014-03-28 | Update openvpn/master | Arne Schwabe | |
2014-03-19 | Update openvpn to icsopenvpn_612 branch | Arne Schwabe | |
Fixes triple handshakes if OpenVPN is even affected. --HG-- extra : rebase_source : 76e5c54a92631a51ae35d023b684b0f7e7b9a3f5 | |||
2014-03-18 | Added tag v0.6.11-production for changeset 87dab06d61fb | Arne Schwabe | |
2014-03-18 | try to fix bug reported by dev console | Arne Schwabe | |
2014-03-15 | fix guessing profile names | Arne Schwabe | |
2014-03-13 | Allow interface roaming. Currently only tested with static/udp configuration | Arne Schwabe | |
2014-03-12 | Added tag v0.6.11 for changeset 87dab06d61fb | Arne Schwabe | |
2014-03-12 | Fix build without openvpn3, new versionv0.6.11-productionv0.6.11 | Arne Schwabe | |
2014-03-11 | Resurrect code for OpenVPN C++ core | Arne Schwabe | |
--HG-- rename : jni/Android.mk => main/jni/Android.mk rename : jni/Application.mk => main/jni/Application.mk rename : ovpn3/Android.mk => main/ovpn3/Android.mk rename : ovpn3/boostsrc/error_code.cpp => main/ovpn3/boostsrc/error_code.cpp rename : src/de/blinkt/openvpn/VpnProfile.java => main/src/main/java/de/blinkt/openvpn/VpnProfile.java rename : src/de/blinkt/openvpn/OpenVpnManagementThread.java => main/src/main/java/de/blinkt/openvpn/core/OpenVpnManagementThread.java rename : src/de/blinkt/openvpn/OpenVpnService.java => main/src/main/java/de/blinkt/openvpn/core/OpenVpnService.java rename : src/de/blinkt/openvpn/LogWindow.java => main/src/main/java/de/blinkt/openvpn/fragments/LogFragment.java | |||
2014-03-10 | replace assert with BuildConfig+Assert.assert... | Arne Schwabe | |
2014-03-10 | Fix passwords starting with ; | Arne Schwabe | |
2014-03-10 | Fix NPE reported by dev console | Arne Schwabe | |
2014-03-10 | Catch SecurityExceptions when opening streams | Arne Schwabe | |
2014-03-10 | set build tools to 19.0.3 | Arne Schwabe | |
2014-03-09 | Disable ABI building for now, always use DOCUMENT_OPEN intent | Arne Schwabe | |
2014-03-07 | Add fix for Samsung Android which does not have a nice GET_CONTENT method ..... | Arne Schwabe | |
2014-03-07 | increase gradle version of other modules too | Arne Schwabe | |
--HG-- extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a | |||
2014-03-07 | New Android gradle plugin | Arne Schwabe | |
2014-03-06 | Fix mistake when adding excluded routes (closes issue #238) | Arne Schwabe | |
2014-03-06 | Add gradle code to build variants for different abis | Arne Schwabe | |
2014-03-03 | Added tag v0.6.10-production for changeset bb36e6715714 | Arne Schwabe | |
2014-03-03 | Update translations/translations fetch script. | Arne Schwabe | |
2014-03-03 | Fix fetch translation script | Arne Schwabe | |
--HG-- rename : misc/fetchtranslations.sh => main/misc/fetchtranslations.sh extra : rebase_source : df6d71479fe6541654d06fcff14fe63a09670352 | |||
2014-03-02 | Added tag v0.6.10 for changeset bb36e6715714 | Arne Schwabe | |
2014-03-02 | Bump versionv0.6.10-productionv0.6.10 | Arne Schwabe | |
2014-03-02 | Minor fixes | Arne Schwabe | |
2014-02-20 | Use ACTION_GET_CONTENT (instead of ACTION_PICK) to allow Dropbox and other ↵ | Arne Schwabe | |
services --HG-- extra : rebase_source : 95aedf3219cc90e6adb148b3093ab631736f8df5 | |||
2014-02-19 | Fix a bug in network space calculation | Arne Schwabe | |
2014-02-18 | more jni build fixing | Arne Schwabe | |
--HG-- extra : rebase_source : 866fb5b8112803f2c266f9dab80e46d8b0223daa | |||
2014-02-18 | make it easier to disable breakpad | Arne Schwabe | |
--HG-- extra : rebase_source : c6832fdaac3421708edd4140762d12836f5053a2 | |||
2014-02-18 | Fix not using low priority on CONNECTED state | Arne Schwabe | |
2014-02-18 | rename tag | Arne Schwabe | |
2014-02-18 | suprress warnings | Arne Schwabe | |
2014-02-18 | Added tag production-v0.6.9a for changeset 2e745769e08b | Arne Schwabe | |
2014-02-18 | fix minor error | Arne Schwabe | |
minor cleanups | |||
2014-02-17 | Further optimization of route calculation | Arne Schwabe | |
2014-02-17 | fix last unblock patch | Arne Schwabe | |
2014-02-17 | BigInteger arithmetic is slow as hell. Cache getFirst/Last address | Arne Schwabe | |
2014-02-17 | Add the dynamic max routes patch | Arne Schwabe | |
2014-02-17 | add missing library | Arne Schwabe | |
2014-02-17 | change the routing faq to reflect the new possibilities | Arne Schwabe | |
2014-02-17 | fix full licenses not included | Arne Schwabe | |
2014-02-16 | Added tag v0.6.9a for changeset 2e745769e08b | Arne Schwabe | |