summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/NativeDaemonConnector.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-08-23Add a simple test for NetworkManagementService.Lorenzo Colitti
2013-06-28am b8292830: resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes
2013-06-28resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes
2013-06-28resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes
2013-06-28Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes
2013-06-10resolved conflicts for merge of e96a8207 to masterKenny Root
2013-06-07Avoid logging sensitive data.Jeff Sharkey
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-02-25Require command and argument separation, cleanup.Jeff Sharkey
2012-11-12Useful annotations for code documentation.Jeff Sharkey
2012-06-07Fix a sync problem in NativeDaemonConnector.Robert Greenwalt
2012-05-24Modify logging to debug this issueRobert Greenwalt
2012-05-15Add some logging to NDC.Robert Greenwalt
2012-04-20Allow quoted strings from NativeDaemonConnectorRobert Greenwalt
2012-03-13Record the trimmed cmd string for logsRobert Greenwalt
2012-02-29Make NDC not block forever and handle restart.Robert Greenwalt
2012-02-07Revert "Make NDC not block forever and handle restart."Guang Zhu
2012-02-07Make NDC not block forever and handle restart.Robert Greenwalt
2012-02-02Add some logging to NDC.Robert Greenwalt
2012-01-20Log netd traffic nicely.Robert Greenwalt
2011-12-02Move native netd calls to varargs.Jeff Sharkey
2011-11-29Move NativeDaemonConnector to varargs.Jeff Sharkey
2011-10-17Validate commands and arguments.Jeff Sharkey
2011-08-10Add NativeDaemonConnector users to watchdog.Jeff Sharkey
2011-08-03NativeDaemonConnector: offload callbacks to another thread.Chia-chi Yeh
2011-02-07am 9204644d: Merge "Fix a race condition in NativeDaemonConnector"Brad Fitzpatrick
2011-02-07Fix a race condition in NativeDaemonConnectoranga
2011-01-16Do not add unsolicited events to queueIrfan Sheriff
2010-09-22Cleanup Netd to prevent getting hung.Robert Greenwalt
2010-09-02Fix buffer compacting in NativeDaemonConnectorKenny Root
2010-06-01Add more error checking for ndcKenny Root
2010-03-22Compact when NativeDaemonConnector hits buffer limitKenny Root
2010-03-01Switch the services library to using the new SlogJoe Onorato
2010-02-17NativeDaemonConnector: Improve bad list IPC diagnosticsSan Mehat
2010-02-08NativeDaemonConnector: Improve error reporting and debug formattingSan Mehat
2010-02-03NativeDaemonConnector: Improve NativeDaemonException reporting to include the...San Mehat
2010-01-29NativeDaemonConnector: Cleanup socket code and use a proper exceptionSan Mehat
2010-01-26NativeDaemonConnector: fix doListCommand() to return *all* list elementsSan Mehat
2010-01-20NativeDaemonConnector: Add a convenience method for obtaining listsSan Mehat
2010-01-12services: Introduce NativeDaemonConnector classSan Mehat