summaryrefslogtreecommitdiffstats
path: root/libsysutils
Commit message (Expand)AuthorAgeFilesLines
...
| * am f819d023: Merge "libsysutils: SocketListener: handle recv errors more grac...Nick Kralevich2011-04-271-2/+3
| |\
| | * libsysutils: SocketListener: handle recv errors more gracefully.Vernon Tang2011-04-271-2/+3
| * | am b620a0b1: Validate sender credentials on netlink msg receiveNick Kralevich2011-04-181-3/+26
| |\ \ | | |/ | |/|
| | * Validate sender credentials on netlink msg receiveNick Kralevich2011-04-181-3/+26
* | | am d94bbc32: am 6bc08280: Validate sender credentials on netlink msg receiveNick Kralevich2011-04-191-3/+26
|\ \ \
| * | | Validate sender credentials on netlink msg receiveNick Kralevich2011-04-191-3/+26
* | | | am cb1e616e: am 7c556549: Merge changes Icdefb5ff,Icd7f5f03Brad Fitzpatrick2011-03-292-3/+30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix potential race introduced in Icd7f5f03Brad Fitzpatrick2011-03-222-16/+22
| * | SocketClient: add optional reference countingBrad Fitzpatrick2011-03-222-2/+23
| * | libsysutils: Fix a file descriptor leak.David 'Digit' Turner2011-03-221-0/+1
| * | libsysutils: Fix race condition in SocketListener thread.David 'Digit' Turner2011-03-221-26/+51
| * | libsysutils: Handle EINTR in SocketClient::sendData()David 'Digit' Turner2011-03-221-13/+29
| * | Permit 0 length writes.Brad Fitzpatrick2011-01-061-0/+4
| * | Let SocketClient users write binary data to clients.Brad Fitzpatrick2011-01-061-5/+13
* | | libsysutils: do not build for TINY_ANDROIDBrian Swetland2011-01-231-0/+2
* | | libsysutils: Fix a file descriptor leak.David 'Digit' Turner2011-01-211-0/+1
* | | libsysutils: Handle EINTR in FrameworkClient.cppDavid 'Digit' Turner2011-01-191-4/+6
* | | libsysutils: Fix potential overwrites in FrameworkListenerDavid 'Digit' Turner2011-01-191-5/+25
* | | libsysutils: Fix race condition in SocketListener thread.David 'Digit' Turner2011-01-191-26/+51
* | | libsysutils: Handle EINTR in SocketClient::sendData()David 'Digit' Turner2011-01-191-13/+29
* | | libsysutils: Fix wait loop in ServiceManager::start and ::stopDavid 'Digit' Turner2011-01-191-12/+54
* | | libsysutils: Handle EINTR in NetlinkListenerDavid 'Digit' Turner2011-01-191-1/+2
* | | libsysutils: Fix NetLinkEvent security issues.David 'Digit' Turner2011-01-191-15/+46
* | | Add missing headers for compilation on x86 targetsOlivier Bailly2010-11-172-0/+2
* | | Permit 0 length writes.Brad Fitzpatrick2010-11-021-0/+4
* | | Let SocketClient users write binary data to clients.Brad Fitzpatrick2010-10-271-5/+13
|/ /
* | am 6fd75635: Merge "Fetch peer credentials for local sockets" into gingerbreadKenny Root2010-09-141-2/+18
|\ \ | |/
| * Fetch peer credentials for local socketsKenny Root2010-09-141-2/+18
* | am 40c2b7cb: Merge "Add missing lock in SocketListener." into gingerbreadBrad Fitzpatrick2010-09-141-0/+1
|\ \ | |/
| * Merge "Add missing lock in SocketListener." into gingerbreadBrad Fitzpatrick2010-09-141-0/+1
| |\
| | * Add missing lock in SocketListener.Brad Fitzpatrick2010-09-141-0/+1
* | | am f31d2ed1: Return false on socket read errorKenny Root2010-09-141-1/+1
|\ \ \ | |/ /
| * | Return false on socket read errorKenny Root2010-09-141-1/+1
| |/
* | libsysutils: reimplement NetlinkEvent::findParam in the proper wayChih-Wei Huang2010-07-141-7/+5
|/
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-258-30/+30
* sysutils: Add dump() to NetlinkEventSan Mehat2009-12-241-0/+10
* merge from open-source masterJean-Baptiste Queru2009-10-142-4/+4
|\
| * libsysutils: Fix some bugs in NetlinkListener and NetlinkEventSan Mehat2009-10-102-4/+4
* | nexus: Rollup update for nexusSan Mehat2009-07-102-16/+103
|/
* libsysutils: Move to a null terminated string protocol using space as a field...San Mehat2009-06-154-27/+21
* libsysutils: Fix command argument passing bug + whitespace cleanupSan Mehat2009-05-294-9/+10
* libsysutils: const correctness fixes + remove some debuggingSan Mehat2009-05-203-15/+15
* libsysutils: Introduce 'ServiceManager', for starting/stopping init servicesSan Mehat2009-05-152-0/+74
* libsysutils: General clean up + disable build in simulator buildsSan Mehat2009-05-134-15/+12
* Fix sim build (need explicit -lpthread).Andy McFadden2009-05-131-0/+4
* libsysutils: Fix bug where we'd leak our control pipes when closing down a li...San Mehat2009-05-121-7/+3
* libsysutils: Send command arguments to the command, not the command again :PSan Mehat2009-05-121-1/+2
* libsysutils: Tweak SocketListener and friendsSan Mehat2009-05-123-30/+54
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-108-146/+241
* libsysutils: Add string.h to includesSan Mehat2009-05-073-0/+3