summaryrefslogtreecommitdiffstats
path: root/client/FwmarkClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FwmarkServer support for querying whether a UID can access a NetIDPaul Jensen2015-05-061-16/+20
* Avoid leaking file descriptorsNick Kralevich2015-01-311-1/+1
* Add missing <string.h> include.Elliott Hughes2015-01-281-0/+1
* Include what you use: <errno.h>.Elliott Hughes2014-12-291-0/+1
* Return negative errno (instead of positive) on failure.Sreeram Ramachandran2014-06-231-3/+3
* Return errors explicitly instead of using errno.Sreeram Ramachandran2014-06-201-11/+7
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-211-3/+2
* Move netd_client into netd.Sreeram Ramachandran2014-05-211-0/+96