summaryrefslogtreecommitdiffstats
path: root/server/NetdConstants.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's [[nodiscard]] instead of WARN_UNUSED_RESULTBernie Innocenti2019-08-211-10/+3
* Move SHA256_SIZE define to libnetdutils and stop including netd headerLuke Huang2019-06-141-3/+0
* Move ScopedAddrinfo to libnetdutilsLuke Huang2019-06-141-11/+0
* Use bpf maps to store permission informationChenbo Feng2019-01-291-2/+1
* Add an IPC that writes to the tcp_{rmem, wmem}Chenbo Feng2018-12-051-0/+2
* Merge libnetddns into libnetd_resolvMike Yu2018-10-301-1/+3
* Remove unused constants from NetdConstants.hBernie Innocenti2018-08-151-9/+4
* Replace RW lock with mutex, shared_mutexLuke Huang2018-07-111-3/+2
* netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-1/+0
* [ipsec-qtaguid] Reserve mark, add ipsec bw exemptionsBenedict Wong2017-12-151-0/+1
* Ensure the sockets we inherit from init are FD_CLOEXEC.Lorenzo Colitti2017-08-281-0/+1
* Delete all remaining callers of iptables.Lorenzo Colitti2017-08-191-6/+0
* Support RFC 7858 DNS over TLSBen Schwartz2017-07-061-0/+2
* Modernize string handling in BandwidthControllerJoel Scherpelz2017-06-011-1/+1
* Block SIGPIPE in IptablesRestoreControllerTest.Lorenzo Colitti2017-04-031-0/+1
* Use iptables-restore to set the incoming packet mark rule.Lorenzo Colitti2017-03-271-0/+2
* Support reading output from IptablesRestoreController.Lorenzo Colitti2017-02-101-0/+2
* Move Stopwatch into its own headerRobin Lee2016-10-271-15/+0
* Add tests for interface add/remove binder APIErik Kline2016-10-251-0/+24
* Move the Stopwatch class to NetdConstants.Lorenzo Colitti2016-04-151-0/+18
* Whitelist system apps when using bw_happy_box.Felipe Leme2016-03-141-0/+2
* Add an RPC to replace a UID firewall rule.Lorenzo Colitti2016-03-021-0/+1
* Don't use a manually-sized buffer for the PID.Lorenzo Colitti2016-02-251-0/+1
* Initial netd binder interface.Lorenzo Colitti2016-02-231-1/+17
* Switch netd over to <utils/file.h>.Elliott Hughes2015-02-031-2/+0
* Add UID range support to VPNs.Sreeram Ramachandran2014-07-011-0/+2
* Refactor: Encapsulate permissions and interfaces into a Network class.Sreeram Ramachandran2014-07-011-0/+2
* Use native netlink code instead of /sbin/ip to manipulate routesLorenzo Colitti2014-06-231-0/+1
* server: check interface names in RPC arguments for validityJP Abgrall2014-06-191-0/+1
* Move netd_client into netd.Sreeram Ramachandran2014-05-211-0/+48