summaryrefslogtreecommitdiffstats
path: root/packages/VpnServices/src/com/android/server/vpn/VpnService.java
Commit message (Expand)AuthorAgeFilesLines
* Add state saving mechanism to support proc restartHung-ying Tyan2009-07-301-72/+145
* Simplify the VPN service implementation.Hung-ying Tyan2009-07-271-167/+133
* Throw a connecting exception when timed out.Hung-ying Tyan2009-07-221-0/+3
* Make VPN connect even when DNS is not present and other fixes.Hung-ying Tyan2009-07-141-4/+6
* Remove host IP from related VPN classes.Hung-ying Tyan2009-07-131-43/+0
* Add error code in vpn connectivity broadcast.Hung-ying Tyan2009-07-131-15/+40
* Move the watchdog timer to a separate thread...Hung-ying Tyan2009-07-091-14/+21
* Fix strings.Hung-ying Tyan2009-07-041-11/+9
* Revise VpnService to use new vpn.* properties.Hung-ying Tyan2009-06-271-173/+45
* Add PPTP, L2TP/IPSec preshared key and other fixes.Hung-ying Tyan2009-06-261-17/+40
* On the way of refactoring out SingleServerProfile.java.Hung-ying Tyan2009-06-151-2/+2
* Add the VPN services package, VPN service base classes and L2tpIpsecService.Hung-ying Tyan2009-06-121-0/+627