Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-04 | gril: Remove g_ril_reply_parse_query_call_fwd | Denis Kenzior | 2 | -89/+0 | |
2015-11-04 | gril: Remove g_ril_request_call_fwd and related | Denis Kenzior | 2 | -50/+0 | |
2015-11-04 | gril: Remove g_ril_reply_parse_imsi | Denis Kenzior | 2 | -17/+0 | |
2015-11-04 | gril: Remove g_ril_reply_parse_get_clir & related | Denis Kenzior | 2 | -54/+0 | |
2015-11-04 | gril: Remove g_ril_reply_parse_query_clip | Denis Kenzior | 2 | -28/+0 | |
2015-11-04 | gril: Remove g_ril_reply_parse_query_call_waiting | Denis Kenzior | 2 | -33/+0 | |
2015-11-04 | gril: Remove g_ril_request_set_clir | Denis Kenzior | 2 | -16/+0 | |
2015-11-04 | gril: g_ril_request_query_call_waiting | Denis Kenzior | 2 | -20/+0 | |
2015-11-04 | gril: Remove g_ril_request_set_call_waiting | Denis Kenzior | 2 | -29/+0 | |
2015-11-02 | gril: Fix access to notify callbacks | Alfonso Sanchez-Beato | 1 | -24/+12 | |
Entries to the table of notification callbacks can be added by the callbacks while being called. This caused a glib error as gril was using an iterator to the hash table while the table was being modified. Fixed by avoiding the unnecesary loop. | |||||
2015-10-16 | gril: Remove asserts | Alfonso Sanchez-Beato | 3 | -14/+14 | |
2015-10-15 | gril: Remove g_ril_request_read_imsi | Denis Kenzior | 2 | -16/+0 | |
2015-10-14 | gril: Fix IO reference counting | Denis Kenzior | 2 | -1/+2 | |
2015-10-14 | gril: Remove unused structure members | Denis Kenzior | 1 | -8/+3 | |
2015-10-14 | gril: Remove unused header | Denis Kenzior | 1 | -1/+0 | |
2015-10-13 | gril: Remove unused function | Denis Kenzior | 2 | -26/+0 | |
2015-10-13 | gril: Remove unused function | Denis Kenzior | 2 | -82/+0 | |
2015-10-13 | gril: Library to communicate with rild | Tony Espy | 16 | -0/+7471 | |
gril is a library used to communicate with rild, the Android telephony daemon. Communication happens using a named socket over which binder parcels are transmitted. Co-authored-by: Tony Espy <espy@canonical.com> Co-authored-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com> Co-authored-by: Mikko Hurskainen <mikko.hurskainen@nomovok.com> Co-authored-by: You-Sheng Yang <vicamo.yang@canonical.com> Co-authored-by: Ratchanan Srirattanamet <peathot@hotmail.com> |