summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Follow changes in libsamsung-ipc APIPaul Kocialkowski2013-07-035-226/+80
* Remove TODO listPaul Kocialkowski2013-03-311-8/+0
* plmn_list: Update script and listPaul Kocialkowski2013-03-312-181/+302
* Update copyright informationPaul Kocialkowski2013-03-3127-71/+44
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-318-28/+28
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-3112-64/+53
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-316-16/+16
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-317-35/+36
* ss: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-4/+26
* sms: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-93/+71
* sat: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-70/+75
* sec: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-122/+142
* net: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-312-150/+169
* misc: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-43/+72
* 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