summaryrefslogtreecommitdiffstats
path: root/sec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-4/+4
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-9/+7
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-1/+1
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-6/+6
* sec: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-117/+137
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-16/+16
* sec: Use correct SIM ready status valuePaul Kocialkowski2013-03-071-3/+2
* sec: Handle various SIM I/O message formats based on SIM ICC typePaul Kocialkowski2013-02-091-43/+180
* sec: Do not consider absent SIM state as unknownPaul Kocialkowski2013-02-091-0/+1
* sec: Assume SIM is ready when phonebook init is completePaul Kocialkowski2013-02-091-3/+1
* sec: Send SIM I/O requests one after anotherPaul Kocialkowski2013-02-091-19/+188
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-32/+32
* compat: Removed separate header: apply per-version changes in the codePaul Kocialkowski2013-02-091-2/+14
* sec: Rewrite SIM I/O functionsPaul Kocialkowski2013-02-091-33/+54
* PWR: Report power states and return to RILJ properlyPaul Kocialkowski2012-12-161-5/+0
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-96/+95
* SEC: Avoid garbage when sending SIM IOPaul Kocialkowski2012-09-141-17/+15
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-091-1/+1
* GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALLPaul Kocialkowski2012-09-071-1/+5
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-061-55/+57
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-3/+3
* Use RADIO_STATE_ON on ICS/JB onlyAlexander Tarasikov2012-08-241-2/+1
* Use RADIO_STATE_ONAlexander Tarasikov2012-08-201-2/+4
* Fix some compilation warningsAlexander Tarasikov2012-07-251-1/+1
* Removed unused code realted to SIM and typo on SMSPaulK2012-03-291-8/+2
* Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITINGPaulK2012-03-291-58/+52
* Followed libsamsung-ipc changes on ipc_sec_phone_lockPaulK2012-02-241-8/+8
* Massive rework of SIM handling, with new features SIM PIN-related.PaulK2012-02-241-0/+629