summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "libsysutils: Delete dead code: FrameworkClient"Treehugger Robot2018-06-072-79/+0
|\
| * libsysutils: Delete dead code: FrameworkClientBernie Innocenti2018-06-072-79/+0
* | Merge "Move per-file OWNERS directives to their directories."Lorenzo Colitti2018-06-062-0/+4
|\ \ | |/ |/|
| * Move per-file OWNERS directives to their directories.Lorenzo Colitti2018-06-052-0/+4
* | Revert "SocketListener: use poll() instead of select()"Kevin Rocard2018-06-053-68/+107
|/
* SocketListener: use poll() instead of select()Bernie Innocenti2018-05-253-107/+68
* Include iface index in the netlink eventChenbo Feng2018-03-061-0/+6
* Don't complain that the DNSSL RA option is "unknown".Lorenzo Colitti2017-11-281-0/+2
* Stop depending on libnl.Lorenzo Colitti2017-10-053-11/+44
* Mark the modules as VNDK in Android.bpJustin Yun2017-09-141-0/+3
* Remove old LOG_EVENT_* code from libsysutilsYifan Hong2017-07-112-3/+0
* libsysutils: Fix vold vulnerability in FrameworkListenerNIEJuhu2017-06-201-1/+1
* Mark libsysutils vendor_available.Jayant Chowdhary2017-05-241-0/+2
* libsysutils: Android.mk -> Android.bpSteven Moreland2017-04-242-27/+25
* There's no longer a limit to property names.Elliott Hughes2017-02-282-38/+16
* fix warning: Null pointer argument in call to memory comparison functionYunlian Jiang2017-02-081-2/+4
* Exporting C++ headers from system/coreVijay Venkatraman2017-01-2411-0/+768
* Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-207-7/+13
|\
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-207-7/+13
* | system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5Mark Salyzyn2016-09-308-48/+95
|\|
| * system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-308-48/+95
* | Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-10/+1
|\|
| * Merge "Most accept/accept4 calls in system/core don't actually want the remot...Elliott Hughes2016-08-231-10/+1
| |\
| | * Most accept/accept4 calls in system/core don't actually want the remote address.Elliott Hughes2016-08-231-10/+1
* | | Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
|\ \ \ | |/ / |/| |
| * | Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| |\ \
| | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| | |\ \
| | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6c am:...Connor O'Brien2016-08-191-3/+14
| | | |\ \
| | | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2 am: e9e046df6cConnor O'Brien2016-08-191-3/+14
| | | | |\ \
| | | | | * \ Fix vold vulnerability in FrameworkListener am: 470484d2a2Connor O'Brien2016-08-191-3/+14
| | | | | |\ \
| | | | | | * | Fix vold vulnerability in FrameworkListenerConnor O'Brien2016-08-191-3/+14
* | | | | | | | Merge "Clean up CLOEXEC in SocketListener." am: ed83cfba68Elliott Hughes2016-02-231-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Clean up CLOEXEC in SocketListener.Elliott Hughes2016-02-191-2/+1
* | | | | | | Tolerate RTM_DELADDR messages from deleted interfaces.Lorenzo Colitti2016-02-161-5/+3
|/ / / / / /
* / / / / / Switch from using sockaddr to sockaddr_storage.Erik Kline2015-12-071-3/+4
|/ / / / /
* | | | | Fix incorrectly sized buffer.Erik Kline2015-07-281-4/+4
* | | | | Qualify IPv6 link-local DNS servers with an interface nameErik Kline2015-06-181-6/+12
* | | | | Give SocketListener some FD_CLOEXEC.Jeff Sharkey2015-04-021-0/+2
* | | | | Revert "Sigh, more vendors linking against hidden APIs."Vineeta Srivastava2015-03-201-13/+0
* | | | | Sigh, more vendors linking against hidden APIs.Jeff Sharkey2015-03-161-0/+13
* | | | | Define enum class for NetlinkEvent actions.Jeff Sharkey2015-03-131-25/+13
|/ / / /
* | | | Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
* | | | Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefileTrevor Drake2015-01-241-3/+0
* | | | Extend to receive NFLOG packets.Jeff Sharkey2015-01-153-10/+65
* | | | Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885.Elliott Hughes2014-11-101-1/+2
* | | | When new error happend,then errno should be updated accordingly.Bo Huang2014-11-101-1/+2
|/ / /
* | | Support parsing netlink route messages.Lorenzo Colitti2014-06-201-0/+99
* | | Improvements to netlink event parsing.Lorenzo Colitti2014-06-202-107/+157
* | | libsysutil: turn on -Werror (part deux)Mark Salyzyn2014-05-012-5/+4
* | | libsysutil: turn off -WerrorMark Salyzyn2014-04-301-1/+1