commit | 0bd458b9f5a0cbbca24d05705dcbe562d8a40026 | [log] [tgz] |
---|---|---|
author | Hung-ying Tyan <tyanh@google.com> | Thu Jul 30 14:02:48 2009 +0800 |
committer | Hung-ying Tyan <tyanh@google.com> | Thu Jul 30 19:14:50 2009 +0800 |
tree | bc19a278ea79e36d66451f381c97f00ee9a29f40 | |
parent | bbdde8293ff6aae39092332063e50739aeaa9d6c [diff] |
Add state saving mechanism to support proc restart Also... + stop daemons before getting server IP; + remove setForeground(); + add the DBG flag for Log.d calls. PatchSet 3: + add CHALLENGE_ERROR and REMOTE_HUNG_UP to VpnManager + broadcast new error codes in VpnService + check local IP change instead of dns change + move removeStates() to VpnService.onFinalCleanUp() PatchSet 7: + add encryption flag to PptpProfile + PptpService and MtpdHelper are revised accordingly