1. 77b0c1c Migrate away from AsyncChannel in NetworkAgent by Remi NGUYEN VAN · 4 years, 7 months ago
  2. 090cbf2 Merge "Move module utils to the module package." by Chalard Jean · 4 years, 8 months ago
  3. 9150f4e Merge "[IT03] Add replacement methods for network activity" by Chiachang Wang · 4 years, 8 months ago
  4. 4068dcb [IT03] Add replacement methods for network activity by Chiachang Wang · 4 years, 8 months ago
  5. d09e898 Merge "Use [clear|restore]CallingIdentity instead of withCleanCallingIdentity" by Lucas Lin · 4 years, 8 months ago
  6. 37a8ec2 Merge changes I177ec607,I68f364b4,Ib3b9f52c,If040d61e by James Mattis · 4 years, 8 months ago
  7. 8776965 Merge "Move phone ID to extra for action provision" by Sarah Chin · 4 years, 8 months ago
  8. 75ff702 Use [clear|restore]CallingIdentity instead of withCleanCallingIdentity by lucaslin · 4 years, 8 months ago
  9. 7916254 Move module utils to the module package. by Chalard Jean · 5 years ago
  10. cabcbff Move phone ID to extra for action provision by Sarah Chin · 4 years, 8 months ago
  11. f61ca94 Allow ConnectivityServiceTest to change the calling UID. by Lorenzo Colitti · 4 years, 8 months ago
  12. 1b17648 Add a test for getDefaultNetworkCapabilitiesForUser. by Lorenzo Colitti · 4 years, 8 months ago
  13. 36e91a3 Add tests for always-on VPN lockdown mode. by Lorenzo Colitti · 4 years, 8 months ago
  14. f278ef3 Merge changes from topic "tcp_keepalive_fix" by Remi NGUYEN VAN · 4 years, 8 months ago
  15. 75d25e5 Merge "Remove hidden deprecated getActiveNetworkQuotaInfo" by Chiachang Wang · 4 years, 8 months ago
  16. 2f81e75 Remove hidden deprecated getActiveNetworkQuotaInfo by Chiachang Wang · 4 years, 8 months ago
  17. 2d32316 Merge "Add OWNERS for packages/Connectivity" by Treehugger Robot · 4 years, 8 months ago
  18. 0956b8a Use API TcpKeepalivePacketData in ClientModeImpl by Remi NGUYEN VAN · 4 years, 9 months ago
  19. 5e6b51b Add TcpKeepalivePacketData to SystemApi by Remi NGUYEN VAN · 4 years, 9 months ago
  20. 1859a56 Add OWNERS for packages/Connectivity by Remi NGUYEN VAN · 4 years, 8 months ago
  21. 6296665 Merge "Generalize support for underlying networks." by Lorenzo Colitti · 4 years, 8 months ago
  22. 6dbd858 Merge "Fix a crash in eng builds" by Treehugger Robot · 4 years, 8 months ago
  23. 0079fa9 Merge "Resolve UidRange dependency between NMS and CS module" by Chiachang Wang · 4 years, 8 months ago
  24. 0e5e045 Fix a crash in eng builds by Chalard Jean · 4 years, 8 months ago
  25. 96dba63 Generalize support for underlying networks. by Lorenzo Colitti · 4 years, 8 months ago
  26. 36f2678 Merge "Replace PackageManager @hide APIs" by Paul Hu · 4 years, 8 months ago
  27. 1c6da25 Merge "Expose TcpRepairWindow as module-lib API" by Paul Hu · 4 years, 8 months ago
  28. 8e0446b Merge changes from topic "remove_legacy_NA" by Chalard Jean · 4 years, 8 months ago
  29. 618b9e5 Merge "Use getUserHandles() instead of getUsers() to get user id" by Lucas Lin · 4 years, 8 months ago
  30. a152f88 nits removing extra space, change method name, etc by James Mattis · 4 years, 9 months ago
  31. cd76345 maybeLogBlockedStatusChanged multilayer requests by James Mattis · 4 years, 9 months ago
  32. d951eec Update getSignalStrengthThresholds for multilayer by James Mattis · 4 years, 9 months ago
  33. 3d22989 Update to unneeded for multilayered requests by James Mattis · 4 years, 9 months ago
  34. 39b703a Merge "Add a mutability flag to the PendingIntent" by Treehugger Robot · 4 years, 8 months ago
  35. 5d79972 Merge "Address leftover comments" by Paul Hu · 4 years, 8 months ago
  36. 310c9fb Replace PackageManager @hide APIs by paulhu · 4 years, 8 months ago
  37. 28afaff Resolve UidRange dependency between NMS and CS module by Chiachang Wang · 4 years, 8 months ago
  38. 47804de Add a mutability flag to the PendingIntent by paulhu · 4 years, 8 months ago
  39. 081753f Merge "Reimplement DumpUtils#checkDumpPermission() in ConnectivityService" by Lucas Lin · 4 years, 8 months ago
  40. 999c302 Merge "[Mainline] Network netId to getNetId() migration" by Treehugger Robot · 4 years, 8 months ago
  41. 635e43a Merge changes I6eb6d92b,I638e29fd,I2348b7a3 by Lorenzo Colitti · 4 years, 8 months ago
  42. 99473f6 Reimplement DumpUtils#checkDumpPermission() in ConnectivityService by lucaslin · 4 years, 8 months ago
  43. c0c8e03 Use getUserHandles() instead of getUsers() to get user id by lucaslin · 4 years, 8 months ago
  44. db56932 Merge "DO NOT MERGE - Merge Android R QPR1" by Xin Li · 4 years, 8 months ago
  45. 3da9726 DO NOT MERGE - Merge Android R QPR1 by Xin Li · 4 years, 8 months ago
  46. 3aa4d1a Merge "[Mainline Migration] Migrate NetworkUtils" am: 3422864269 by Serik Beketayev · 4 years, 8 months ago
  47. 3422864 Merge "[Mainline Migration] Migrate NetworkUtils" by Serik Beketayev · 4 years, 8 months ago
  48. e4d1e52 Add a convenience method to update a network's capabilities. by Lorenzo Colitti · 4 years, 8 months ago
  49. 9340134 Disallow NetworkAgents from changing the owner UID. by Lorenzo Colitti · 4 years, 8 months ago
  50. 46fd589 Observe mOwnerUID in NetworkCapabilities#equals. by Lorenzo Colitti · 4 years, 8 months ago
  51. 8516d85 Expose TcpRepairWindow as module-lib API by paulhu · 4 years, 8 months ago
  52. ec8ad21 [Mainline] Network netId to getNetId() migration by Serik Beketayev · 4 years, 8 months ago
  53. dcac686 Remove support for legacy network agents by Chalard Jean · 4 years, 10 months ago
  54. 710e1dc Remove deprecated constructors for NetworkAgent by Chalard Jean · 4 years, 10 months ago
  55. 0d3680c Migrate NetworkAgentWrapper to the new NA API by Chalard Jean · 4 years, 10 months ago
  56. 7503fca Merge "Test for the current behaviour of updating a network's owner UID." am: 9157037502 by Lorenzo Colitti · 4 years, 8 months ago
  57. 9157037 Merge "Test for the current behaviour of updating a network's owner UID." by Lorenzo Colitti · 4 years, 8 months ago
  58. 2866831 Cleanup TestNetworkService by Chalard Jean · 4 years, 10 months ago
  59. 07bc0cc Merge "Add comments to the process*FromAgent methods." am: 522180e236 by Lorenzo Colitti · 4 years, 8 months ago
  60. 522180e Merge "Add comments to the process*FromAgent methods." by Lorenzo Colitti · 4 years, 8 months ago
  61. 6b44e92 Test for the current behaviour of updating a network's owner UID. by Lorenzo Colitti · 4 years, 8 months ago
  62. 96883c9 Add comments to the process*FromAgent methods. by Lorenzo Colitti · 4 years, 8 months ago
  63. 754c5be [Mainline Migration] Migrate NetworkUtils by Serik Beketayev · 4 years, 8 months ago
  64. 963a72a Merge "Add a test for TcpKeepalivePacketDataParcelable.toString()." am: 68150bcb87 by Lorenzo Colitti · 4 years, 8 months ago
  65. 68150bc Merge "Add a test for TcpKeepalivePacketDataParcelable.toString()." by Lorenzo Colitti · 4 years, 8 months ago
  66. 77f4721 Merge "Allow the System UID to unregister ConnDiags CBs." am: 4068bd9259 by Cody Kesting · 4 years, 8 months ago
  67. 4068bd9 Merge "Allow the System UID to unregister ConnDiags CBs." by Cody Kesting · 4 years, 8 months ago
  68. 223874f Merge "Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn" am: ebe3aee39a by Remi NGUYEN VAN · 4 years, 8 months ago
  69. ebe3aee Merge "Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn" by Remi NGUYEN VAN · 4 years, 8 months ago
  70. 70fa2b2 Allow the System UID to unregister ConnDiags CBs. by Cody Kesting · 4 years, 8 months ago
  71. 458c6f8 Merge changes from topic "restricted-networking-mode" am: ea5b540316 by Patrick Rohr · 4 years, 8 months ago
  72. 7987ae7 Clean Up NetworkManagementService Tests am: f8fedc34b0 by Patrick Rohr · 4 years, 8 months ago
  73. 48fc747 Merge "Migrate Slog to Log used in connectivity service module" am: cc3487c924 by Aaron Huang · 4 years, 8 months ago
  74. ea5b540 Merge changes from topic "restricted-networking-mode" by Patrick Rohr · 4 years, 8 months ago
  75. cc3487c Merge "Migrate Slog to Log used in connectivity service module" by Aaron Huang · 4 years, 8 months ago
  76. 8afb334 Merge "Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855" into stage-aosp-master by Xin Li · 4 years, 8 months ago
  77. a879fcb Merge "Do not query CS in NetworkProvider constructor" am: bfc3c02f34 by Remi NGUYEN VAN · 4 years, 8 months ago
  78. bfc3c02 Merge "Do not query CS in NetworkProvider constructor" by Remi NGUYEN VAN · 4 years, 8 months ago
  79. 14b14d4 Merge "Remove CaptivePortal deps on @hide MetricEvents" am: 8a157aaeee by Remi NGUYEN VAN · 4 years, 8 months ago
  80. 8a157aa Merge "Remove CaptivePortal deps on @hide MetricEvents" by Remi NGUYEN VAN · 4 years, 8 months ago
  81. 18b4fc1 Merge "Add ConnectivityManager.TYPE_PROXY to SystemApi" am: 58606c506b by Remi NGUYEN VAN · 4 years, 8 months ago
  82. 58606c5 Merge "Add ConnectivityManager.TYPE_PROXY to SystemApi" by Remi NGUYEN VAN · 4 years, 8 months ago
  83. 468855a Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855 by Xin Li · 4 years, 8 months ago
  84. 4f3407d Merge changes Ic5a3e169,I76daa3ab am: c54b7eda99 by Lorenzo Colitti · 4 years, 8 months ago
  85. c54b7ed Merge changes Ic5a3e169,I76daa3ab by Lorenzo Colitti · 4 years, 8 months ago
  86. e391512 Remove CaptivePortal deps on @hide MetricEvents by Remi NGUYEN VAN · 4 years, 8 months ago
  87. 9e01295 Merge "Use public API of NetworkAgent in TestNetworkService" am: 8671a6fe9e by Lucas Lin · 4 years, 8 months ago
  88. 8671a6f Merge "Use public API of NetworkAgent in TestNetworkService" by Lucas Lin · 4 years, 8 months ago
  89. 3da59ba Merge "Deprecated UserManager.getUsers(excludeDying) / added getAliveUsers()" am: c0b44fca8b by Treehugger Robot · 4 years, 8 months ago
  90. d7caf83 Refactor applyUnderlyingCapabilities and its test. by Lorenzo Colitti · 4 years, 8 months ago
  91. 4ead42c Use public API of NetworkAgent in TestNetworkService by lucaslin · 4 years, 8 months ago
  92. cda101b Move applyUnderlyingCapabilities to ConnectivityService. by Lorenzo Colitti · 4 years, 8 months ago
  93. 11cf60b Deprecated UserManager.getUsers(excludeDying) / added getAliveUsers() by Felipe Leme · 5 years ago
  94. 2946cfe Merge "Run OemNetworkPreferencesTest with DevSdkIgnoreRunner" am: f2d92dc1ee by Remi NGUYEN VAN · 4 years, 8 months ago
  95. f2d92dc Merge "Run OemNetworkPreferencesTest with DevSdkIgnoreRunner" by Remi NGUYEN VAN · 4 years, 8 months ago
  96. 6607225 Add Restricted Mode Firewall Chain by Patrick Rohr · 4 years, 9 months ago
  97. f8fedc3 Clean Up NetworkManagementService Tests by Patrick Rohr · 4 years, 9 months ago
  98. f044795 Merge changes If2201f39,Ia1c366c5 am: 5dab5fb9c4 by Lorenzo Colitti · 4 years, 8 months ago
  99. 5dab5fb Merge changes If2201f39,Ia1c366c5 by Lorenzo Colitti · 4 years, 8 months ago
  100. a2f800c Merge changes I982543cd,I41c3bf6c,Id3e5f6e1 am: 4f42110c4f by Lorenzo Colitti · 4 years, 8 months ago