summaryrefslogtreecommitdiffstats
path: root/call.c
Commit message (Collapse)AuthorAgeFilesLines
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-184/+499
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2013-12-201-7/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-4/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-4/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-161/+157
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-15/+15
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-8/+8
| | | | 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-31/+32
| | | | | | | | | | | * 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>
* Call: return NULL and 0 len when no calls are to be listedPaul Kocialkowski2012-09-191-0/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Call: Added last call fail cause supportPaul Kocialkowski2012-07-061-1/+38
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Added DTMF global sort of lock and set the functions to use gen_phone_resPaulK2012-02-251-7/+32
|
* Added Burst DTMF suppportPaulK2012-01-071-2/+56
|
* Consider numbers starting with "+" as international callsPaulK2011-12-301-1/+1
|
* Added preliminary RFS support, code cleanup, completed TODO listPaulK2011-12-291-22/+26
|
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-94/+111
|
* Added DTMF supportPaulK2011-12-071-0/+24
|
* Fixed call-related functionsPaulK2011-12-031-1/+22
|
* Temporary initial commitJoerie de Gram2011-10-291-0/+184