index
:
Project-1CE/frameworks_base
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
/
services
/
java
/
com
/
android
/
server
/
NativeDaemonConnector.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-08-23
Add a simple test for NetworkManagementService.
Lorenzo Colitti
2013-06-28
am b8292830: resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aosp
Elliott Hughes
2013-06-28
resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aosp
Elliott Hughes
2013-06-28
resolved conflicts for merge of fca0f92e to stage-aosp-master
Elliott Hughes
2013-06-28
Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
Elliott Hughes
2013-06-10
resolved conflicts for merge of e96a8207 to master
Kenny Root
2013-06-07
Avoid logging sensitive data.
Jeff Sharkey
2013-05-02
Start combining threads in system process.
Dianne Hackborn
2013-02-25
Require command and argument separation, cleanup.
Jeff Sharkey
2012-11-12
Useful annotations for code documentation.
Jeff Sharkey
2012-06-07
Fix a sync problem in NativeDaemonConnector.
Robert Greenwalt
2012-05-24
Modify logging to debug this issue
Robert Greenwalt
2012-05-15
Add some logging to NDC.
Robert Greenwalt
2012-04-20
Allow quoted strings from NativeDaemonConnector
Robert Greenwalt
2012-03-13
Record the trimmed cmd string for logs
Robert Greenwalt
2012-02-29
Make NDC not block forever and handle restart.
Robert Greenwalt
2012-02-07
Revert "Make NDC not block forever and handle restart."
Guang Zhu
2012-02-07
Make NDC not block forever and handle restart.
Robert Greenwalt
2012-02-02
Add some logging to NDC.
Robert Greenwalt
2012-01-20
Log netd traffic nicely.
Robert Greenwalt
2011-12-02
Move native netd calls to varargs.
Jeff Sharkey
2011-11-29
Move NativeDaemonConnector to varargs.
Jeff Sharkey
2011-10-17
Validate commands and arguments.
Jeff Sharkey
2011-08-10
Add NativeDaemonConnector users to watchdog.
Jeff Sharkey
2011-08-03
NativeDaemonConnector: offload callbacks to another thread.
Chia-chi Yeh
2011-02-07
am 9204644d: Merge "Fix a race condition in NativeDaemonConnector"
Brad Fitzpatrick
2011-02-07
Fix a race condition in NativeDaemonConnector
anga
2011-01-16
Do not add unsolicited events to queue
Irfan Sheriff
2010-09-22
Cleanup Netd to prevent getting hung.
Robert Greenwalt
2010-09-02
Fix buffer compacting in NativeDaemonConnector
Kenny Root
2010-06-01
Add more error checking for ndc
Kenny Root
2010-03-22
Compact when NativeDaemonConnector hits buffer limit
Kenny Root
2010-03-01
Switch the services library to using the new Slog
Joe Onorato
2010-02-17
NativeDaemonConnector: Improve bad list IPC diagnostics
San Mehat
2010-02-08
NativeDaemonConnector: Improve error reporting and debug formatting
San Mehat
2010-02-03
NativeDaemonConnector: Improve NativeDaemonException reporting to include the...
San Mehat
2010-01-29
NativeDaemonConnector: Cleanup socket code and use a proper exception
San Mehat
2010-01-26
NativeDaemonConnector: fix doListCommand() to return *all* list elements
San Mehat
2010-01-20
NativeDaemonConnector: Add a convenience method for obtaining lists
San Mehat
2010-01-12
services: Introduce NativeDaemonConnector class
San Mehat