summaryrefslogtreecommitdiffstats
path: root/gen.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* GEN: Change function name to match naming stylePaul Kocialkowski2012-11-011-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GEN: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-011-70/+91
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-3/+3
| | | | | | | | | | | * 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>
* Updated ToDo listPaulK2012-04-031-0/+3
|
* Improved SMS stability (now it's stable), still no multi-message, plus bug fixesPaulK2012-01-011-0/+21
|
* Added RFS functions and IPC_GEN_PHONE_RES proper handling, applied to dataPaulK2011-12-311-0/+154