summaryrefslogtreecommitdiffstats
path: root/client/FwmarkClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel net tests fail in user buildmarkchien2019-07-101-17/+14
* Restore ANDROID_NO_USE_FWMARK_CLIENT for kernel testsBernie Innocenti2019-04-101-0/+16
* Remove DNS event reporting levelBernie Innocenti2019-01-211-16/+1
* Enable -Wsign-compare for netd and fix warningsBernie Innocenti2019-01-081-2/+2
* Return -EAFNOSUPPORT for invalid socketsRemi NGUYEN VAN2018-04-261-1/+1
* Untie libnetd_client.so from libcutilsdimitry2018-01-101-2/+5
* New commands for replacing qtaguid native APIChenbo Feng2017-11-091-1/+9
* Always report connect complete events on non-debuggable buildsMichal Karpinski2017-01-261-4/+15
* Add connect event reportingMichal Karpinski2016-10-271-7/+11
* Benchmarks for network metrics reportingRobin Lee2016-10-271-1/+5
* Remove unnecessary __attribute__((optnone)).Stephen Hines2015-08-181-1/+1
* am f86df558: Move local union such that it doesn\'t escape (and get optimized...Stephen Hines2015-08-181-5/+5
|\
| * Move local union such that it doesn't escape (and get optimized out).Stephen Hines2015-08-181-5/+5
* | WAR: Set optnone for FwmarkClient::send to work around LLVM update bug.Stephen Hines2015-08-161-1/+1
|/
* 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