1. 572b704 Use dns proxy a bit. by Robert Greenwalt · 13 years ago
  2. a10b7fd resolved conflicts for merge of a7f68230 to master by Robert Greenwalt · 13 years ago
  3. a7f6823 resolved conflicts for merge of 26ecc31f to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  4. 5db7af9 Merge "Fix USB tethering" by Mike Lockwood · 13 years ago
  5. 6c2260b Fix USB tethering by Mike Lockwood · 13 years ago
  6. 6dcf2d7 am 19933916: am ad55d351: Add better routes for secondary DNS by Robert Greenwalt · 13 years ago
  7. 1993391 am ad55d351: Add better routes for secondary DNS by Robert Greenwalt · 13 years ago
  8. ad55d35 Add better routes for secondary DNS by Robert Greenwalt · 13 years ago
  9. 1efe4d5 First pass tying into per-interface DNS cache by Robert Greenwalt · 13 years ago
  10. b503b85 Merge "ConnectivityService: Implement VPN callbacks to update DNS servers." by Chia-chi Yeh · 13 years ago
  11. 47d4caf Merge "Start default connections on startup." by Robert Greenwalt · 13 years ago
  12. 44bb251 ConnectivityService: Implement VPN callbacks to update DNS servers. by Chia-chi Yeh · 13 years ago
  13. 782ed09 am 57aebc61: am f679d4cb: Merge "Fix FeatureUser leak in ConnectivityService" into honeycomb-LTE by Wink Saville · 13 years ago
  14. 57aebc6 am f679d4cb: Merge "Fix FeatureUser leak in ConnectivityService" into honeycomb-LTE by Wink Saville · 13 years ago
  15. 3bed4c9 Fix FeatureUser leak in ConnectivityService by Kazuhiro Ondo · 13 years ago
  16. c96e6cc Start default connections on startup. by Robert Greenwalt · 13 years ago
  17. ef75eda am e1635197: am 476f5525: Small fix to 5008973 fix. by Robert Greenwalt · 13 years ago
  18. d9212d3 resolved conflicts for merge of 8550f3b8 to master by Robert Greenwalt · 13 years ago
  19. e163519 am 476f5525: Small fix to 5008973 fix. by Robert Greenwalt · 13 years ago
  20. 8550f3b resolved conflicts for merge of 0a46db5d to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  21. 476f552 Small fix to 5008973 fix. by Robert Greenwalt · 13 years ago
  22. 0a46db5 Apply the dns and route diff which we get a change by Robert Greenwalt · 13 years ago
  23. 5779c9c VPN: close the socket in protectVpn() to avoid leaking descriptors. by Chia-chi Yeh · 13 years ago
  24. c9822c5 Fix build. by Wink Saville · 13 years ago
  25. 76326a9 am 3810361e: am 6d1d16c3: Merge "Remove STOPSHIP but allow seamless Handoff when possible." into honeycomb-LTE by Wink Saville · 13 years ago
  26. 3810361 am 6d1d16c3: Merge "Remove STOPSHIP but allow seamless Handoff when possible." into honeycomb-LTE by Wink Saville · 13 years ago
  27. e822225 Remove STOPSHIP but allow seamless Handoff when possible. by Wink Saville · 13 years ago
  28. ae36741 resolved conflicts for merge of e4a56a32 to master by Wink Saville · 13 years ago
  29. e4a56a3 am 8171e6f6: Use resetConnections with resetMask. by Wink Saville · 13 years ago
  30. 8171e6f Use resetConnections with resetMask. by Wink Saville · 13 years ago
  31. 2e46764 VPN: implement status report for legacy VPN. by Chia-chi Yeh · 13 years ago
  32. 100155a VPN: convert prepare() into a form which helps solve race conditions. by Chia-chi Yeh · 13 years ago
  33. 44e27b5 VPN: remove the old VpnService. by Chia-chi Yeh · 13 years ago
  34. 77fd485 VPN: export legacy VPN in IConnectivityManager. by Chia-chi Yeh · 13 years ago
  35. 8909b10 VPN: Use List<String> instead for dnsServers and searchDomains. by Chia-chi Yeh · 13 years ago
  36. bf731e7 am 7eff4bb3: am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE by Wink Saville · 13 years ago
  37. dde052f Merge "WifiWatchdogService - disable bad connections" by Irfan Sheriff · 13 years ago
  38. 86994c1 resolved conflicts for merge of 40717996 to master by Robert Greenwalt · 13 years ago
  39. bc7dfb5 WifiWatchdogService - disable bad connections by Isaac Levy · 13 years ago
  40. 7eff4bb am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE by Wink Saville · 13 years ago
  41. 1ccb10e Temporary re-enabling iface name change handling on HO by Kazuhiro Ondo · 13 years ago
  42. 0e0a759 am 1d6ffd73: Merge "Restrict access to protected networks." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  43. 5039320 Restrict access to protected networks. by Robert Greenwalt · 13 years ago
  44. 5ff886e resolved conflicts for merge of 7a652bc8 to master by Robert Greenwalt · 13 years ago
  45. 7a652bc resolved conflicts for merge of b427f0e6 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  46. ccf83af1 Fix tethering upstream determination. by Robert Greenwalt · 13 years ago
  47. fdfef57 Notify policy listeners about metered ifaces. by Jeff Sharkey · 13 years ago
  48. ad4c9ed Merge "DownloadManager flags for network policy." by Jeff Sharkey · 13 years ago
  49. 1a30395 DownloadManager flags for network policy. by Jeff Sharkey · 13 years ago
  50. 4f1f7d3 am 241b65ac: am 5f350512: Merge "Reset connections AFTER we take down the network." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  51. 241b65a am 5f350512: Merge "Reset connections AFTER we take down the network." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  52. ec896c6 Reset connections AFTER we take down the network. by Robert Greenwalt · 13 years ago
  53. 04ba25c VPN: migrate from generic Bundle to our own Parcelable VpnConfig. 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
  55. d2a4587 Map network identity using ConnectivityService. by Jeff Sharkey · 13 years ago
  56. 5bc7c93 Merge "Do not register the callbacks in the constructor." by Chia-chi Yeh · 13 years ago
  57. c006f1a Policy and rules work for ConnectivityManager. by Jeff Sharkey · 13 years ago
  58. da8bb74 Move stringToFile utility from ConnectivityService to FileUtils by Mike Lockwood · 13 years ago
  59. 008ff39 Do not register the callbacks in the constructor. by Chia-chi Yeh · 13 years ago
  60. 8508485 am 5a6bec53: resolved conflicts for merge of dec3dda8 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  61. 5a6bec5 resolved conflicts for merge of dec3dda8 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  62. 5991158 Simplfy getActive* calls in ConnectivityService by Robert Greenwalt · 13 years ago
  63. 5c3816f Merge c41aefe1 by Jean-Baptiste Queru · 13 years ago
  64. 8904c3d am b22a9fd9: am 01758e81: Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 13 years ago
  65. c41aefe am 59b1a4ed: Switch to use netd to add/remove routes. by Robert Greenwalt · 13 years ago
  66. 59b1a4e Switch to use netd to add/remove routes. by Robert Greenwalt · 13 years ago
  67. b22a9fd am 01758e81: Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 13 years ago
  68. 01758e8 Linkproperties update via unsol data call state change. by Kazuhiro Ondo · 13 years ago
  69. c933830 Extract NetworkManagementService out from Tethering to ConnectivityService. by Chia-chi Yeh · 13 years ago
  70. fc82cb17 am 441bc9a6: am e6848fac: Merge "Fix the adding of host routes." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  71. 441bc9a am e6848fac: Merge "Fix the adding of host routes." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  72. f43396c Fix the adding of host routes. by Robert Greenwalt · 13 years ago
  73. b6f8bff am 9c7e6fc5: am f13eb830: Merge "Add auto-restore timeout for secondary networks." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  74. 9c7e6fc am f13eb830: Merge "Add auto-restore timeout for secondary networks." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  75. f13eb83 Merge "Add auto-restore timeout for secondary networks." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  76. f2102f7 Add auto-restore timeout for secondary networks. by Robert Greenwalt · 13 years ago
  77. a8e0dfa resolved conflicts for merge of db46fa25 to master by Robert Greenwalt · 13 years ago
  78. db46fa2 am a47c4019: Merge "Add RouteInfo objects for tracking routes." into honeycomb-LTE by Robert Greenwalt · 13 years ago
  79. aa70f10 Add RouteInfo objects for tracking routes. by Robert Greenwalt · 13 years ago
  80. 3165947 am 2869d171: resolved conflicts for merge of 08c39c6a to honeycomb-LTE by Benoit Goby · 13 years ago
  81. 2869d17 resolved conflicts for merge of 08c39c6a to honeycomb-LTE by Benoit Goby · 13 years ago
  82. 08c39c6 Add support for USB Ethernet adapters by Benoit Goby · 14 years ago
  83. 0977865 am de1b950d: am 9e7a5a1e: Merge "ConnectivityService needs to use the new names for the NetConfig vars." into honeycomb-LTE by Wink Saville · 13 years ago
  84. de1b950 am 9e7a5a1e: Merge "ConnectivityService needs to use the new names for the NetConfig vars." into honeycomb-LTE by Wink Saville · 13 years ago
  85. 975c848 ConnectivityService needs to use the new names for the NetConfig vars. by Wink Saville · 13 years ago
  86. 80f7c59 am f4a29403: resolved conflicts for merge of 70c3d1c2 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  87. f4a2940 resolved conflicts for merge of 70c3d1c2 to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  88. d55a6b4 Add external dependency API. by Robert Greenwalt · 13 years ago
  89. b6c5d82 am e716a551: resolved conflicts for merge of ab2194aa to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  90. e716a55 resolved conflicts for merge of ab2194aa to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  91. d7a8e84 am ec944728: Merge "DO NOT MERGE Disable WiMAX when "Data Enabled" is off" into gingerbread by Simon Wilson · 13 years ago
  92. ab2194a am 27725e8c: Only leave one default network up at a time. by Robert Greenwalt · 13 years ago
  93. 13ec406 Fix a bad merge. by Robert Greenwalt · 13 years ago
  94. b1c6b0f Fix the build. by Robert Greenwalt · 13 years ago
  95. 8fad7ee Fix the build by Michael Jurka · 13 years ago
  96. 352f2c3 am 047f9d12: Merge "resolved conflicts for merge of ce6766ea to honeycomb-plus-aosp" into honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  97. 6244f0fc resolved conflicts for merge of ce6766ea to honeycomb-plus-aosp by Robert Greenwalt · 13 years ago
  98. 8a7fc0a DO NOT MERGE Disable WiMAX when "Data Enabled" is off by TK MUN · 13 years ago
  99. ce6766e am 568845a7: Merge "Fix some alt-network issues." into gingerbread by Robert Greenwalt · 13 years ago
  100. 27725e8 Only leave one default network up at a time. by Robert Greenwalt · 13 years ago