1. 3dc73e5 Rewrite startUsingNetworkFeature for new API by Robert Greenwalt · 11 years ago
  2. 9052fa1 Support legacy routes added by apps via ensureRouteToHost(). by Sreeram Ramachandran · 11 years ago
  3. c3c5bab Adjust Network's SocketFactory to restrict host name resolution to that Network by Paul Jensen · 11 years ago
  4. 80504db Implement bind-to-network functionality of android.net.Network. by Paul Jensen · 11 years ago
  5. 47f597d Don't break things if a network goes back to CONNECTED. by Lorenzo Colitti · 11 years ago
  6. 892331d DO NOT MERGE - Support disconnecting while trying to connect. by Lorenzo Colitti · 11 years ago
  7. 0c150c0 Move dis/enable of mobile data to Telephony by Robert Greenwalt · 11 years ago
  8. 3508963 (DO NOT MERGE) Battery monitoring fixes: by Dianne Hackborn · 11 years ago
  9. da1f662 merge in master-release history after reset to 8b8f98b68792a4b5c1650d67d0aa953a7f10aab0 by The Android Automerger · 11 years ago
  10. 347122d Delete the EthernetDataTracker. by Lorenzo Colitti · 11 years ago
  11. bbcf89a merge in master-release history after reset to 1e0d82fdb15231d881d94c51f5eb1b30abd4b045 by The Android Automerger · 11 years ago
  12. 6d8dcb7 Move IP config from WifiConfiguration to IpConfiguration. by Jaewan Kim · 12 years ago
  13. 46dcbab Add NetworkFactory names and unregistration. by Robert Greenwalt · 11 years ago
  14. 42debe7 Merge "Fix reference to ProxyInfo extra" by Jason Monk · 11 years ago
  15. f238bd7 merge in master-release history after reset to cc428c8c35acb4920146b1a43d27f5994ee4a945 by The Android Automerger · 11 years ago
  16. cf81de2 Fix the build by Robert Greenwalt · 11 years ago
  17. f3017f7 Add javadoc and unhide new API by Robert Greenwalt · 11 years ago
  18. eaa84d5 Add docs for Linkproperties and unhide it. by Robert Greenwalt · 11 years ago
  19. eeab6a2 Merge "Apply Doc fixes to RouteInfo" by Robert Greenwalt · 11 years ago
  20. 25bcb91 Merge "Add docs to Network" by Robert Greenwalt · 11 years ago
  21. 0eb55c1 Add javadoc for NetworkRequest. by Robert Greenwalt · 11 years ago
  22. 783dc0f Add docs to Network by Robert Greenwalt · 11 years ago
  23. 223a6bd Apply Doc fixes to RouteInfo by Robert Greenwalt · 11 years ago
  24. 98e204d merge in master-release history after reset to edc7592fefbdbb6a6f7b430936a10b8b5745620d by The Android Automerger · 11 years ago
  25. 05d3bc2 Update the docs for NetworkCapabilities by Robert Greenwalt · 11 years ago
  26. 1aacd72 Update RouteInfo docs and make public. by Robert Greenwalt · 11 years ago
  27. 7d8949f Update comments for LinkAddress by Robert Greenwalt · 11 years ago
  28. 47a9a00 Merge "Decouple network_sampling frequency from VDBG" by Robert Greenwalt · 11 years ago
  29. 5d3342b merge in master-release history after reset to 7a9b688fe0bd9ac56ec5b60330ad50c6cb4dd3a8 by The Android Automerger · 11 years ago
  30. 2a1bbad Decouple network_sampling frequency from VDBG by Robert Greenwalt · 11 years ago
  31. 0e4a218 Merge "Stop clatd when starting the Nat464Xlat service." by Lorenzo Colitti · 11 years ago
  32. c050e7b Stop clatd when starting the Nat464Xlat service. by Lorenzo Colitti · 11 years ago
  33. be2d0e8 Merge "Clean up when we switch networks." by Robert Greenwalt · 11 years ago
  34. 09f5803 Clean up when we switch networks. by Robert Greenwalt · 11 years ago
  35. 837da9f Add net.dns system properties by Robert Greenwalt · 11 years ago
  36. 18f219f Merge "Add net.dns system properties" by Robert Greenwalt · 11 years ago
  37. fbd7364 Add net.dns system properties by Robert Greenwalt · 11 years ago
  38. b1bc7c1 Fix reference to ProxyInfo extra by Jason Monk · 11 years ago
  39. ef72c1b Remove unneed clear in constructor. by Robert Greenwalt · 11 years ago
  40. 3642645 merge in master-release history after reset to 0be366f2fa7561558f6e6d40739f05533f4bbffe by The Android Automerger · 11 years ago
  41. c63e50c Fix reboot loop due to NPE. by Sreeram Ramachandran · 11 years ago
  42. 44a242a Fix reboot loop due to NPE. by Sreeram Ramachandran · 11 years ago
  43. 00a2f34 Undeprecate funcs until we're ready for api-review by Robert Greenwalt · 11 years ago
  44. 563d632 Fix Javadoc by Robert Greenwalt · 11 years ago
  45. 235ffac Merge "Add networks and requests to CS.dump" by Robert Greenwalt · 11 years ago
  46. a6d85c8 Add networks and requests to CS.dump by Robert Greenwalt · 11 years ago
  47. f99b839 Add Multinetwork API by Robert Greenwalt · 11 years ago
  48. 52ab37d merge in master-release history after reset to 7c1ba440e40a2195c4e9316b818942907ff33371 by The Android Automerger · 11 years ago
  49. be46b75 Handle legacy synchronous inspectors by Robert Greenwalt · 11 years ago
  50. 3927e33 Get clatd/Nat464Xlat working with new NetworkAgents. by Paul Jensen · 11 years ago
  51. 52f1e46 Fix compile errors after merge. by Lorenzo Colitti · 11 years ago
  52. c206e65 Disable calls to MobileDataStateTracker.isProvisioning() as there is no more by Paul Jensen · 11 years ago
  53. 4bc35b4 Add NetworkMonitor. by Paul Jensen · 11 years ago
  54. bff7349 Separate network and interface addition/removal netd APIs. by Paul Jensen · 11 years ago
  55. e20f7a2 Enabling internal msg apis by Robert Greenwalt · 11 years ago
  56. 2a9d35f Fix build. by Sreeram Ramachandran · 11 years ago
  57. 9676566 Specify netId when adding/removing routes. by Sreeram Ramachandran · 11 years ago
  58. b62e139 Set and clear the default network. by Sreeram Ramachandran · 11 years ago
  59. 9d74d59 Get ConnectivityServiceTest building again after 8f80cc8. by Paul Jensen · 11 years ago
  60. 50daca4 Use NetId instead of interface name when communicating DNS changes to netd. by Paul Jensen · 11 years ago
  61. faca3b7 Stop adding host routes for dns by Robert Greenwalt · 11 years ago
  62. b951069 Merge "Add Network-specific host name resolution API." by Robert Greenwalt · 11 years ago
  63. 7e45d11 Add NetworkFactory support. by Robert Greenwalt · 11 years ago
  64. da1c1d4 Add Network-specific host name resolution API. by Paul Jensen · 11 years ago
  65. 0948000 Comment out some new netd calls to fix networking. by Robert Greenwalt · 11 years ago
  66. ab24568 Merge "Switch PacUrl storage from String to Uri" by Jason Monk · 11 years ago
  67. c0669e3 Comment out some new netd calls to fix networking. by Robert Greenwalt · 11 years ago
  68. 8bbc46e merge in master-release history after reset to 200322e87f02474d9d0077b446145a017ae84c0c by The Android Automerger · 11 years ago
  69. 44a5844 Merge "Add has* utility functions to NetworkCapabilities" by Robert Greenwalt · 11 years ago
  70. c41962f Add has* utility functions to NetworkCapabilities by Robert Greenwalt · 11 years ago
  71. 6b4985d Fix reboot loop. by Lorenzo Colitti · 11 years ago
  72. d6ee688 Add NetworkRequest to the multinetwork API by Robert Greenwalt · 11 years ago
  73. 3e0c794 Replace LinkCapabilities with NetworkCapabilities by Robert Greenwalt · 11 years ago
  74. 19c6561 Switch PacUrl storage from String to Uri by Jason Monk · 11 years ago
  75. 52cd9bf Add NetworkCapabilities part of API. by Robert Greenwalt · 11 years ago
  76. 42a0e1e First pass on multinetwork framework by Robert Greenwalt · 11 years ago
  77. cc2a1d0 merge in master-release history after reset to 133d4e9291bb62658c6f9bf37ce914578f9d50e7 by The Android Automerger · 11 years ago
  78. c8b9171 Fix Global Proxy when used with PAC by Jason Monk · 11 years ago
  79. 758ea3f merge in master-release history after reset to 20d80a4a05249fca9f4aa6c80b61a1f7a9e18dd0 by The Android Automerger · 11 years ago
  80. 8418250 Merge "Fix Docs breakage" by Jason Monk · 11 years ago
  81. 0adf31f Fix Docs breakage by Jason Monk · 11 years ago
  82. 10af9fe Merge "Make proxy API public" by Jason Monk · 11 years ago
  83. 4d5e20f Make proxy API public by Jason Monk · 11 years ago
  84. 336e83b merge in master-release history after reset to 2e1bb94421d996a45cbc2e5472a0fdaa3e2b921c by The Android Automerger · 11 years ago
  85. 681f2c5 merge in master-release history after reset to a5408fc31d7cfff8d55b8bb301cf5c3450a8ebfa by The Android Automerger · 11 years ago
  86. ec70b6c am cf656657: am d9951c00: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 11 years ago
  87. cf65665 am d9951c00: (-s ours) Merge commit \'0b62467b142b61ee1e449ba958ba37dfd961ef56\' into HEAD by Bill Yi · 11 years ago
  88. d9951c0 Merge commit '0b62467b142b61ee1e449ba958ba37dfd961ef56' into HEAD by Bill Yi · 11 years ago
  89. 12916fb merge in master-release history after reset to 545d0fa0d225d8b95b4f1d69a7fa8b2080543dad by The Android Automerger · 11 years ago
  90. d48bb67 resolved conflicts for merge of e6ae3be8 to master by Elliott Hughes · 11 years ago
  91. e6ae3be am 685a0a72: am bbd87eb9: Merge "Track libcore.os\' move to android.system." by Elliott Hughes · 11 years ago
  92. 8732b35 Track libcore.os' move to android.system. by Elliott Hughes · 11 years ago
  93. 76b86a0 merge in master-release history after reset to master by The Android Automerger · 11 years ago
  94. bbf3eb5 resolved conflicts for merge of 381ac080 to master by Christopher Lane · 11 years ago
  95. 6d1b0b7 Add support for custom TXT records in NSD by Christopher Lane · 11 years ago
  96. 3e8c6b4 merge in master-release history after reset to master by The Android Automerger · 11 years ago
  97. 69094d4 am 4455c599: (-s ours) am f2bc5157: am e1d4847c: am eddae63a: am 9932c297: (-s ours) am f9e24b30: am b0f4f4d7: am 2cc9ee1c: (-s ours) am 2c90609c: am 339cfdbd: am 72f9b308: am 7d574493: am 1600a26e: am 7f6d1ef7: am 8eac056f: DO NOT MERGE Sanitize WifiConfigs by Robert Greenwalt · 11 years ago
  98. 21a4874 am f00b906f: (-s ours) am 00790e4f: am c855a28a: am e630a073: am 4342c3d6: (-s ours) am 8f2cf6a9: am 39e9ece0: am b3efa6a3: (-s ours) am 106627e0: am e42ce676: am ebf23a8d: am 8a1be0be: am 3c417fbf: Merge "DO NOT MERGE Sanitize WifiConfigs" into jb-mr1-dev by Robert Greenwalt · 11 years ago
  99. f2bc515 am e1d4847c: am eddae63a: am 9932c297: (-s ours) am f9e24b30: am b0f4f4d7: am 2cc9ee1c: (-s ours) am 2c90609c: am 339cfdbd: am 72f9b308: am 7d574493: am 1600a26e: am 7f6d1ef7: am 8eac056f: DO NOT MERGE Sanitize WifiConfigs by Robert Greenwalt · 11 years ago
  100. 00790e4 am c855a28a: am e630a073: am 4342c3d6: (-s ours) am 8f2cf6a9: am 39e9ece0: am b3efa6a3: (-s ours) am 106627e0: am e42ce676: am ebf23a8d: am 8a1be0be: am 3c417fbf: Merge "DO NOT MERGE Sanitize WifiConfigs" into jb-mr1-dev by Robert Greenwalt · 11 years ago