summaryrefslogtreecommitdiffstats
path: root/libnetdutils
Commit message (Expand)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to system/netdBob Badour2021-02-121-0/+9
* Move OperationLimiter to DnsResolverBernie Innocenti2020-11-273-178/+0
* Add an IPPrefix::forString parsing function.Lorenzo Colitti2020-05-193-1/+67
* Set min_sdk_version to be part of mainline modulesJooyung Han2020-05-021-0/+1
* Set apex_available propertyJiyong Park2020-04-081-0/+5
* FdTest - fix some compile time warningsMaciej Żenczykowski2020-04-011-0/+3
* Remove CFI diagnostics modeKen Chen2020-03-121-3/+0
* netdutils: make {EXPECT, ASSERT}_OK for Status and Status-like objectsHungming Chen2020-03-051-2/+3
* Convert system/netd to Result::ok()Bernie Innocenti2020-02-061-1/+2
* Merge "Enable CFI (Control Flow Integrity)"Ken Chen2020-01-291-0/+6
|\
| * Enable CFI (Control Flow Integrity)Ken Chen2020-01-211-0/+6
* | Merge "BackoffSequence: always initialize"Treehugger Robot2020-01-211-1/+1
|\ \
| * | BackoffSequence: always initializeSteven Moreland2020-01-211-1/+1
| |/
* / libbpf_android doesn't use libnetdutilsSteven Moreland2020-01-171-0/+5
|/
* Add some utilities to IPSockAddrMike Yu2019-10-161-0/+17
* Support to set thread name in ThreadUtilMike Yu2019-08-122-8/+78
* Move SHA256_SIZE define to libnetdutils and stop including netd headerLuke Huang2019-06-141-4/+4
* Move ScopedAddrinfo to libnetdutilsLuke Huang2019-06-142-7/+13
* Remove AndroidTest.xml files to use the default configBernie Innocenti2019-06-051-26/+0
* Merge "Remove floating-point time functions from StopWatch"Treehugger Robot2019-05-291-16/+2
|\
| * Remove floating-point time functions from StopWatchBernie Innocenti2019-05-291-16/+2
* | Add getDnsNetId cmd in DnsProxyListenerLuke Huang2019-05-231-46/+48
|/
* Move Stopwatch to libnetdutilsMike Yu2019-04-031-0/+67
* Move thread_util to libnetdutilsMike Yu2019-04-023-0/+136
* Move ResponseCode to libnetdutilsMike Yu2019-04-021-0/+90
* Move DumpWriter to libnetdutilsLuke Huang2019-03-153-0/+141
* Enable more clang-tidy checks and treat them as errorsBernie Innocenti2019-02-012-3/+2
* Use cgroup socket filter to control socket creationChenbo Feng2019-01-291-0/+2
* Use bpf maps to store permission informationChenbo Feng2019-01-291-0/+25
* Move DnsProxyListener to libnetd_resolvMike Yu2019-01-211-0/+2
* Enable -Wsign-compare for netd and fix warningsBernie Innocenti2019-01-081-10/+8
* Synthesize DNS64 prefix in netdnuccachen2018-12-172-0/+6
* Add type cast to fix build error with "-Wsign-compare" cflag.Sehee Park2018-12-061-6/+6
* Fix another explicit constructor linter warningBernie Innocenti2018-11-201-1/+1
* Interface-related commands portingLuke Huang2018-11-013-3/+16
* Hush "must be marked explicit" clang-tidy warningsBernie Innocenti2018-10-252-5/+23
* Fix linter warnings with unnecessary copiesBernie Innocenti2018-10-181-10/+19
* libnetdutils: Remove dependency on libbinderBernie Innocenti2018-10-184-12/+1
* Check for ignored StatusOr resultsBernie Innocenti2018-10-161-2/+5
* Check for ignored Status resultsBernie Innocenti2018-10-165-21/+66
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-011-2/+2
* Dereferences sizeof argument in memcpy() callRyan Haining2018-09-181-5/+6
* Address outstanding comments from aosp/713992Erik Kline2018-09-113-177/+174
* Do DNS64 prefix discovery in netdErik Kline2018-09-095-0/+972
* Add a Log::arg() variant to hexdump binary buffersBernie Innocenti2018-09-074-4/+19
* Add a variadic overload of Log::arg() to print all argumentsBernie Innocenti2018-09-064-12/+39
* Let lock_guard deduce its template argumentBernie Innocenti2018-08-102-3/+3
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-251-1/+1
* Add netdutils_test to APCT's device-tests.zipBernie Innocenti2018-07-191-0/+1
* Merge "Add an AndroidTest.xml for libnetdutils"Treehugger Robot2018-07-161-0/+26
|\