Commit Graph

10 Commits

Author SHA1 Message Date
Caiwen Zhang 16efc8b6e2 gril: avoid glib runtime warning
gril may be destroyed in the request callback (e.g in the callback of
set modem power off request). 'out_queue' and 'command_queue' is NULL.
there will be glib runtime warning if use them.
2016-05-17 09:46:35 -05:00
Alfonso Sanchez-Beato e5e6add6ad gril: Really use given uid/gid to open ril socket 2016-03-24 09:29:19 -05:00
Denis Kenzior 8e40ef7e1f gril: Add g_ril_new_with_ucred 2015-12-16 11:39:36 -06:00
Denis Kenzior 0689b1481a gril: Remove unneeded defines 2015-12-16 11:39:13 -06:00
Denis Kenzior 219cfcd591 gril: Fix distcheck error 2015-11-05 20:36:20 -06:00
Alfonso Sanchez-Beato 08834f9c2f gril: Fix access to notify callbacks
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-11-02 12:40:50 -06:00
Alfonso Sanchez-Beato 88601c4733 gril: Remove asserts 2015-10-16 14:29:23 -05:00
Denis Kenzior 2ca04c154a gril: Fix IO reference counting 2015-10-14 11:27:48 -05:00
Denis Kenzior 69c80c9efe gril: Remove unused structure members 2015-10-14 11:05:19 -05:00
Tony Espy 9c2af753c0 gril: Library to communicate with rild
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>
2015-10-13 16:02:11 -05:00