summaryrefslogtreecommitdiffstats
path: root/sms.c
Commit message (Expand)AuthorAgeFilesLines
* Samsung-RIL rewrite: harder, better, probably not faster but definitely strongerPaul Kocialkowski2014-08-071-668/+373
* RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2013-12-201-27/+27
* Send internal SMS to alert the user when an important crash just happenedPaul Kocialkowski2013-09-291-0/+46
* Check modem state before RIL requests and properly report it on crashPaul Kocialkowski2013-09-281-0/+12
* sms: Write/delete SMS on SIM supportPaul Kocialkowski2013-09-011-0/+142
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-2/+2
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-8/+6
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-2/+2
* sms: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-93/+71
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-16/+16
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-70/+70
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
* SMS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-041-288/+284
* SMS: Process next incoming message after failurePaul Kocialkowski2012-11-041-10/+16
* SMS: Use lists stored in ril_data instead of global tpid tablePaul Kocialkowski2012-11-011-93/+125
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-20/+20
* GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALLPaul Kocialkowski2012-09-071-1/+5
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-4/+4
* Use RADIO_STATE_ON on ICS/JB onlyAlexander Tarasikov2012-08-241-1/+1
* Use RADIO_STATE_ONAlexander Tarasikov2012-08-201-1/+1
* Fix some compilation warningsAlexander Tarasikov2012-07-251-2/+2
* Removed unused code realted to SIM and typo on SMSPaulK2012-03-291-2/+2
* Added support for SMS Multipart messagesPaulK2012-01-071-27/+96
* Improved SMS stability (now it's stable), still no multi-message, plus bug fixesPaulK2012-01-011-94/+483
* Added preliminary RFS support, code cleanup, completed TODO listPaulK2011-12-291-26/+30
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-104/+124
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-59/+152
* Temporary initial commitJoerie de Gram2011-10-291-0/+130