| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | snd: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-30 | 2 | -15/+36 |
* | rfs: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-30 | 1 | -16/+32 |
* | Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style | Paul Kocialkowski | 2013-03-30 | 23 | -272/+220 |
* | ipc: Set ipc message structure to 0 and double check before freeing | Paul Kocialkowski | 2013-03-23 | 1 | -1/+3 |
* | disp: Log signal strength | Paul Kocialkowski | 2013-03-08 | 1 | -0/+2 |
* | pwr: Handle phone reset message | Paul Kocialkowski | 2013-03-07 | 3 | -0/+10 |
* | sec: Use correct SIM ready status value | Paul Kocialkowski | 2013-03-07 | 1 | -3/+2 |
* | disp: Report signal strength from icon info | Paul Kocialkowski | 2013-03-07 | 1 | -15/+48 |
* | pwr: Complete request even if last state seems not to match | Paul Kocialkowski | 2013-03-07 | 1 | -4/+2 |
* | SRS: srs-client library, proper structures for protocol data | Paul Kocialkowski | 2013-03-07 | 5 | -21/+475 |
* | pwr: Wait for IPC_PWR_PHONE_PWR_UP to complete startup | Paul Kocialkowski | 2013-03-06 | 3 | -1/+8 |
* | Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) support | Paul Kocialkowski | 2013-03-06 | 1 | -0/+10 |
* | sec: Handle various SIM I/O message formats based on SIM ICC type | Paul Kocialkowski | 2013-02-09 | 4 | -44/+296 |
* | sec: Do not consider absent SIM state as unknown | Paul Kocialkowski | 2013-02-09 | 1 | -0/+1 |
* | sec: Assume SIM is ready when phonebook init is complete | Paul Kocialkowski | 2013-02-09 | 1 | -3/+1 |
* | sec: Send SIM I/O requests one after another | Paul Kocialkowski | 2013-02-09 | 2 | -21/+205 |
* | Change coding style: add a space after if, for and while | Paul Kocialkowski | 2013-02-09 | 17 | -469/+469 |
* | compat: Removed separate header: apply per-version changes in the code | Paul Kocialkowski | 2013-02-09 | 5 | -61/+61 |
* | sec: Rewrite SIM I/O functions | Paul Kocialkowski | 2013-02-09 | 2 | -34/+55 |
* | MISC: Timezone can be negative: handle that case as well | Paul Kocialkowski | 2013-02-08 | 1 | -2/+3 |
* | PWR: Report power states and return to RILJ properly | Paul Kocialkowski | 2012-12-16 | 2 | -24/+20 |
* | RFS: Export ipc_rfs_send function prototype | Paul Kocialkowski | 2012-12-15 | 2 | -2/+3 |
* | SAT: Rename STK functions, disable STK by default | Paul Kocialkowski | 2012-12-15 | 4 | -18/+37 |
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 24 | -24/+24 |
* | Disp: Report RSSI properly with newer version | Paul Kocialkowski | 2012-11-18 | 2 | -11/+20 |
* | TODO: Removed implemented GPRS functions | Paul Kocialkowski | 2012-11-12 | 1 | -7/+0 |
* | SRS: Set non-blocking flag without override | Paul Kocialkowski | 2012-11-12 | 1 | -1/+4 |
* | GPRS: Pass CID to activate/deactivate IPC functions | Paul Kocialkowski | 2012-11-11 | 1 | -2/+2 |
* | SRS: Rework to handle multiple clients in a better way | Paul Kocialkowski | 2012-11-05 | 4 | -123/+436 |
* | Updated copyright information | Paul Kocialkowski | 2012-11-04 | 22 | -20/+22 |
* | SMS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-04 | 4 | -316/+302 |
* | SMS: Process next incoming message after failure | Paul Kocialkowski | 2012-11-04 | 2 | -10/+17 |
* | SMS: Use lists stored in ril_data instead of global tpid table | Paul Kocialkowski | 2012-11-01 | 3 | -99/+142 |
* | GEN: Change function name to match naming style | Paul Kocialkowski | 2012-11-01 | 1 | -2/+2 |
* | GPRS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 3 | -91/+135 |
* | GEN: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 3 | -79/+104 |
* | PWR: Fix typo error | Paul Kocialkowski | 2012-11-01 | 1 | -1/+1 |
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 21 | -694/+858 |
* | Call: return NULL and 0 len when no calls are to be listed | Paul Kocialkowski | 2012-09-19 | 1 | -0/+7 |
* | SEC: Avoid garbage when sending SIM IO | Paul Kocialkowski | 2012-09-14 | 1 | -17/+15 |
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-09 | 2 | -5/+5 |
* | GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALL | Paul Kocialkowski | 2012-09-07 | 5 | -35/+101 |
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-06 | 4 | -81/+83 |
* | Cosmetics: removed lines with tabs or spaces | Paul Kocialkowski | 2012-08-28 | 10 | -18/+18 |
* | SRS: Use different socket type based on RIL version | Paul Kocialkowski | 2012-08-28 | 1 | -1/+4 |
* | Rework SRS to support multiple clients | Alexander Tarasikov | 2012-08-27 | 4 | -133/+113 |
* | Synchronize ril and ipc notifications | Alexander Tarasikov | 2012-08-26 | 1 | -2/+24 |
* | Only fake ril version on jellybean | Alexander Tarasikov | 2012-08-25 | 1 | -1/+5 |
* | Fix compiling gprs on Gingerbread | Alexander Tarasikov | 2012-08-25 | 1 | -3/+11 |
* | Fix GPRS on ICS/JB | Alexander Tarasikov | 2012-08-25 | 2 | -70/+158 |