summaryrefslogtreecommitdiffstats
path: root/ipc.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* ipc: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-135/+181
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-8/+8
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* ipc: Set ipc message structure to 0 and double check before freeingPaul Kocialkowski2013-03-231-1/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-38/+38
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-46/+46
| | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Using rc instead of calling the function in the if statementPaulK2012-02-011-2/+6
|
* Changed IPC Client to deal with new handlers common dataPaulK2012-01-141-9/+14
|
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-8/+25
|
* Added preliminary RFS support, code cleanup, completed TODO listPaulK2011-12-291-2/+175
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-0/+216