Commit Graph

5 Commits

Author SHA1 Message Date
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