summaryrefslogtreecommitdiffstats
path: root/libsysutils/src/SocketClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SocketListener socket leak issue.Xianzhu Wang2011-09-291-1/+9
* Fix potential race introduced in Icd7f5f03Brad Fitzpatrick2011-03-171-14/+17
* SocketClient: add optional reference countingBrad Fitzpatrick2011-03-171-0/+21
* libsysutils: Handle EINTR in SocketClient::sendData()David 'Digit' Turner2011-01-191-13/+29
* Permit 0 length writes.Brad Fitzpatrick2010-11-021-0/+4
* Let SocketClient users write binary data to clients.Brad Fitzpatrick2010-10-271-5/+13
* Fetch peer credentials for local socketsKenny Root2010-09-141-2/+18
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-2/+2
* libsysutils: Move to a null terminated string protocol using space as a field...San Mehat2009-06-151-12/+3
* libsysutils: Fix command argument passing bug + whitespace cleanupSan Mehat2009-05-291-2/+2
* libsysutils: const correctness fixes + remove some debuggingSan Mehat2009-05-201-10/+11
* libsysutils: General clean up + disable build in simulator buildsSan Mehat2009-05-131-2/+0
* libsysutils: Tweak SocketListener and friendsSan Mehat2009-05-121-14/+41
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-101-0/+41