aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_util.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer official Samsung IPC protocol namesPaul Kocialkowski2014-02-081-172/+172
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-2/+1
* ipc_util: Print messages lengthsreplicant-4.2-0002Paul Kocialkowski2014-01-231-8/+8
* svc: Relevant messages and structures definitionsPaul Kocialkowski2013-08-251-0/+18
* Rename ipc_header to ipc_fmt_header, add ipc_rfs_header and utility functionsPaul Kocialkowski2013-07-031-4/+28
* Remove file read functions from ipc_utilPaul Kocialkowski2013-07-031-92/+0
* New utilities (not exposed by the API) for various I/O and ipc fill functionsPaul Kocialkowski2013-06-281-1/+32
* ipc util: Do not use strdup, to avoid memory leakPaul Kocialkowski2013-06-271-188/+317
* Coding style: Move ; around in for statementsPaul Kocialkowski2013-06-251-2/+2
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-2/+4
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-1/+1
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-251-1/+2
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
* samsung-ipc: cleanup to match common code styleSimon Busch2012-09-211-18/+21
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
* sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUSSimon Busch2012-08-291-1/+1
* Reformat log output for received/sent messagesSimon Busch2012-08-281-4/+4
* Use correct helper method to print request typeSimon Busch2012-08-281-1/+1
* First round of fixing unnecessary warningsSimon Busch2012-08-081-4/+6
* Prefix method correctly with ipc_client_Simon Busch2012-08-081-12/+12
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-0/+66
* Fixed coding style: space after if, for, while, etcPaulK2012-02-011-12/+12
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-7/+7
* Updated ipc_command_to_str and replaced sms.h tabs by spacesPaulK2011-12-301-107/+116
* Finished crespo RFS implementation and code cleanupPaulK2011-12-301-1/+1
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-071-2/+155
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-0/+17
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
* types: revert indi/noti/resp renameJoerie de Gram2011-10-281-6/+6
* Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs andr...Simon Busch2011-10-171-1/+1
* Use strdup when returning a string in ipc_command_type_to_string methodSimon Busch2011-10-141-1/+2
* Several updates regarding better vala api description supportSimon Busch2011-10-131-4/+4
* Rename response types and export them together with request ones in the vapiSimon Busch2011-10-101-6/+6
* Add missing source filesSimon Busch2011-08-241-0/+151