summaryrefslogtreecommitdiffstats
path: root/server/UidRanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite UidRanges::overlaps()Ken Chen2021-07-291-9/+19
* Show UID ranges config in dumpsys netdKen Chen2021-07-011-1/+1
* Reject overlapped ranges in Network::addUsers()Ken Chen2021-03-041-0/+27
* Hush clang-tidy warning about copying UidRangeParcel.Bernie Innocenti2018-11-211-1/+1
* Refactor UidRange by using stable aidl structureLuke Huang2018-10-251-15/+39
* Put most of netd into the android::net namespace.Lorenzo Colitti2017-02-141-1/+6
* UidRanges: use class instead of pair<uid_t, uid_t>Robin Lee2016-12-061-15/+23
* Add a binder IPC to close socket connections.Lorenzo Colitti2016-04-261-1/+1
* Server API to only allow networking by VPN appsRobin Lee2016-04-191-0/+9
* Kill sockets when a VPN comes up.Lorenzo Colitti2016-04-141-0/+17
* Add full support for UIDs in VPNs.Sreeram Ramachandran2014-07-071-2/+8
* Add UID range support to VPNs.Sreeram Ramachandran2014-07-011-0/+77