1. 27f6c3d Add unit for setAllowNetworkingForProcess by Luke Huang · 4 years ago
  2. 8698320 Provide a way to disable socket() and DNS lookups in libnetd_client. by Luke Huang · 4 years ago
  3. 3b56e5c Seperate header target for DnsResolver from libnetd_client_header by Luke Huang · 4 years, 1 month ago
  4. a590f67 netdClient - use constant instead of hardcoding it again by Maciej Żenczykowski · 4 years, 2 months ago
  5. 1b96665 netdclient - attempt to eliminate spurious netd selinux denials on unix_stream_sockets by Treehugger Robot · 4 years, 2 months ago
  6. e0a5f02 Remove CFI diagnostics mode by Automerger Merge Worker · 4 years, 3 months ago
  7. 1782aea Pass connectInfo only if ro.vendor.redirect_socket_calls is set by Ken Chen · 4 years, 4 months ago
  8. f24eb88 Netd callbacks for socket calls in Bionic by Praveen Moongalam Thyagarajan · 4 years, 6 months ago
  9. 2e413c3 Enable CFI (Control Flow Integrity) by Ken Chen · 4 years, 5 months ago
  10. 3a97637 Fix kernel net tests fail in user build by markchien · 5 years ago
  11. a7d6b81 [Resolv] Removing the relative paths between netd and resolv. by chenbruce · 5 years ago
  12. 76577c6 Fix netclient test and add it to test mapping by Luke Huang · 5 years ago
  13. 63df948 Make getdnsnetid returning app_netId instead of dns_netId and fix nits by Luke Huang · 5 years ago
  14. 8fc39b4 Merge "Remove floating-point time functions from StopWatch" by Treehugger Robot · 5 years ago
  15. 196f1b8 Remove floating-point time functions from StopWatch by Bernie Innocenti · 5 years ago
  16. 185098d Add getDnsNetId cmd in DnsProxyListener by Luke Huang · 5 years ago
  17. bc2996c Restore ANDROID_NO_USE_FWMARK_CLIENT for kernel tests by Bernie Innocenti · 5 years ago
  18. e7e332f Move Stopwatch to libnetdutils by Mike Yu · 5 years ago
  19. e92b75e Enlarge command buffsize for async DNS API by Luke Huang · 5 years ago
  20. 24601da Don't mark non-inet sockets connecting to inet destinations. by Lorenzo Colitti · 5 years ago
  21. 6b00126 Allow bypassing private DNS via setNetworkForProcess. by Lorenzo Colitti · 5 years ago
  22. cd25764 Remove DNS event reporting level by Bernie Innocenti · 5 years ago
  23. 952d094 Implementation of control flags in asynchronous DNS query API by Luke Huang · 5 years ago
  24. 110c54e Add control flags in asynchronous DNS query API by Luke Huang · 5 years ago
  25. 45238a1 Enable -Wsign-compare for netd and fix warnings by Bernie Innocenti · 6 years ago
  26. e48fbcb Following commit for asynchronous DNS query API by Luke Huang · 5 years ago
  27. c68f1b9 Add asynchronous DNS query API and basic tests. by Luke Huang · 6 years ago
  28. c5efae9 Add dns_open_proxy for connecting to DnsProxyd by Luke Huang · 6 years ago
  29. 189eb50 Move resolver public headers to separate include path by Bernie Innocenti · 6 years ago
  30. 256bb19 Small cleanups for client/Android.bp by Bernie Innocenti · 6 years ago
  31. d141721 Stop using the private bionic headers by Bernie Innocenti · 6 years ago
  32. bdfd57e Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  33. ab999f1 Switch netd_defaults to C++17 by Erik Kline · 6 years ago
  34. 9d2a53f Merge "Return -EAFNOSUPPORT for invalid sockets" by Remi NGUYEN VAN · 6 years ago
  35. eabc5da Return -EAFNOSUPPORT for invalid sockets by Remi NGUYEN VAN · 6 years ago
  36. 1564d48 Program local and TLS servers, and allow TLS-bypass by Erik Kline · 6 years ago
  37. e54b212 Untie libnetd_client.so from libcutils by dimitry · 7 years ago
  38. 9944ba8 New commands for replacing qtaguid native API by Chenbo Feng · 7 years ago
  39. de0a1a0 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  40. 4fd4d39 Convert NetdClient to use Soong by Robin Lee · 7 years ago
  41. 6028b39 Always report connect complete events on non-debuggable builds by Michal Karpinski · 7 years ago
  42. 7dfaa78 DO NOT MERGE: Add success/errno to connect() event reporting by Hugo Benichi · 8 years ago
  43. 7d37453 Add connect event reporting by Michal Karpinski · 8 years ago
  44. 2cf5617 Benchmarks for network metrics reporting by Robin Lee · 8 years ago
  45. 7e05cc9 Move Stopwatch into its own header by Robin Lee · 8 years ago
  46. bd3ed5f Rely on the platform -std default. by Elliott Hughes · 8 years ago
  47. 996f037 Remove unnecessary __attribute__((optnone)). by Stephen Hines · 9 years ago
  48. de3eb3c am f86df558: Move local union such that it doesn\'t escape (and get optimized out). by Stephen Hines · 9 years ago
  49. f86df55 Move local union such that it doesn't escape (and get optimized out). by Stephen Hines · 9 years ago
  50. 1807018 WAR: Set optnone for FwmarkClient::send to work around LLVM update bug. by Stephen Hines · 9 years ago
  51. d1df597 Add FwmarkServer support for querying whether a UID can access a NetID by Paul Jensen · 9 years ago
  52. 42d41d5 Remove uses of libcxx.mk. by Dan Albert · 9 years ago
  53. fa18636 am 69766c22: am 6c08cd6a: Merge "Avoid leaking file descriptors" by Nick Kralevich · 9 years ago
  54. 53ea9ca Avoid leaking file descriptors by Nick Kralevich · 9 years ago
  55. 1ed73bb am 29cbbf2a: am b1842acd: Merge "Add missing <string.h> include." by Elliott Hughes · 9 years ago
  56. bb881e2 Add missing <string.h> include. by Elliott Hughes · 9 years ago
  57. 7ad1c86 am 3dc3e542: am 1a3c689b: Merge "Fix missing errno.h includes after libc cleanup." by Dan Albert · 9 years ago
  58. aa1be2b Fix missing errno.h includes after libc cleanup. by Dan Albert · 9 years ago
  59. f823669 am 9fb832c0: am 8a8b0c6a: Merge "Include what you use: <errno.h>." by Elliott Hughes · 9 years ago
  60. 27aacc0 Include what you use: <errno.h>. by Elliott Hughes · 9 years ago
  61. 4aa79fa Need to link libc++ as well as include. by Dan Albert · 10 years ago
  62. a69d947 Introduce a SELECT_FOR_USER fwmarkd command. by Sreeram Ramachandran · 10 years ago
  63. d36c49c Minor style change. by Sreeram Ramachandran · 10 years ago
  64. 3a069e6 Return negative errno (instead of positive) on failure. by Sreeram Ramachandran · 10 years ago
  65. 4d4c8b7 Add getNetworkForSocket(). by Sreeram Ramachandran · 10 years ago
  66. 31f4210 Return errors explicitly instead of using errno. by Sreeram Ramachandran · 10 years ago
  67. d794e58 Add a client API to protect a socket from VPNs. by Sreeram Ramachandran · 10 years ago
  68. 9fa2b13 Use std::atomic<> instead of volatile sig_atomic_t. by Sreeram Ramachandran · 10 years ago
  69. 2756045 Use AF_INET sockets when checking netIds in setNetworkFor{Process,Resolv}(). by Sreeram Ramachandran · 10 years ago
  70. 56afacf Turn on C++11 and make all warnings into errors. by Sreeram Ramachandran · 10 years ago
  71. 5fc2757 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 10 years ago
  72. efbe05d New network selection APIs. by Sreeram Ramachandran · 10 years ago
  73. f4cfad3 Move netd_client into netd. by Sreeram Ramachandran · 10 years ago