summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gprs: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-20/+117
* gen: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-6/+2
* disp: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-10/+24
* call: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-162/+158
* srs: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-135/+132
* ipc: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-135/+183
* client: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-302-37/+38
* pwr: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-302-26/+21
* snd: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-302-15/+36
* rfs: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-301-16/+32
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-3023-272/+220
* ipc: Set ipc message structure to 0 and double check before freeingPaul Kocialkowski2013-03-231-1/+3
* disp: Log signal strengthPaul Kocialkowski2013-03-081-0/+2
* pwr: Handle phone reset messagePaul Kocialkowski2013-03-073-0/+10
* sec: Use correct SIM ready status valuePaul Kocialkowski2013-03-071-3/+2
* disp: Report signal strength from icon infoPaul Kocialkowski2013-03-071-15/+48
* pwr: Complete request even if last state seems not to matchPaul Kocialkowski2013-03-071-4/+2
* SRS: srs-client library, proper structures for protocol dataPaul Kocialkowski2013-03-075-21/+475
* pwr: Wait for IPC_PWR_PHONE_PWR_UP to complete startupPaul Kocialkowski2013-03-063-1/+8
* Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) supportPaul Kocialkowski2013-03-061-0/+10
* sec: Handle various SIM I/O message formats based on SIM ICC typePaul Kocialkowski2013-02-094-44/+296
* 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