summaryrefslogtreecommitdiffstats
path: root/gril/gril.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16gril: Add g_ril_new_with_ucredDenis Kenzior1-26/+30
2015-12-16gril: Remove unneeded definesDenis Kenzior1-2/+0
2015-11-05gril: Fix distcheck errorDenis Kenzior1-1/+1
2015-11-02gril: Fix access to notify callbacksAlfonso Sanchez-Beato1-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-16gril: Remove assertsAlfonso Sanchez-Beato1-12/+11
2015-10-14gril: Fix IO reference countingDenis Kenzior1-0/+2
2015-10-14gril: Remove unused structure membersDenis Kenzior1-8/+3
2015-10-13gril: Library to communicate with rildTony Espy1-0/+1295
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>