1. 11fa41d Add an IPPrefix::forString parsing function. by Lorenzo Colitti · 4 years, 1 month ago
  2. 4696979 Set min_sdk_version to be part of mainline modules by Jooyung Han · 4 years, 2 months ago
  3. 965a1ed Set apex_available property by Jiyong Park · 4 years, 2 months ago
  4. db20d4c FdTest - fix some compile time warnings by Maciej Żenczykowski · 4 years, 2 months ago
  5. e0a5f02 Remove CFI diagnostics mode by Automerger Merge Worker · 4 years, 3 months ago
  6. 82a0f04 netdutils: make {EXPECT, ASSERT}_OK for Status and Status-like objects by Automerger Merge Worker · 4 years, 3 months ago
  7. 615fd74 Convert system/netd to Result::ok() by Bernie Innocenti · 4 years, 4 months ago
  8. c836c1a Merge "Enable CFI (Control Flow Integrity)" by Ken Chen · 4 years, 5 months ago
  9. e7add94 Merge "BackoffSequence: always initialize" by Treehugger Robot · 4 years, 5 months ago
  10. a88d314 BackoffSequence: always initialize by Steven Moreland · 4 years, 5 months ago
  11. 2e413c3 Enable CFI (Control Flow Integrity) by Ken Chen · 4 years, 5 months ago
  12. a307454 libbpf_android doesn't use libnetdutils by Steven Moreland · 4 years, 5 months ago
  13. 2f35dc8 Add some utilities to IPSockAddr by Mike Yu · 4 years, 8 months ago
  14. 5c7a3b3 Support to set thread name in ThreadUtil by Mike Yu · 5 years ago
  15. fc83810 Move SHA256_SIZE define to libnetdutils and stop including netd header by Luke Huang · 5 years ago
  16. 2559932 Move ScopedAddrinfo to libnetdutils by Luke Huang · 5 years ago
  17. 7f75d52 Remove AndroidTest.xml files to use the default config by Bernie Innocenti · 5 years ago
  18. 8fc39b4 Merge "Remove floating-point time functions from StopWatch" by Treehugger Robot · 5 years ago
  19. 196f1b8 Remove floating-point time functions from StopWatch by Bernie Innocenti · 5 years ago
  20. 185098d Add getDnsNetId cmd in DnsProxyListener by Luke Huang · 5 years ago
  21. e7e332f Move Stopwatch to libnetdutils by Mike Yu · 5 years ago
  22. c6d4c6b Move thread_util to libnetdutils by Mike Yu · 5 years ago
  23. f0e019f Move ResponseCode to libnetdutils by Mike Yu · 5 years ago
  24. b257d61 Move DumpWriter to libnetdutils by Luke Huang · 5 years ago
  25. a5161a0 Enable more clang-tidy checks and treat them as errors by Bernie Innocenti · 5 years ago
  26. a51f4fa Use cgroup socket filter to control socket creation by Chenbo Feng · 5 years ago
  27. 48eaed3 Use bpf maps to store permission information by Chenbo Feng · 5 years ago
  28. 0ae31af Move DnsProxyListener to libnetd_resolv by Mike Yu · 6 years ago
  29. 45238a1 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 6 years ago
  30. f52f7a5 Synthesize DNS64 prefix in netd by nuccachen · 6 years ago
  31. 8659b8d Add type cast to fix build error with "-Wsign-compare" cflag. by Sehee Park · 6 years ago
  32. 835f0df Fix another explicit constructor linter warning by Bernie Innocenti · 6 years ago
  33. f778204 Interface-related commands porting by Luke Huang · 6 years ago
  34. dfbd0ec Hush "must be marked explicit" clang-tidy warnings by Bernie Innocenti · 6 years ago
  35. b9a1754 Fix linter warnings with unnecessary copies by Bernie Innocenti · 6 years ago
  36. 97f388f libnetdutils: Remove dependency on libbinder by Bernie Innocenti · 6 years ago
  37. 0bdee43 Check for ignored StatusOr results by Bernie Innocenti · 6 years ago
  38. 6f9fd90 Check for ignored Status results by Bernie Innocenti · 6 years ago
  39. 59519ea Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  40. 770cbf6 Dereferences sizeof argument in memcpy() call by Ryan Haining · 6 years ago
  41. 603df20 Address outstanding comments from aosp/713992 by Erik Kline · 6 years ago
  42. d26a2c2 Do DNS64 prefix discovery in netd by Erik Kline · 6 years ago
  43. e2cda07 Add a Log::arg() variant to hexdump binary buffers by Bernie Innocenti · 6 years ago
  44. c7994ae Add a variadic overload of Log::arg() to print all arguments by Bernie Innocenti · 6 years ago
  45. abf8a34 Let lock_guard deduce its template argument by Bernie Innocenti · 6 years ago
  46. bdfd57e Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  47. 25dd4d3 Add netdutils_test to APCT's device-tests.zip by Bernie Innocenti · 6 years ago
  48. 286d426 Merge "Add an AndroidTest.xml for libnetdutils" by Treehugger Robot · 6 years ago
  49. 710db0e Add an AndroidTest.xml for libnetdutils by Bernie Innocenti · 6 years ago
  50. b7fe2db Types and type qualifiers have to be to the right of "operator". by Stephen Hines · 6 years ago
  51. b31fd69 Add basic logging infrastructure for bugreports by Erik Kline · 6 years ago
  52. ab999f1 Switch netd_defaults to C++17 by Erik Kline · 6 years ago
  53. 7205b2f Merge "Fix build with current clang master" by Treehugger Robot · 6 years ago
  54. 8589004 Add static Process class and improved dump output by Erik Kline · 6 years ago
  55. b1157dd Grab bag of netdutils fixes by Erik Kline · 6 years ago
  56. 0f16743 Limit the number of outstanding DNS queries by UID by Bernie Innocenti · 6 years ago
  57. d739c21 Add a BackoffSequence utility; use it for Private DNS validation by Erik Kline · 6 years ago
  58. 294e762 Fix iteration through a slice to account for -Wsign-compare by Erik Kline · 6 years ago
  59. a41902f Add simple MemBlock class for managing byte array allocation by Erik Kline · 6 years ago
  60. dbbc000 Merge all bpf programs into one by Chenbo Feng · 6 years ago
  61. 58fd6cf Fix build with current clang master by Bernhard Rosenkränzer · 6 years ago
  62. 93dd1dd Add some netdutils socket option helpers by Erik Kline · 6 years ago
  63. b2daefb [ipsec-doze] Add fchown capabilities, and fw rules by Benedict Wong · 7 years ago
  64. e874b7f Add more packet info to nflog packet wakeup events by Hugo Benichi · 7 years ago
  65. 44aec15 Merge "Fix netdutils::extract and SliceTest." by Treehugger Robot · 7 years ago
  66. 288745d Fix netdutils::extract and SliceTest. by Jonathan Basseri · 7 years ago
  67. 638f787 Use -Werror in system/netd by Chih-Hung Hsieh · 7 years ago
  68. 6e8eccd Convert return error code in XfrmController to Status by ludi · 7 years ago
  69. 84344e1 Merge "Prevent accidental conversion from int to Status." by Treehugger Robot · 7 years ago
  70. 54facd8 Merge "Add some comments to the macros in Status.h" by Treehugger Robot · 7 years ago
  71. 43f1c3c Merge "netd_integration_test static dependecies" by Treehugger Robot · 7 years ago
  72. 0e9d5fa Prevent accidental conversion from int to Status. by Jonathan Basseri · 7 years ago
  73. 774f006 Add some comments to the macros in Status.h by Jonathan Basseri · 7 years ago
  74. a426772 netd_integration_test static dependecies by Tri Vo · 7 years ago
  75. 2103b6b Test for races in IptablesRestoreController::Init. by Lorenzo Colitti · 7 years ago
  76. 4072ff2 Add Syscalls wrapper for writev() and use in XfrmController by ludi · 7 years ago
  77. 01cc549 Add unit test for shared/unshared interface quotas by Joel Scherpelz · 7 years ago
  78. de93796 Enable RFC 7217 stable privacy addresses by Joel Scherpelz · 7 years ago
  79. 08b84cd Add WakeupController and NFLogListener by Joel Scherpelz · 7 years ago
  80. f3fa5cc Add utility classes (Slice, Fd, Status, etc) by Joel Scherpelz · 7 years ago