Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright information | Paul Kocialkowski | 2013-03-31 | 1 | -2/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Avoid checking ipc_message_info pointer since it is checked in readloop | Paul Kocialkowski | 2013-03-31 | 1 | -4/+4 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Coding style: add spaces around equal sign in for statements | Paul Kocialkowski | 2013-03-31 | 1 | -4/+4 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | call: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -161/+157 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style | Paul Kocialkowski | 2013-03-30 | 1 | -15/+15 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Change coding style: add a space after if, for and while | Paul Kocialkowski | 2013-02-09 | 1 | -8/+8 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Copyright: Corrected email address | Paul Kocialkowski | 2012-11-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Updated copyright information | Paul Kocialkowski | 2012-11-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Reworked RIL requests, globals, SIM status, client | Paul Kocialkowski | 2012-11-01 | 1 | -31/+32 |
| | | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Call: return NULL and 0 len when no calls are to be listed | Paul Kocialkowski | 2012-09-19 | 1 | -0/+7 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Cosmetics: removed lines with tabs or spaces | Paul Kocialkowski | 2012-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Call: Added last call fail cause support | Paul Kocialkowski | 2012-07-06 | 1 | -1/+38 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Added DTMF global sort of lock and set the functions to use gen_phone_res | PaulK | 2012-02-25 | 1 | -7/+32 |
| | |||||
* | Added Burst DTMF suppport | PaulK | 2012-01-07 | 1 | -2/+56 |
| | |||||
* | Consider numbers starting with "+" as international calls | PaulK | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | Added preliminary RFS support, code cleanup, completed TODO list | PaulK | 2011-12-29 | 1 | -22/+26 |
| | |||||
* | RIL rework: multi-client, more stable, added GPLv3 copyright notice | PaulK | 2011-12-21 | 1 | -94/+111 |
| | |||||
* | Added DTMF support | PaulK | 2011-12-07 | 1 | -0/+24 |
| | |||||
* | Fixed call-related functions | PaulK | 2011-12-03 | 1 | -1/+22 |
| | |||||
* | Temporary initial commit | Joerie de Gram | 2011-10-29 | 1 | -0/+184 |