| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright information | Paul Kocialkowski | 2013-03-31 | 1 | -2/+1 |
* | Define and use RIL_TOKEN_NULL | Paul Kocialkowski | 2013-03-31 | 1 | -0/+1 |
* | sat: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -2/+2 |
* | sec: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -5/+5 |
* | net: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -2/+2 |
* | call: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -1/+1 |
* | ipc: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -0/+2 |
* | client: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-30 | 1 | -0/+2 |
* | pwr: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-30 | 1 | -1/+1 |
* | snd: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-30 | 1 | -1/+1 |
* | Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style | Paul Kocialkowski | 2013-03-30 | 1 | -12/+12 |
* | pwr: Handle phone reset message | Paul Kocialkowski | 2013-03-07 | 1 | -0/+1 |
* | pwr: Wait for IPC_PWR_PHONE_PWR_UP to complete startup | Paul Kocialkowski | 2013-03-06 | 1 | -0/+3 |
* | sec: Handle various SIM I/O message formats based on SIM ICC type | Paul Kocialkowski | 2013-02-09 | 1 | -1/+3 |
* | sec: Send SIM I/O requests one after another | Paul Kocialkowski | 2013-02-09 | 1 | -2/+17 |
* | compat: Removed separate header: apply per-version changes in the code | Paul Kocialkowski | 2013-02-09 | 1 | -1/+17 |
* | sec: Rewrite SIM I/O functions | Paul Kocialkowski | 2013-02-09 | 1 | -1/+1 |
* | SAT: Rename STK functions, disable STK by default | Paul Kocialkowski | 2012-12-15 | 1 | -5/+5 |
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 1 | -1/+1 |
* | SRS: Rework to handle multiple clients in a better way | Paul Kocialkowski | 2012-11-05 | 1 | -1/+1 |
* | Updated copyright information | Paul Kocialkowski | 2012-11-04 | 1 | -1/+1 |
* | SMS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-04 | 1 | -22/+18 |
* | SMS: Process next incoming message after failure | Paul Kocialkowski | 2012-11-04 | 1 | -0/+1 |
* | SMS: Use lists stored in ril_data instead of global tpid table | Paul Kocialkowski | 2012-11-01 | 1 | -5/+17 |
* | GPRS: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 1 | -4/+8 |
* | GEN: Use lists stored in ril_data instead of global table | Paul Kocialkowski | 2012-11-01 | 1 | -8/+13 |
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 1 | -77/+75 |
* | GPRS: Fixed style, compat and RIL_VERSION < 6 return data on SETUP_DATA_CALL | Paul Kocialkowski | 2012-09-07 | 1 | -0/+4 |
* | Stick to the latest libsamsung-ipc changes | Paul Kocialkowski | 2012-09-06 | 1 | -6/+6 |
* | Cosmetics: removed lines with tabs or spaces | Paul Kocialkowski | 2012-08-28 | 1 | -1/+1 |
* | Rework SRS to support multiple clients | Alexander Tarasikov | 2012-08-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'ksys/master' into replicant-merge | Alexander Tarasikov | 2012-08-24 | 1 | -0/+2 |
|\ |
|
| * | Add the compat.h header to multiple Android trees | Alexander Tarasikov | 2012-08-23 | 1 | -14/+1 |
| * | Fix some compilation warnings | Alexander Tarasikov | 2012-07-25 | 1 | -1/+2 |
| * | Fix compilation on jellybean | Alexander Tarasikov | 2012-07-23 | 1 | -0/+14 |
* | | GPRS: Get and store interface given the cid, cleanup and other fixes | Paul Kocialkowski | 2012-07-08 | 1 | -0/+1 |
* | | GPRS: Improved stability with status, fail cause and per-cid handling | Paul Kocialkowski | 2012-07-08 | 1 | -3/+21 |
* | | Call: Added last call fail cause support | Paul Kocialkowski | 2012-07-06 | 1 | -0/+3 |
|/ |
|
* | GPRS: port list and iface activation/deactivation support | PaulK | 2012-06-07 | 1 | -0/+3 |
* | Removed unused code realted to SIM and typo on SMS | PaulK | 2012-03-29 | 1 | -1/+0 |
* | Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITING | PaulK | 2012-03-29 | 1 | -0/+1 |
* | Added DTMF global sort of lock and set the functions to use gen_phone_res | PaulK | 2012-02-25 | 1 | -0/+2 |
* | Massive rework of SIM handling, with new features SIM PIN-related. | PaulK | 2012-02-24 | 1 | -5/+12 |
* | Fixed RSSI interpretation from icon_info messages | PaulK | 2012-02-22 | 1 | -0/+1 |
* | Cleaned code for network type selection and added stable PLMN selection | PaulK | 2012-02-22 | 1 | -2/+7 |
* | Fixed IPC_NET_MODE_SEL related functions | PaulK | 2012-02-21 | 1 | -1/+1 |
* | Added USSD support | PaulK | 2012-02-21 | 1 | -0/+8 |
* | Added very unclean data dactivation function | PaulK | 2012-01-14 | 1 | -0/+1 |
* | Added support for SMS Multipart messages | PaulK | 2012-01-07 | 1 | -4/+4 |
* | Added Burst DTMF suppport | PaulK | 2012-01-07 | 1 | -0/+2 |