1. a8efe40 Remove @IgnoreUpTo(Q) annotation and isAtLeastR() check by Chiachang Wang · 1 year, 10 months ago
  2. 7fe61f4 Ignore EXCLUDED_ROUTES LinkPropertiesTest up to S_V2 by Yuyang Huang · 2 years ago
  3. 90a2cbd Moves all compatibility flags to ConnectivityCompatChanges.java by Yuyang Huang · 2 years, 6 months ago
  4. ccd3020 Simplify per-target-SDK LinkProperties tests. by Lorenzo Colitti · 3 years, 1 month ago
  5. 48380e4 Revert EXCLUDED_ROUTES to only keep RTN_UNICAST by Remi NGUYEN VAN · 3 years, 1 month ago
  6. 66c27c1 Let LinkProperties#getRoutes() keeps returning all routes before T by Remi NGUYEN VAN · 3 years, 1 month ago
  7. 1bb94a3 Fix LinkProperties exclude routes tests on user builds. by Lorenzo Colitti · 3 years, 2 months ago
  8. 1c7a20c Run testExcludedRoutesDisabled only in APKs with target SDK < T. by Lorenzo Colitti · 3 years, 3 months ago
  9. ee4bfe7 Follow-up changes to Update VPN isolation code for excluded routes by preranap · 3 years, 3 months ago
  10. 2b97bbe Update VPN isolation code for excluded routes by Prerana · 3 years, 4 months ago
  11. 30d41e5 Filter out excluded routes in LinkProperties by Taras Antoshchuk · 4 years, 1 month ago
  12. e347301 Mark connectivity module tests as such by Remi NGUYEN VAN · 3 years, 7 months ago
  13. 8bc3696 Do not verify field count in tests used in CTS by Remi NGUYEN VAN · 3 years, 7 months ago
  14. 5ed250d Move net unit tests to packages/Connectivity by Remi NGUYEN VAN · 4 years, 3 months ago[Renamed from tests/net/common/java/android/net/LinkPropertiesTest.java]
  15. 2669b29 Address comments on aosp/1448415 by Chalard Jean · 4 years, 10 months ago
  16. 4d6c93d Remove unused methods from LinkProperties. by Chalard Jean · 4 years, 11 months ago
  17. 39175f2 Rename Kotlin util files to not include the Kt suffix by Chalard Jean · 5 years ago
  18. bc4c5ca Treat RouteInfo with different interfaces as different routes by Rubin Xu · 5 years ago
  19. ab8cf30 Only apply VPN isolation if it's fully routed by Rubin Xu · 5 years ago
  20. 9d66de5 Merge "Make LinkPropertiesTest compatible with Q" by Aaron Huang · 5 years ago
  21. 7988471 Make LinkPropertiesTest compatible with Q by Aaron Huang · 5 years ago
  22. 55c6a84 Add more tests in LinkPropertiesTests.java by lucaslin · 5 years ago
  23. 8dd694d Move sensitive field parceling bool to constructor by Remi NGUYEN VAN · 5 years ago
  24. 3994e73 Make LinkPropertiesTest backwards compatible by Remi NGUYEN VAN · 5 years ago
  25. 0e1759b Remove framework code that has moved to frameworks/libs/net by Aaron Huang · 6 years ago
  26. 44999a7 test: LinkProperties: Unique Route Destinations by Tyler Wear · 6 years ago
  27. 0a65eed Add API for CaptivePortalData by Remi NGUYEN VAN · 6 years ago
  28. 279a1d6 Make LinkPropertiesTest pass, and fix an NPE. by Lorenzo Colitti · 6 years ago
  29. 3a59a92 Fix parceling of LinkProperties Inet6Addr by Remi NGUYEN VAN · 6 years ago
  30. 9fa3509 API to detect which network interfaces support wake-on-lan by Valentin Iftime · 6 years ago
  31. af71836 Factorize custom asserts. by Chalard Jean · 6 years ago
  32. 9f7636c Add LinkProperties common test cases by paulhu · 6 years ago
  33. 71a25d5 Add tests for DhcpErrorEvent by Remi NGUYEN VAN · 6 years ago
  34. 5564d5a Move more network unit tests to common tests by Remi NGUYEN VAN · 6 years ago[Renamed from tests/net/java/android/net/LinkPropertiesTest.java]
  35. cbbc3db Fix Automated API Review issues. by paulhu · 6 years ago
  36. 147f6cf Migrate frameworks/base/tests/net/ to androidx.test by Brett Chabot · 6 years ago
  37. e5591ce [KA03] Support tcp keepalive offload by markchien · 7 years ago
  38. 1d3bf3d Test parceling empty LinkProperties. by Lorenzo Colitti · 7 years ago
  39. 981b34f Add the NAT64 prefix to LinkProperties. by Lorenzo Colitti · 7 years ago
  40. e2d7cf5 Add PCSCF to LinkProperties. by Hongshik · 7 years ago
  41. 299d856 Add the list of private DNS addresses to LinkProperties by Chalard Jean · 7 years ago
  42. 7643abc Add public API methods for private DNS. by dalyk · 8 years ago
  43. 87d306b Import a few android.net unit tests into frameworks-net by Hugo Benichi · 8 years ago[Renamed (80%) from core/tests/coretests/src/android/net/LinkPropertiesTest.java]
  44. 8301244 Fix LinkPropertiesTest.testCompareResult by Rubin Xu · 8 years ago
  45. 2fa7d9e Refactor CompareResult<> class and its call sites by Rubin Xu · 8 years ago
  46. ffd77d8 Always add local subnet routes to the interface's routing table by Rubin Xu · 8 years ago
  47. aa8f8f3 Also treat loss of IPv6 as a loss of provisioning. by Erik Kline · 10 years ago
  48. 28bb16c Add a null check to hasIPv4AddressOnInterface. by Lorenzo Colitti · 10 years ago
  49. 47a70d0 Turn off failing tests in FrameworksCoreTests. by Abodunrinwa Toki · 10 years ago
  50. a923dba Fix use of reachable DNS server logic by Erik Kline · 10 years ago
  51. 04612b0 LinkProperties function to compare provisioning and remove DNS servers by Erik Kline · 10 years ago
  52. a7691fc Merge "(re)define the definition of "provisioned"" into lmp-mr1-dev by Erik Kline · 11 years ago
  53. 3825843 Change removeStackedLink to take an interface name. by Lorenzo Colitti · 11 years ago
  54. 8b02307 (re)define the definition of "provisioned" by Erik Kline · 11 years ago
  55. fc85469 Teach LinkProperties whether it's provisioned or not. by Lorenzo Colitti · 11 years ago
  56. 3897f1a Unbreak LinkPropertiesTest. by Lorenzo Colitti · 11 years ago
  57. 69aceaf Fix public API of LinkProperties. by Robert Greenwalt · 11 years ago
  58. 8732b35 Track libcore.os' move to android.system. by Elliott Hughes · 11 years ago
  59. 61b6582 Add address flags and scope to LinkAddress. by Lorenzo Colitti · 12 years ago
  60. 39dd04c Fix the build. by Robert Greenwalt · 12 years ago
  61. 4aa7392 Setting MTU size for specific network. by sy.yun · 12 years ago
  62. 174782b Add a function to replace all the link addresses. by Lorenzo Colitti · 12 years ago
  63. 09de418 Modify LinkProperties address update methods. by Lorenzo Colitti · 12 years ago
  64. a2dc69a Simplify LinkPropertiesTest. by Lorenzo Colitti · 12 years ago
  65. e1b4742 Add accessors for all addresses and clarify compare* methods by Lorenzo Colitti · 12 years ago
  66. 89218e5 Fix LinkProperties's equals() method. by Lorenzo Colitti · 12 years ago
  67. 3989de8 Fix build. by Lorenzo Colitti · 12 years ago
  68. c080312 Add stacked interfaces to LinkProperties. by Lorenzo Colitti · 12 years ago
  69. 8ec0b8a Unit test routes with interfaces in LinkProperties by Lorenzo Colitti · 12 years ago
  70. 5a90129 Add RouteInfo objects for tracking routes. by Robert Greenwalt · 14 years ago
  71. 3e567d5 Make LinkProperties comparable. by John Wang · 14 years ago