index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
connectivity
/
Vpn.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support multiple Vpn ManageDialogs
Chad Brubaker
2013-07-16
1
-1
/
+9
*
Restricted profiles use Owner's VPN
Chad Brubaker
2013-07-15
1
-45
/
+199
*
Add per user VPN support
Chad Brubaker
2013-07-12
1
-41
/
+110
*
Make legacy VPN work over stacked interfaces.
Lorenzo Colitti
2013-07-11
1
-6
/
+7
*
resolved conflicts for merge of fca0f92e to stage-aosp-master
Elliott Hughes
2013-06-28
1
-5
/
+5
|
\
|
*
Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
Elliott Hughes
2013-06-28
1
-5
/
+5
*
|
Lockdown VPN handles its own connection teardown.
Jeff Sharkey
2013-05-01
1
-2
/
+17
*
|
Listen for network disconnect.
Robert Greenwalt
2013-04-22
1
-2
/
+49
*
|
Improve ConnectivityManager docs
Robert Greenwalt
2013-02-22
1
-0
/
+1
|
/
*
KeyStore: stop using state()
Kenny Root
2013-02-14
1
-1
/
+1
*
Monitor the right interface re VPN
Robert Greenwalt
2012-10-12
1
-1
/
+7
*
Fix issue #7214090: Need to be able to post notifications to all users
Dianne Hackborn
2012-09-24
1
-2
/
+3
*
Always-on VPN.
Jeff Sharkey
2012-08-27
1
-0
/
+15
*
Migrate legacy VPN arguments to system_server.
Jeff Sharkey
2012-08-24
1
-10
/
+125
*
Begin moving VPN to NetworkStateTracker pattern.
Jeff Sharkey
2012-08-23
1
-89
/
+191
*
Cleaner controls between Vpn and init services.
Jeff Sharkey
2012-08-06
1
-10
/
+6
*
Make LocalSocket Closeable.
Jeff Sharkey
2012-08-05
1
-10
/
+4
*
Network data activity change intent for network interfaces.
Haoyu Bai
2012-07-17
1
-0
/
+3
*
VPN: move VpnDialogs away from system uid.
Chia-chi Yeh
2012-06-08
1
-8
/
+26
*
am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1
Chia-chi Yeh
2012-01-12
1
-1
/
+1
|
\
|
*
VPN: silence VPN notifications.
Chia-chi Yeh
2012-01-11
1
-1
/
+1
*
|
VPN: fix a CloseGuard warning.
Chia-chi Yeh
2011-12-27
1
-6
/
+2
|
/
*
VPN: delete the "abort" file before starting VPN daemons.
Chia-chi Yeh
2011-12-08
1
-0
/
+1
*
VPN: stop daemons by closing the control sockets.
Chia-chi Yeh
2011-08-22
1
-17
/
+25
*
VPN: reset legacy VPN when resetting IPv4 addresses.
Chia-chi Yeh
2011-08-16
1
-1
/
+3
*
VPN: introduce VpnService as the base class for user space VPN.
Chia-chi Yeh
2011-08-08
1
-5
/
+54
*
VPN: move away from the VPN permission.
Chia-chi Yeh
2011-08-03
1
-44
/
+42
*
Clear the bitmap from the canvas in a lot of places.
Dianne Hackborn
2011-08-02
1
-1
/
+3
*
VPN: increase timeout period to 60 seconds for legacy VPN.
Chia-chi Yeh
2011-07-22
1
-1
/
+1
*
Merge "NetworkManagementService: receive bandwidth controller events"
JP Abgrall
2011-07-21
1
-0
/
+2
|
\
|
*
NetworkManagementService: receive bandwidth controller events
JP Abgrall
2011-07-14
1
-0
/
+2
*
|
VPN: tear down VPN when the dependent interface is down.
Chia-chi Yeh
2011-07-14
1
-3
/
+20
*
|
VPN: close the socket in protectVpn() to avoid leaking descriptors.
Chia-chi Yeh
2011-07-14
1
-11
/
+3
*
|
VPN: Hook up the new control protocol and network state.
Chia-chi Yeh
2011-07-14
1
-31
/
+69
|
/
*
VPN: implement status report for legacy VPN.
Chia-chi Yeh
2011-07-04
1
-12
/
+51
*
VPN: rename some variables.
Chia-chi Yeh
2011-07-03
1
-35
/
+35
*
VPN: convert prepare() into a form which helps solve race conditions.
Chia-chi Yeh
2011-07-03
1
-30
/
+37
*
VPN: minor refinement.
Chia-chi Yeh
2011-07-03
1
-9
/
+9
*
VPN: merge JNI methods.
Chia-chi Yeh
2011-07-02
1
-20
/
+7
*
VPN: give legacy VPN a fake package name.
Chia-chi Yeh
2011-07-02
1
-58
/
+73
*
VPN: integrate legacy VPN.
Chia-chi Yeh
2011-07-01
1
-24
/
+58
*
VPN: Use List<String> instead for dnsServers and searchDomains.
Chia-chi Yeh
2011-07-01
1
-2
/
+5
*
VPN: rename service(s) to daemon(s) to reduce confusion.
Chia-chi Yeh
2011-07-01
1
-33
/
+33
*
VPN: fix the build.
Chia-chi Yeh
2011-07-01
1
-1
/
+1
*
VPN: refactor a little bit for the upcoming integration of legacy VPN.
Chia-chi Yeh
2011-06-30
1
-27
/
+25
*
VPN: refactor few JNI methods for the usage of legacy VPN.
Chia-chi Yeh
2011-06-30
1
-16
/
+23
*
VPN: add a method to handle requests of legacy VPNs.
Chia-chi Yeh
2011-06-29
1
-2
/
+202
*
Hookup interface status to other clients
Mike J. Chen
2011-06-24
1
-1
/
+5
*
VPN: avoid leaking file descriptors.
Chia-chi Yeh
2011-06-17
1
-3
/
+11
*
VPN: move VpnDialogs related methods into VpnConfig.
Chia-chi Yeh
2011-06-17
1
-27
/
+28
[next]