1. c286519 Restricted profiles use Owner's VPN by Chad Brubaker · 11 years ago
  2. 4ca19e8 Add per user VPN support by Chad Brubaker · 11 years ago
  3. 41fb98c Make legacy VPN work over stacked interfaces. by Lorenzo Colitti · 11 years ago
  4. a920f25 resolved conflicts for merge of fca0f92e to stage-aosp-master by Elliott Hughes · 11 years ago
  5. d396a44 Switch frameworks/base over from @hidden Charsets to public StandardCharsets. by Elliott Hughes · 11 years ago
  6. 5766693 Lockdown VPN handles its own connection teardown. by Jeff Sharkey · 11 years ago
  7. 1b0ca9d Listen for network disconnect. by Robert Greenwalt · 11 years ago
  8. 5a6bdc4 Improve ConnectivityManager docs by Robert Greenwalt · 11 years ago
  9. b9594ce KeyStore: stop using state() by Kenny Root · 11 years ago
  10. 53c04bd Monitor the right interface re VPN by Robert Greenwalt · 12 years ago
  11. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  12. 69ddab4 Always-on VPN. by Jeff Sharkey · 12 years ago
  13. 82f8521 Migrate legacy VPN arguments to system_server. by Jeff Sharkey · 12 years ago
  14. 899223b Begin moving VPN to NetworkStateTracker pattern. by Jeff Sharkey · 12 years ago
  15. 088f29f Cleaner controls between Vpn and init services. by Jeff Sharkey · 12 years ago
  16. 065b299 Make LocalSocket Closeable. by Jeff Sharkey · 12 years ago
  17. db3c867 Network data activity change intent for network interfaces. by Haoyu Bai · 12 years ago
  18. dadc857 VPN: move VpnDialogs away from system uid. by Chia-chi Yeh · 12 years ago
  19. 5d13434 am 1e9e7f76: am ff321d49: Merge "VPN: silence VPN notifications." into ics-mr1 by Chia-chi Yeh · 13 years ago
  20. 50fe709 VPN: silence VPN notifications. by Chia-chi Yeh · 13 years ago
  21. c1bac3a VPN: fix a CloseGuard warning. by Chia-chi Yeh · 13 years ago
  22. c187273 VPN: delete the "abort" file before starting VPN daemons. by Chia-chi Yeh · 13 years ago
  23. 5317f03 VPN: stop daemons by closing the control sockets. by Chia-chi Yeh · 13 years ago
  24. 0c074e6 VPN: reset legacy VPN when resetting IPv4 addresses. by Chia-chi Yeh · 13 years ago
  25. 199ed6e VPN: introduce VpnService as the base class for user space VPN. by Chia-chi Yeh · 13 years ago
  26. fcc1b41 VPN: move away from the VPN permission. by Chia-chi Yeh · 13 years ago
  27. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  28. 7ef8611 VPN: increase timeout period to 60 seconds for legacy VPN. by Chia-chi Yeh · 13 years ago
  29. b6055fe Merge "NetworkManagementService: receive bandwidth controller events" by JP Abgrall · 13 years ago
  30. aa1727f VPN: tear down VPN when the dependent interface is down. by Chia-chi Yeh · 13 years ago
  31. 12b933d NetworkManagementService: receive bandwidth controller events by JP Abgrall · 13 years ago
  32. 5779c9c VPN: close the socket in protectVpn() to avoid leaking descriptors. by Chia-chi Yeh · 13 years ago
  33. 97a6156 VPN: Hook up the new control protocol and network state. by Chia-chi Yeh · 13 years ago
  34. 2e46764 VPN: implement status report for legacy VPN. by Chia-chi Yeh · 13 years ago
  35. c2b8aa0 VPN: rename some variables. by Chia-chi Yeh · 13 years ago
  36. 100155a VPN: convert prepare() into a form which helps solve race conditions. by Chia-chi Yeh · 13 years ago
  37. 34e7813 VPN: minor refinement. by Chia-chi Yeh · 13 years ago
  38. 3281034 VPN: merge JNI methods. by Chia-chi Yeh · 13 years ago
  39. e910790 VPN: give legacy VPN a fake package name. by Chia-chi Yeh · 13 years ago
  40. 41d1685 VPN: integrate legacy VPN. by Chia-chi Yeh · 13 years ago
  41. 8909b10 VPN: Use List<String> instead for dnsServers and searchDomains. by Chia-chi Yeh · 13 years ago
  42. 1f7746b VPN: rename service(s) to daemon(s) to reduce confusion. by Chia-chi Yeh · 13 years ago
  43. 383e052 VPN: fix the build. by Chia-chi Yeh · 13 years ago
  44. a4b87b5 VPN: refactor a little bit for the upcoming integration of legacy VPN. by Chia-chi Yeh · 13 years ago
  45. f4e3bf8 VPN: refactor few JNI methods for the usage of legacy VPN. by Chia-chi Yeh · 13 years ago
  46. 85a7ce0 VPN: add a method to handle requests of legacy VPNs. by Chia-chi Yeh · 13 years ago
  47. f59c7d0 Hookup interface status to other clients by Mike J. Chen · 13 years ago
  48. 3f3337a VPN: avoid leaking file descriptors. by Chia-chi Yeh · 13 years ago
  49. 7b0b834 VPN: move VpnDialogs related methods into VpnConfig. by Chia-chi Yeh · 13 years ago
  50. 04ba25c VPN: migrate from generic Bundle to our own Parcelable VpnConfig. by Chia-chi Yeh · 13 years ago
  51. f8905fd VPN: change some strings in VPN notifications. by Chia-chi Yeh · 13 years ago
  52. 3663227 VPN: add MTU support. by Chia-chi Yeh · 13 years ago
  53. 3667369 VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI. by Chia-chi Yeh · 13 years ago
  54. ff3bdca The service part of the user space VPN support. by Chia-chi Yeh · 13 years ago