summaryrefslogtreecommitdiffstats
path: root/libsysutils/src/SocketClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* libsysutil: frequent native crash /system/bin/voldMark Salyzyn2014-01-311-12/+24
* libsysutils: Add iovec/runOnEachSocketMark Salyzyn2014-01-271-19/+40
* libsysutils: fix null pointer and memory leak issueHong-Mei Li2013-05-201-1/+8
* am 7bb1b958: am ff856a2b: Merge "Add error handling to SocketClient::sendData"Robert Greenwalt2012-05-301-5/+5
|\
| * Add error handling to SocketClient::sendDataMattias Falk2012-05-291-5/+5
* | Add ability to quote responses as needed.Robert Greenwalt2012-04-201-0/+23
* | Do not generate SIGPIPE errors in SocketCLient.Selim Gurun2012-03-121-1/+1
* | Fix pointer arith.Robert Greenwalt2012-03-091-8/+8
* | Add a utility function to send a code + binary msgSelim Gurun2012-03-071-4/+39
* | New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt2012-03-051-22/+37
* | Revert "New NativeDaemonConnector protocol adds a seqnum."Guang Zhu2012-02-071-21/+4
* | New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt2012-02-071-4/+21
|/
* 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