summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-092-21/+205
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-0917-469/+469
* compat: Removed separate header: apply per-version changes in the codePaul Kocialkowski2013-02-095-61/+61
* sec: Rewrite SIM I/O functionsPaul Kocialkowski2013-02-092-34/+55
* MISC: Timezone can be negative: handle that case as wellPaul Kocialkowski2013-02-081-2/+3
* PWR: Report power states and return to RILJ properlyPaul Kocialkowski2012-12-162-24/+20
* RFS: Export ipc_rfs_send function prototypePaul Kocialkowski2012-12-152-2/+3
* SAT: Rename STK functions, disable STK by defaultPaul Kocialkowski2012-12-154-18/+37
* Copyright: Corrected email addressPaul Kocialkowski2012-11-1924-24/+24
* Disp: Report RSSI properly with newer versionPaul Kocialkowski2012-11-182-11/+20
* TODO: Removed implemented GPRS functionsPaul Kocialkowski2012-11-121-7/+0
* SRS: Set non-blocking flag without overridePaul Kocialkowski2012-11-121-1/+4
* GPRS: Pass CID to activate/deactivate IPC functionsPaul Kocialkowski2012-11-111-2/+2
* SRS: Rework to handle multiple clients in a better wayPaul Kocialkowski2012-11-054-123/+436
* Updated copyright informationPaul Kocialkowski2012-11-0422-20/+22
* SMS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-044-316/+302
* SMS: Process next incoming message after failurePaul Kocialkowski2012-11-042-10/+17
* SMS: Use lists stored in ril_data instead of global tpid tablePaul Kocialkowski2012-11-013-99/+142
* GEN: Change function name to match naming stylePaul Kocialkowski2012-11-011-2/+2
* GPRS: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-013-91/+135
* GEN: Use lists stored in ril_data instead of global tablePaul Kocialkowski2012-11-013-79/+104
* PWR: Fix typo errorPaul Kocialkowski2012-11-011-1/+1
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-0121-694/+858
* Call: return NULL and 0 len when no calls are to be listedPaul Kocialkowski2012-09-191-0/+7
* SEC: Avoid garbage when sending SIM IOPaul Kocialkowski2012-09-141-17/+15
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-092-5/+5
* GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALLPaul Kocialkowski2012-09-075-35/+101
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-064-81/+83
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-2810-18/+18
* SRS: Use different socket type based on RIL versionPaul Kocialkowski2012-08-281-1/+4
* Rework SRS to support multiple clientsAlexander Tarasikov2012-08-274-133/+113
* Synchronize ril and ipc notificationsAlexander Tarasikov2012-08-261-2/+24
* Only fake ril version on jellybeanAlexander Tarasikov2012-08-251-1/+5
* Fix compiling gprs on GingerbreadAlexander Tarasikov2012-08-251-3/+11
* Fix GPRS on ICS/JBAlexander Tarasikov2012-08-252-70/+158
* compat: fix data fail causeAlexander Tarasikov2012-08-241-0/+1
* Merge remote-tracking branch 'ksys/master' into replicant-mergeAlexander Tarasikov2012-08-2413-52/+249
|\
| * Use RADIO_STATE_ON on ICS/JB onlyAlexander Tarasikov2012-08-243-3/+5
| * Add a pointer check to ipc_net_plmn_selAlexander Tarasikov2012-08-231-3/+12
| * Add the compat.h header to multiple Android treesAlexander Tarasikov2012-08-234-27/+56
| * Use RADIO_STATE_ONAlexander Tarasikov2012-08-202-3/+5
| * Switch to v6 structures (mostly a cosmetic change)Alexander Tarasikov2012-08-201-6/+6
| * Hack RIL_VERSION to make voice calls work on jellybeanAlexander Tarasikov2012-07-251-1/+1
| * Fix some compilation warningsAlexander Tarasikov2012-07-259-36/+52
| * Fix compilation on jellybeanAlexander Tarasikov2012-07-233-2/+18
| * Fix ussd message corruptionAlexander Tarasikov2012-07-131-1/+1
| * Move SmsCodingScheme to utils.c for future reuseAlexander Tarasikov2012-07-133-38/+42
| * Fix USSD encoding for all GSM7/UCS2/ASCII casesAlexander Tarasikov2012-07-131-5/+45