summaryrefslogtreecommitdiffstats
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to use separate SIM statusHEADreplicant-6.0-0004-rc4masterDenis 'GNUtoo' Carikli2021-01-011-5/+5
* rename ril_has_reached_state to ril_radio_has_reached_stateDenis 'GNUtoo' Carikli2020-10-151-5/+5
* Add missing stdio.h include for asprintfDenis 'GNUtoo' Carikli2020-08-271-0/+2
* ril_radio_state_check: rename it to ril_has_reached_state to improve clarityDenis 'GNUtoo' Carikli2020-08-271-5/+5
* Silence warnings about unused parametersDenis 'GNUtoo' Carikli2019-07-241-5/+12
* misc: IMSI requires SIM ready statePaul Kocialkowski2014-08-201-1/+1
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-174/+188
* RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2013-12-201-11/+11
* misc: Complete NITZ reportPaul Kocialkowski2013-09-291-1/+1
* misc: Check for IPC message type properlyPaul Kocialkowski2013-09-291-14/+16
* Check modem state before RIL requests and properly report it on crashPaul Kocialkowski2013-09-281-19/+16
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-1/+1
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-9/+9
* misc: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-43/+72
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-7/+7
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-17/+17
* MISC: Timezone can be negative: handle that case as wellPaul Kocialkowski2013-02-081-2/+3
* 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-43/+47
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-1/+1
* Fix some compilation warningsAlexander Tarasikov2012-07-251-15/+29
* Fixed IMEI/Baseband infos once and for all!PaulK2012-02-241-4/+8
* Fixed IMEI/IMEISV (one request depends on the other one)PaulK2012-02-221-16/+67
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-43/+106
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-1/+81
* Temporary initial commitJoerie de Gram2011-10-291-0/+29