index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsysutils
/
src
/
SocketClient.cpp
Age
Commit message (
Expand
)
Author
2020-07-31
SocketClient: don't ignore SIGPIPE
Tom Cherry
2018-09-17
Suppress implicit-fallthrough warnings.
Chih-Hung Hsieh
2018-07-24
[libsysutils] Modernize codebase by replacing NULL with nullptr
Yi Kong
2016-10-20
system/core: preparation to pull back interfaces from android/log.h
Mark Salyzyn
2016-09-30
system/core Replace cutils/log.h with android/log.h
Mark Salyzyn
2015-01-28
Add missing <malloc.h> and <string.h> includes.
Elliott Hughes
2014-11-10
Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885.
Elliott Hughes
2014-11-10
When new error happend,then errno should be updated accordingly.
Bo Huang
2014-01-31
libsysutil: frequent native crash /system/bin/vold
Mark Salyzyn
2014-01-27
libsysutils: Add iovec/runOnEachSocket
Mark Salyzyn
2013-05-20
libsysutils: fix null pointer and memory leak issue
Hong-Mei Li
2012-05-30
am 7bb1b958: am ff856a2b: Merge "Add error handling to SocketClient::sendData"
Robert Greenwalt
2012-05-29
Add error handling to SocketClient::sendData
Mattias Falk
2012-04-20
Add ability to quote responses as needed.
Robert Greenwalt
2012-03-12
Do not generate SIGPIPE errors in SocketCLient.
Selim Gurun
2012-03-09
Fix pointer arith.
Robert Greenwalt
2012-03-07
Add a utility function to send a code + binary msg
Selim Gurun
2012-03-05
New NativeDaemonConnector protocol adds a seqnum.
Robert Greenwalt
2012-02-07
Revert "New NativeDaemonConnector protocol adds a seqnum."
Guang Zhu
2012-02-07
New NativeDaemonConnector protocol adds a seqnum.
Robert Greenwalt
2011-09-29
Fix SocketListener socket leak issue.
Xianzhu Wang
2011-03-17
Fix potential race introduced in Icd7f5f03
Brad Fitzpatrick
2011-03-17
SocketClient: add optional reference counting
Brad Fitzpatrick
2011-01-19
libsysutils: Handle EINTR in SocketClient::sendData()
David 'Digit' Turner
2010-11-02
Permit 0 length writes.
Brad Fitzpatrick
2010-10-27
Let SocketClient users write binary data to clients.
Brad Fitzpatrick
2010-09-14
Fetch peer credentials for local sockets
Kenny Root
2010-03-25
system/core: Switch libsysutils & sched_policy LOG -> SLOG
San Mehat
2009-06-15
libsysutils: Move to a null terminated string protocol using space as a field...
San Mehat
2009-05-29
libsysutils: Fix command argument passing bug + whitespace cleanup
San Mehat
2009-05-20
libsysutils: const correctness fixes + remove some debugging
San Mehat
2009-05-13
libsysutils: General clean up + disable build in simulator builds
San Mehat
2009-05-12
libsysutils: Tweak SocketListener and friends
San Mehat
2009-05-10
libsysutils: Add multiple client support and fix some bugs
San Mehat