summaryrefslogtreecommitdiffstats
path: root/libnetdutils/include
Commit message (Expand)AuthorAgeFilesLines
* Move OperationLimiter to DnsResolverBernie Innocenti2020-11-271-104/+0
* Add an IPPrefix::forString parsing function.Lorenzo Colitti2020-05-191-1/+6
* 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 "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-121-0/+13
* Move SHA256_SIZE define to libnetdutils and stop including netd headerLuke Huang2019-06-141-4/+4
* Move ScopedAddrinfo to libnetdutilsLuke Huang2019-06-141-4/+12
* 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-021-0/+70
* Move ResponseCode to libnetdutilsMike Yu2019-04-021-0/+90
* Move DumpWriter to libnetdutilsLuke Huang2019-03-151-0/+68
* Enable more clang-tidy checks and treat them as errorsBernie Innocenti2019-02-011-0/+1
* 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
* Synthesize DNS64 prefix in netdnuccachen2018-12-171-0/+1
* Fix another explicit constructor linter warningBernie Innocenti2018-11-201-1/+1
* Interface-related commands portingLuke Huang2018-11-012-1/+6
* Hush "must be marked explicit" clang-tidy warningsBernie Innocenti2018-10-252-5/+23
* libnetdutils: Remove dependency on libbinderBernie Innocenti2018-10-182-4/+1
* Check for ignored StatusOr resultsBernie Innocenti2018-10-161-2/+5
* Check for ignored Status resultsBernie Innocenti2018-10-162-10/+18
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-011-2/+2
* Address outstanding comments from aosp/713992Erik Kline2018-09-111-17/+15
* Do DNS64 prefix discovery in netdErik Kline2018-09-092-0/+326
* Add a Log::arg() variant to hexdump binary buffersBernie Innocenti2018-09-072-3/+6
* Add a variadic overload of Log::arg() to print all argumentsBernie Innocenti2018-09-061-4/+14
* Let lock_guard deduce its template argumentBernie Innocenti2018-08-101-2/+2
* Types and type qualifiers have to be to the right of "operator".Stephen Hines2018-07-111-1/+1
* Add basic logging infrastructure for bugreportsErik Kline2018-07-101-0/+197
* Merge "Fix build with current clang master"Treehugger Robot2018-06-151-1/+1
|\
| * Fix build with current clang masterBernhard Rosenkränzer2018-04-151-1/+1
* | Add static Process class and improved dump outputErik Kline2018-06-061-2/+3
* | Grab bag of netdutils fixesErik Kline2018-05-301-2/+2
* | Limit the number of outstanding DNS queries by UIDBernie Innocenti2018-05-211-0/+104
* | Add a BackoffSequence utility; use it for Private DNS validationErik Kline2018-05-091-0/+153
* | Add simple MemBlock class for managing byte array allocationErik Kline2018-05-071-0/+66
* | Merge all bpf programs into oneChenbo Feng2018-05-011-0/+8
|/
* Add some netdutils socket option helpersErik Kline2018-02-231-0/+60
* [ipsec-doze] Add fchown capabilities, and fw rulesBenedict Wong2017-12-182-0/+10
* Fix netdutils::extract and SliceTest.Jonathan Basseri2017-10-041-1/+1
* Convert return error code in XfrmController to Statusludi2017-08-311-0/+4
* Merge "Prevent accidental conversion from int to Status."Treehugger Robot2017-08-311-1/+1
|\