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