summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NativeDaemonConnector.java
Commit message (Expand)AuthorAgeFilesLines
* am b8292830: resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes2013-06-281-4/+4
|\
| * resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes2013-06-281-4/+4
| |\
| | * resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes2013-06-281-4/+4
| | |\
| | | * Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-4/+4
* | | | resolved conflicts for merge of e96a8207 to masterKenny Root2013-06-101-21/+55
|\ \ \ \ | |/ / /
| * | | Avoid logging sensitive data.Jeff Sharkey2013-06-071-21/+55
| |/ /
* | | Start combining threads in system process.Dianne Hackborn2013-05-021-4/+1
|/ /
* | Require command and argument separation, cleanup.Jeff Sharkey2013-02-251-57/+17
|/
* Useful annotations for code documentation.Jeff Sharkey2012-11-121-1/+2
* Fix a sync problem in NativeDaemonConnector.Robert Greenwalt2012-06-071-60/+69
* Modify logging to debug this issueRobert Greenwalt2012-05-241-2/+7
* Add some logging to NDC.Robert Greenwalt2012-05-151-0/+3
* Allow quoted strings from NativeDaemonConnectorRobert Greenwalt2012-04-201-1/+1
* Record the trimmed cmd string for logsRobert Greenwalt2012-03-131-40/+31
* Make NDC not block forever and handle restart.Robert Greenwalt2012-02-291-52/+181
* Revert "Make NDC not block forever and handle restart."Guang Zhu2012-02-071-175/+52
* Make NDC not block forever and handle restart.Robert Greenwalt2012-02-071-52/+175
* Add some logging to NDC.Robert Greenwalt2012-02-021-1/+9
* Log netd traffic nicely.Robert Greenwalt2012-01-201-4/+18
* Move native netd calls to varargs.Jeff Sharkey2011-12-021-6/+83
* Move NativeDaemonConnector to varargs.Jeff Sharkey2011-11-291-132/+159
* Validate commands and arguments.Jeff Sharkey2011-10-171-0/+7
* Add NativeDaemonConnector users to watchdog.Jeff Sharkey2011-08-101-34/+38
* NativeDaemonConnector: offload callbacks to another thread.Chia-chi Yeh2011-08-031-11/+27
* am 9204644d: Merge "Fix a race condition in NativeDaemonConnector"Brad Fitzpatrick2011-02-071-1/+2
|\
| * Fix a race condition in NativeDaemonConnectoranga2011-02-071-1/+2
* | Do not add unsolicited events to queueIrfan Sheriff2011-01-161-5/+7
|/
* Cleanup Netd to prevent getting hung.Robert Greenwalt2010-09-221-2/+6
* Fix buffer compacting in NativeDaemonConnectorKenny Root2010-09-021-0/+7
* Add more error checking for ndcKenny Root2010-06-011-6/+5
* Compact when NativeDaemonConnector hits buffer limitKenny Root2010-03-221-4/+13
* Switch the services library to using the new SlogJoe Onorato2010-03-011-18/+18
* NativeDaemonConnector: Improve bad list IPC diagnosticsSan Mehat2010-02-171-2/+6
* NativeDaemonConnector: Improve error reporting and debug formattingSan Mehat2010-02-081-5/+10
* NativeDaemonConnector: Improve NativeDaemonException reporting to include the...San Mehat2010-02-031-5/+9
* NativeDaemonConnector: Cleanup socket code and use a proper exceptionSan Mehat2010-01-291-31/+28
* NativeDaemonConnector: fix doListCommand() to return *all* list elementsSan Mehat2010-01-261-5/+1
* NativeDaemonConnector: Add a convenience method for obtaining listsSan Mehat2010-01-201-0/+37
* services: Introduce NativeDaemonConnector classSan Mehat2010-01-121-0/+239