1. 5744ea2 Merge "VPN: cancel always-on notification with new id" into oc-dev by Charles He · 7 years ago
  2. 15297a6 VPN: cancel always-on notification with new id by Charles He · 7 years ago
  3. 72eb5da Merge "standardize system notification IDs" into oc-dev am: 441162562b by Chris Wren · 7 years ago
  4. 282cfef standardize system notification IDs by Chris Wren · 7 years ago
  5. 913554a resolve merge conflicts of 943187668c44 to oc-dev-plus-aosp by Robin Lee · 7 years ago
  6. b8c2a2b Move some VPN logic out of ConnectivityService by Robin Lee · 7 years ago
  7. af759c5 Channels for Frameworks notifications by Geoffrey Pitsch · 7 years ago
  8. e0be7e8 Idle whitelist always-on VPN host apps while VPN services are launching by Christopher Tate · 7 years ago
  9. c13c7f9 Merge "VPN reconnection fails after manually disabling VPN" am: ba17ea752b am: 92d16f70d7 am: f9c48fad75 by Hisanobu Watanabe · 8 years ago
  10. 92d16f7 Merge "VPN reconnection fails after manually disabling VPN" am: ba17ea752b by Hisanobu Watanabe · 8 years ago
  11. ba17ea7 Merge "VPN reconnection fails after manually disabling VPN" by Treehugger Robot · 8 years ago
  12. de7f7d1 DO NOT MERGE: Show notification for always-on app VPN by Tony Mak · 8 years ago
  13. 1a405fe Show notification for always-on app VPN by Tony Mak · 8 years ago
  14. 047454c VPN reconnection fails after manually disabling VPN by Hisanobu Watanabe · 8 years ago
  15. 9ff1a58 Move 'is already always-on' check into Vpn.java by Robin Lee · 8 years ago
  16. 812800c Package changed/removed listeners for always-on VPN by Robin Lee · 8 years ago
  17. 98a633a Fix VPN Request dialog appearing each time VPN is connecting by Victor Chang · 8 years ago
  18. 32ceb9c Merge "Move VPN restriction check into setup dialog" into nyc-dev by Robin Lee · 8 years ago
  19. ebbcb54 Check if we're connected before marking a UID blocked by Robin Lee · 8 years ago
  20. 628ae0d Move VPN restriction check into setup dialog by Robin Lee · 8 years ago
  21. 17e6183 Lock down networking when waiting for always-on by Robin Lee · 8 years ago
  22. 4d03abc Make some of the UID-based VPN code reusable by Robin Lee · 8 years ago
  23. 323f29d Start VPN as early as possible during startup by Robin Lee · 8 years ago
  24. a0576c6 Merge "Disallow prepare()-ing over an always on VPN app" into nyc-dev by Robin Lee · 8 years ago
  25. 49d5a01 Check VPN status when adding/removing restricted profiles by Fyodor Kupolov · 8 years ago
  26. 1b1bcd7 Disallow prepare()-ing over an always on VPN app by Robin Lee · 8 years ago
  27. 7837884 Auto-call prepare() for new always-on VPNs by Robin Lee · 8 years ago
  28. 9a5f485 [VPN] start lockdown before user is unlocked by Robin Lee · 9 years ago
  29. b68d2d5 Merge "Always-on app VPNs" by Robin Lee · 9 years ago
  30. 244ce8e Always-on app VPNs by Robin Lee · 9 years ago
  31. e06b4d1 Consistent naming for PackageManager methods. by Jeff Sharkey · 9 years ago
  32. 1c36315 Fixed VPN support for restricted profiles in split system user model by Fyodor Kupolov · 9 years ago
  33. bd0e03b More USER_OWNER cleanup. by Xiaohui Chen · 9 years ago
  34. 1b60d11 Make the VPN notice connectivity changes on stacked interfaces. by Lorenzo Colitti · 9 years ago
  35. 3b3dd94 Support cross-user VPN calls (with permission) by Robin Lee · 9 years ago
  36. 0a775ce Ensure VPN consent is not revoked in prepare/establish. by Jeff Davidson · 9 years ago
  37. 95778ff Fetch DISALLOW_CONFIG_VPN for the current user. by Nicolas Prevot · 10 years ago
  38. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  39. 80047fa am b5e0cfb..557d2f5 from mirror-m-wireless-internal-release by Vinit Deshpande · 9 years ago
  40. 31a94f4 Add ConnectivityManager.getActiveNetwork(). by Paul Jensen · 9 years ago
  41. e75b9e3 Non-functional code cleanup of ConnectivityService. by Paul Jensen · 9 years ago
  42. 94b17bd am 0a5abe58: am 727cac07: Merge "Add getLegacyVpnInfoPrivileged method" by Robert Greenwalt · 9 years ago
  43. 08bbca0 Add getLegacyVpnInfoPrivileged method by sj.cha · 9 years ago
  44. f5ea340 NetworkStatsService to adjust VPN stats before recording. by Wenchao Tong · 9 years ago
  45. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  46. 2d6063b am e4be48e0: am 50996a12: Merge "Do not enforce CONTROL_VPN for calls from lockdown VPN." into lmp-mr1-dev automerge: 46dbb5b by Jeff Davidson · 9 years ago
  47. b21298a Do not enforce CONTROL_VPN for calls from lockdown VPN. by Jeff Davidson · 9 years ago
  48. c4c7231 Clear VPN config when VPN disconnects. by Paul Jensen · 10 years ago
  49. 6ea4e11 Merge "Don't enforce control permission when preparing consented VPN." into lmp-mr1-dev by Jeff Davidson · 10 years ago
  50. 11008a7 Don't enforce control permission when preparing consented VPN. by Jeff Davidson · 10 years ago
  51. c2c0bea Allow VPNs to specify their underlying networks. by Sreeram Ramachandran · 10 years ago
  52. bc19c18 Enforce VPN control "permission" with an actual permission. by Jeff Davidson · 10 years ago
  53. be08587 Check UID instead of package name when preparing VPN. by Jeff Davidson · 10 years ago
  54. 6044616 Block address families with routes, not NetworkAgent side channel by Lorenzo Colitti · 10 years ago
  55. 5026279 Add a throw route to the VPN endpoint. by Lorenzo Colitti · 10 years ago
  56. 0784eea Implement VpnConfig.addAllowedApplication(). by Paul Jensen · 10 years ago
  57. 90b1b9f Restore legacy VPN stats dialog. by Jeff Davidson · 10 years ago
  58. 827296b Merge "Update state to failed if the VPN fails to connect." into lmp-dev by Lorenzo Colitti · 10 years ago
  59. 4384060 Update state to failed if the VPN fails to connect. by Lorenzo Colitti · 10 years ago
  60. 0554260 Less intrusive VPN dialog and other UX tweaks. by Jeff Davidson · 10 years ago
  61. 255dd04 Added notification color to all system notifications by Selim Cinek · 10 years ago
  62. e47df84 Allow System UI access to VPN. by Jason Monk · 10 years ago
  63. f4e0c0c Allow VPNs to add/remove link addresses dynamically. by Sreeram Ramachandran · 10 years ago
  64. 42065ac Prohibit address families by default unless a VPN explicitly allows them. by Sreeram Ramachandran · 10 years ago
  65. 030a6b9 Fix issues with noticing that a VPN interface is gone. by Sreeram Ramachandran · 10 years ago
  66. 8cd33ed Implement support for bypassable VPNs. by Sreeram Ramachandran · 10 years ago
  67. 6bbf39c Implement VpnService.setBlocking(). by Jeff Davidson · 10 years ago
  68. 03666c7 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  69. 6bc2c2c Convert Vpn from NetworkStateTracker to NetworkAgent. by Paul Jensen · 10 years ago
  70. 8283f88 Remove dead code. by Robert Greenwalt · 10 years ago
  71. f5116d0 Apply DISALLOW_CONFIG_VPN restriction to VPN. by Julia Reynolds · 10 years ago
  72. 87f738d am 51e93804: am 05e4dc96: am 850eb678: am eb3c0d9a: am 1aad3ad4: Merge "Fix support for simultaneous VPN tuns" into klp-dev by Chad Brubaker · 10 years ago
  73. 850eb67 am eb3c0d9a: am 1aad3ad4: Merge "Fix support for simultaneous VPN tuns" into klp-dev by Chad Brubaker · 10 years ago
  74. 7c2b162 am 78f204ae: am 8e240af5: Merge "Remove SO_BINDTODEVICE from VPN protect" into klp-dev by Chad Brubaker · 10 years ago
  75. 74f99a4 am 7fb07438: am 674f85af: Merge "Only allow System apps to make VPN exempt routes" into klp-dev by Chad Brubaker · 10 years ago
  76. f87b224 Merge "Remove SO_BINDTODEVICE from VPN protect" by Chad Brubaker · 10 years ago
  77. c023453 Only allow System apps to make VPN exempt routes by Chad Brubaker · 10 years ago
  78. bcf12b3 Remove SO_BINDTODEVICE from VPN protect by Chad Brubaker · 10 years ago
  79. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  80. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/connectivity/Vpn.java]
  81. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  82. 212a195 Add system partition check for vpn dialogs by Nick Kralevich · 11 years ago
  83. 0fb5a4d Merge "Don't redirect dns to an iface without dns servers" into klp-dev by Robert Greenwalt · 11 years ago
  84. 2b862e5 Fix incorrect VPN time by Vinit Deshapnde · 11 years ago
  85. 69887e8 Don't redirect dns to an iface without dns servers by Robert Greenwalt · 11 years ago
  86. bf6ff2c Support multiple Vpn ManageDialogs by Chad Brubaker · 11 years ago
  87. c286519 Restricted profiles use Owner's VPN by Chad Brubaker · 11 years ago
  88. 4ca19e8 Add per user VPN support by Chad Brubaker · 11 years ago
  89. 41fb98c Make legacy VPN work over stacked interfaces. by Lorenzo Colitti · 11 years ago
  90. a920f25 resolved conflicts for merge of fca0f92e to stage-aosp-master by Elliott Hughes · 11 years ago
  91. d396a44 Switch frameworks/base over from @hidden Charsets to public StandardCharsets. by Elliott Hughes · 11 years ago
  92. 5766693 Lockdown VPN handles its own connection teardown. by Jeff Sharkey · 11 years ago
  93. 1b0ca9d Listen for network disconnect. by Robert Greenwalt · 11 years ago
  94. 5a6bdc4 Improve ConnectivityManager docs by Robert Greenwalt · 11 years ago
  95. b9594ce KeyStore: stop using state() by Kenny Root · 11 years ago
  96. 53c04bd Monitor the right interface re VPN by Robert Greenwalt · 12 years ago
  97. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  98. 69ddab4 Always-on VPN. by Jeff Sharkey · 12 years ago
  99. 82f8521 Migrate legacy VPN arguments to system_server. by Jeff Sharkey · 12 years ago
  100. 899223b Begin moving VPN to NetworkStateTracker pattern. by Jeff Sharkey · 12 years ago