1. 43bb172 Add useful utils to CollectionUtils by Chalard Jean · 2 years, 10 months ago
  2. e57ae65 Remove @Nullable from byte by Remi NGUYEN VAN · 2 years, 10 months ago
  3. 528e675 Add ByteUtils for byte utility functions by Paul Hu · 2 years, 11 months ago
  4. 2ecf120 Move bit utility methods to a new BitUtils class. by Chalard Jean · 2 years, 11 months ago
  5. e766a09 Merge "[ST02] Add methods for synthesizing DNS packets" by Junyu Lai · 3 years ago
  6. 0aa70a0 IpUtils: add ICMP checksum calculation function by Hungming Chen · 3 years ago
  7. 6573c64 NetworkStackConstants: add ICMP checksum offset constant by Hungming Chen · 3 years ago
  8. 85e24e8 [ST02] Add methods for synthesizing DNS packets by Junyu Lai · 3 years ago
  9. 2464a31 Merge "Revert "[ST02] Add methods for synthesizing DNS packets"" by Anton Hansson · 3 years ago
  10. f53c488 Revert "[ST02] Add methods for synthesizing DNS packets" by Remi NGUYEN VAN · 3 years ago
  11. 5e53d53 Merge "[ST02] Add methods for synthesizing DNS packets" by Junyu Lai · 3 years ago
  12. 96c4750 [ST02] Add methods for synthesizing DNS packets by junyulai · 5 years ago
  13. debdc78 Add CollectionUtils.contains with predicate by Chalard Jean · 3 years ago
  14. 8f31efb Merge "Add findFirst and findLast to CollectionsUtils" by Jean Chalard · 3 years, 1 month ago
  15. eecde2b Merge "Add getter to PerUidCounter" by Treehugger Robot · 3 years, 1 month ago
  16. acb83d2 Merge "Add CollectionUtils.indexOfSubArray()" by Cole Faust · 3 years, 1 month ago
  17. 0d8bd90 Add CollectionUtils.indexOfSubArray() by Cole Faust · 3 years, 1 month ago
  18. c0a6d52 Add getter to PerUidCounter by Junyu Lai · 3 years, 2 months ago
  19. cc5f01c Add findFirst and findLast to CollectionsUtils by Chalard Jean · 3 years, 1 month ago
  20. 0e5b5d8 Fix array-related errorprone warnings by Cole Faust · 3 years, 1 month ago
  21. a5aea22 Merge "Move test URL keys to NetworkStackConstants" by Remi NGUYEN VAN · 3 years, 2 months ago
  22. b3b6798 Set min_sdk_version by Jooyung Han · 3 years, 3 months ago
  23. 95082d5 Move test URL keys to NetworkStackConstants by Remi NGUYEN VAN · 3 years, 4 months ago
  24. 2200778 Address comments at ag/18372083 by Junyu Lai · 3 years, 4 months ago
  25. 7c29887 Add PerUidCounter by Junyu Lai · 3 years, 4 months ago
  26. 630388d Check RouteInfo type in NetUtils#selectBestRoute by Taras Antoshchuk · 4 years, 8 months ago
  27. 310cc18 Utils : Collections.containsAll, containsAny, Permissions.getGrantedPermissions by Chalard Jean · 3 years, 7 months ago
  28. 5c080dc Mark VisibleForTesting members as public by Remi NGUYEN VAN · 3 years, 7 months ago
  29. 9f1fcb6 Add a method to convert public NetworkStats to internal NetworkStats by Aaron Huang · 3 years, 8 months ago
  30. 1dc8952 Merge "[DU01]Remove INetworkManagementService from NetworkStatsService" by Frank Li · 3 years, 8 months ago
  31. 11ded06 Fix int overflow in shift by Chalard Jean · 3 years, 9 months ago
  32. 18862e5 [DU01]Remove INetworkManagementService from NetworkStatsService by lifr · 3 years, 8 months ago
  33. 82983d7 Merge "[MS40.2] Remove Clock dependencies from NetworkStatsService" by Junyu Lai · 3 years, 8 months ago
  34. 8a0d90c [MS40.2] Remove Clock dependencies from NetworkStatsService by Junyu Lai · 3 years, 8 months ago
  35. 757159a Moving reusable code for common net permissions. by James Mattis · 3 years, 8 months ago
  36. 4e2be81 PermissionUtils update to validate system feature by James Mattis · 3 years, 9 months ago
  37. 0042853 [MS28.2] Add checkDumpPermission by Junyu Lai · 3 years, 8 months ago
  38. c5f0e2c [MS19.2] Add constrain and total into utils by Junyu Lai · 3 years, 9 months ago
  39. a7ca0da Merge "[MS15.3] Move SUBSCRIBER_ID_MATCH_RULE_* constants to static lib" by Junyu Lai · 3 years, 9 months ago
  40. 2373264 Merge "Revert "Added a new network capability MMTEL"" by Martijn Coenen · 3 years, 9 months ago
  41. 0de46b2 Revert "Added a new network capability MMTEL" by Martijn Coenen · 3 years, 9 months ago
  42. 91661ba Merge "Added a new network capability MMTEL" by Treehugger Robot · 3 years, 9 months ago
  43. 8420e61 Merge "Import constants from NetCaps instead of defining them" by Treehugger Robot · 3 years, 9 months ago
  44. 318a3ee [MS15.3] Move SUBSCRIBER_ID_MATCH_RULE_* constants to static lib by Junyu Lai · 3 years, 9 months ago
  45. 7315362 Merge "[MS10.3] Move multiplySafeByRational to NetworkStatsUtils" by Junyu Lai · 3 years, 9 months ago
  46. 0b5b2cd Import constants from NetCaps instead of defining them by Chalard Jean · 3 years, 9 months ago
  47. 0c538d9 [MS10.3] Move multiplySafeByRational to NetworkStatsUtils by Junyu Lai · 3 years, 9 months ago
  48. 7e266d7 Added a new network capability MMTEL by Jack Yu · 3 years, 9 months ago
  49. 4b4fee6 Merge changes I15757da1,Ie62b95bf by Nucca Chen · 3 years, 9 months ago
  50. de9ac28 PacketBuilder: add support for UDP by Hungming Chen · 4 years ago
  51. 435833f Add a class to build IPv4 TCP packet by Hungming Chen · 4 years ago
  52. 37176da [DnsPacketUtils] Knob for name compression support by Aswin Sankar · 3 years, 10 months ago
  53. 601d6f9 Spin off DnsPacket into separate library by Aswin Sankar · 4 years ago
  54. 68bb446 Merge "Move static utils to the static library" by Chalard Jean · 3 years, 11 months ago
  55. b61091b Move static utils to the static library by Chalard Jean · 4 years ago
  56. ec363d1 Add a withCleanCallingIdentity equivalent to module utils by junyulai · 3 years, 11 months ago
  57. 190f81d Fix type confusion in createRandomUnicastAddress by Aaron Huang · 4 years, 2 months ago
  58. 0ab5f70 Refactor CollectionUtils.contains for short by Hungming Chen · 4 years ago
  59. ee9a1ba Add CollectionUtils.contains for short by Hungming Chen · 4 years, 1 month ago
  60. 844901b Remove TRANSPORT_USB in NetworkCapabilitiesUtils by Remi NGUYEN VAN · 4 years, 2 months ago
  61. 5ecba24 Define TRANSPORT_USB in NetworkCapabilitiesUtils temporarily by lucaslin · 4 years, 5 months ago
  62. 6cdd280 Merge "Create a new utils for connectivity related settings" by Lucas Lin · 4 years, 3 months ago
  63. 45e737d Create a new utils for connectivity related settings by lucaslin · 4 years, 3 months ago
  64. 25ac0f1 Add ICMPv6 ND header length constants. by Xiao Ma · 4 years, 3 months ago
  65. 548d0e0 Merge "Add NET_CAPABILITY_ENTERPRISE into FORCE_RESTRICTED_CAPABILITIES" by Junyu Lai · 4 years, 3 months ago
  66. f0ab71b Add NET_CAPABILITY_ENTERPRISE into FORCE_RESTRICTED_CAPABILITIES by Junyu Lai · 4 years, 3 months ago
  67. 651faf7 Add visibility to net-utils-framework-srcs by Remi NGUYEN VAN · 4 years, 6 months ago
  68. c0d49af Make a utility function public. by Chalard Jean · 4 years, 5 months ago
  69. 9db4048 Merge "Add a filter function to CollectionUtils" by Chalard Jean · 4 years, 5 months ago
  70. 91f6592 Merge "Move some constants from TrafficStatsConstants to NetworkStackConstants" by Aaron Huang · 4 years, 5 months ago
  71. 9d7cc73 Fix javadoc error by Aaron Huang · 4 years, 5 months ago
  72. 9b3d3cf Add a filter function to CollectionUtils by Chalard Jean · 4 years, 5 months ago
  73. 8df2356 Reimplement inferRestrictedCapability without new exposed API by Aaron Huang · 4 years, 5 months ago
  74. 43da8b8 Break the reference for the new added API constant by Chiachang Wang · 4 years, 5 months ago
  75. 4f80496 Update new capabilities into restricted capabilities by Chiachang Wang · 4 years, 6 months ago
  76. d7830e3 Move deduceRestrictedCapability to libs/net and rename it by Aaron Huang · 4 years, 6 months ago
  77. f809c9b Merge "Move trimV4AddrZeros to libs/net" by Remi NGUYEN VAN · 4 years, 6 months ago
  78. 49390d5 Move some constants from TrafficStatsConstants to NetworkStackConstants by Aaron Huang · 4 years, 6 months ago
  79. f323fae Move trimV4AddrZeros to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  80. f4e9b9a Fix a bug in InetAddressUtils, and add a test. by Lorenzo Colitti · 4 years, 6 months ago
  81. 99b0a11 Merge "Move LocationPermissionChecker to libs/net" by Treehugger Robot · 4 years, 6 months ago
  82. 59beee8 Move LocationPermissionChecker to libs/net by Remi NGUYEN VAN · 4 years, 6 months ago
  83. 6918f36 Merge "Add helper function to check if collection is empty" by Chiachang Wang · 4 years, 6 months ago
  84. 5b4cfac Add bit mask constants for the flags used in the ND packet. by Xiao Ma · 4 years, 6 months ago
  85. 794adf5 [CS11]Remove the hidden API usage of BitUtils by lifr · 4 years, 6 months ago
  86. bdb1b50 Add CollectionUtils.indexOf by Remi NGUYEN VAN · 4 years, 6 months ago
  87. 4dfe1ff Add helper function to check if collection is empty by Chiachang Wang · 4 years, 7 months ago
  88. 3c9f315 Merge "Add checking NetworkStack permission methods and tests" by Paul Hu · 4 years, 7 months ago
  89. 985d402 Merge "Add indexOf method" by Paul Hu · 4 years, 7 months ago
  90. fac8322 Merge "Move shared methods to NetUtils" by Chiachang Wang · 4 years, 7 months ago
  91. 4242767 Add checking NetworkStack permission methods and tests by paulhu · 4 years, 8 months ago
  92. 5310fc5 Merge "Add the constant for IPv6 all-routers/nodes/hosts multicast address." by Xiao Ma · 4 years, 7 months ago
  93. e50bee1 Add the constant for IPv6 all-routers/nodes/hosts multicast address. by Xiao Ma · 4 years, 8 months ago
  94. 4a16b01 Merge "Move shared methods and constants from Proxy to shared lib" by Chiachang Wang · 4 years, 7 months ago
  95. c291b21 Move shared methods and constants from Proxy to shared lib by Chiachang Wang · 4 years, 7 months ago
  96. 3d475dc [Mainline] Core Platform APIs migration by Serik Beketayev · 4 years, 7 months ago
  97. 2e7313a Move shared methods to NetUtils by Chiachang Wang · 4 years, 7 months ago
  98. f51099d [FUI21.1] Create NetworkIdentityUtils class by junyulai · 4 years, 7 months ago
  99. e658c7b Add indexOf method by paulhu · 4 years, 8 months ago
  100. a19b59d Add common CollectionUtils.{any,all} methods. by lucaslin · 4 years, 7 months ago