aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/jni/libandroidbridge/vpnservice_builder.c
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-121-279/+0
| | | | | This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us).
* android: Add method to BuilderAdapter to re-establish without DNS-related dataTobias Brunner2014-07-221-4/+19
| | | | | | Non-DNS data is cached in the BuilderAdapter so the TUN device can be recreated easily (since the CHILD_SA is gone we couldn't actually gather that information).
* android: Request and install an IPv6 DNS serverTobias Brunner2013-03-201-5/+1
|
* android: Also request a virtual IPv6 address and propose IPv6 TSTobias Brunner2013-03-201-12/+6
| | | | | This allows IPv6 over IPv4 but falls back nicely if we don't get a virtual IPv6 (or IPv4) address.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Native counterpart of VpnService.Builder added, exposed by charonserviceTobias Brunner2012-08-131-0/+274