summaryrefslogtreecommitdiffstats
path: root/call.c
Commit message (Expand)AuthorAgeFilesLines
* call.c: Fix comments styleDenis 'GNUtoo' Carikli2021-02-281-6/+6
* call.c: break lines over 80 charactersDenis 'GNUtoo' Carikli2021-02-281-46/+95
* Convert to use separate SIM statusreplicant-6.0-0004-rc4Denis 'GNUtoo' Carikli2021-01-011-7/+7
* rename ril_has_reached_state to ril_radio_has_reached_stateDenis 'GNUtoo' Carikli2020-10-151-7/+7
* ril_radio_state_check: rename it to ril_has_reached_state to improve clarityDenis 'GNUtoo' Carikli2020-08-271-7/+7
* Silence warnings about unused parametersDenis 'GNUtoo' Carikli2019-07-241-6/+15
* Remove unused variablesDenis 'GNUtoo' Carikli2019-07-241-1/+0
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-184/+499
* RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2013-12-201-7/+7
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-4/+4
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-4/+4
* call: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-161/+157
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-15/+15
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-8/+8
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-31/+32
* Call: return NULL and 0 len when no calls are to be listedPaul Kocialkowski2012-09-191-0/+7
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-1/+1
* Call: Added last call fail cause supportPaul Kocialkowski2012-07-061-1/+38
* 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