summaryrefslogtreecommitdiff
path: root/libsysutils/src/SocketClient.cpp
AgeCommit message (Expand)Author
2020-07-31SocketClient: don't ignore SIGPIPETom Cherry
2018-09-17Suppress implicit-fallthrough warnings.Chih-Hung Hsieh
2018-07-24[libsysutils] Modernize codebase by replacing NULL with nullptrYi Kong
2016-10-20system/core: preparation to pull back interfaces from android/log.hMark Salyzyn
2016-09-30system/core Replace cutils/log.h with android/log.hMark Salyzyn
2015-01-28Add missing <malloc.h> and <string.h> includes.Elliott Hughes
2014-11-10Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885.Elliott Hughes
2014-11-10When new error happend,then errno should be updated accordingly.Bo Huang
2014-01-31libsysutil: frequent native crash /system/bin/voldMark Salyzyn
2014-01-27libsysutils: Add iovec/runOnEachSocketMark Salyzyn
2013-05-20libsysutils: fix null pointer and memory leak issueHong-Mei Li
2012-05-30am 7bb1b958: am ff856a2b: Merge "Add error handling to SocketClient::sendData"Robert Greenwalt
2012-05-29Add error handling to SocketClient::sendDataMattias Falk
2012-04-20Add ability to quote responses as needed.Robert Greenwalt
2012-03-12Do not generate SIGPIPE errors in SocketCLient.Selim Gurun
2012-03-09Fix pointer arith.Robert Greenwalt
2012-03-07Add a utility function to send a code + binary msgSelim Gurun
2012-03-05New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt
2012-02-07Revert "New NativeDaemonConnector protocol adds a seqnum."Guang Zhu
2012-02-07New NativeDaemonConnector protocol adds a seqnum.Robert Greenwalt
2011-09-29Fix SocketListener socket leak issue.Xianzhu Wang
2011-03-17Fix potential race introduced in Icd7f5f03Brad Fitzpatrick
2011-03-17SocketClient: add optional reference countingBrad Fitzpatrick
2011-01-19libsysutils: Handle EINTR in SocketClient::sendData()David 'Digit' Turner
2010-11-02Permit 0 length writes.Brad Fitzpatrick
2010-10-27Let SocketClient users write binary data to clients.Brad Fitzpatrick
2010-09-14Fetch peer credentials for local socketsKenny Root
2010-03-25system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat
2009-06-15libsysutils: Move to a null terminated string protocol using space as a field...San Mehat
2009-05-29libsysutils: Fix command argument passing bug + whitespace cleanupSan Mehat
2009-05-20libsysutils: const correctness fixes + remove some debuggingSan Mehat
2009-05-13libsysutils: General clean up + disable build in simulator buildsSan Mehat
2009-05-12libsysutils: Tweak SocketListener and friendsSan Mehat
2009-05-10libsysutils: Add multiple client support and fix some bugsSan Mehat