summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* stk: Fix potential buffer overrunDenis Kenzior2019-04-291-1/+1
* phonebook: fix invalid sprintf sequenceDenis Kenzior2019-04-291-1/+1
* stkutil: Call va_end on failureDenis Kenzior2019-04-291-1/+3
* siri: Dereference after validating !NULLDenis Kenzior2019-04-291-1/+2
* handsfree: Dereference after validating !NULLDenis Kenzior2019-04-291-1/+2
* sim: Dereference only after validating !NULLDenis Kenzior2019-04-291-1/+3
* log: Fix potential buffer overflowDenis Kenzior2019-04-291-1/+1
* gprs: netreg_status_changed: output the status as human readable stringAlexander Couzens2019-04-281-1/+1
* network: debug log the network time on updateAlexander Couzens2019-04-281-0/+5
* network/ofono_netreg_status_notify: debug log the lac and ciAlexander Couzens2019-04-281-2/+2
* gprs: Always store RoamingAllowed as a boolean.Richard Röjfors2019-04-161-1/+1
* gprs: Fix allocation of context id read from settingsRichard Röjfors2019-04-021-1/+5
* sim: added error handling in set slot callbackAntara Borwankar2019-04-021-1/+1
* sim: Initialize card_slot_count and active_card_slotDenis Kenzior2019-03-281-0/+3
* sim: Emit PropertyChanged for ActiveCardSlot changesDenis Kenzior2019-03-281-0/+8
* sim: handling of dual sim single active featureAntara Borwankar2019-03-281-0/+76
* sim: fix segfault in sim atomAnirudh Gargi2019-03-071-2/+1
* gprs-context: Adding get function for intefaceAntara Borwankar2019-02-211-0/+5
* common: Add new NB-IoT technologiesPhilippe De Swert2019-02-172-0/+6
* gprs: Let gprs_context interface be settable onceDenis Kenzior2019-02-111-33/+37
* modem: add support to clear cached pins.Nandini Rebello2019-01-231-0/+3
* sim: Fix memory leaks introduced by sim pin cachingDenis Kenzior2019-01-231-0/+4
* sim: Sim PIN1 cache upon modem reset/crashNandini Rebello2019-01-232-0/+112
* stkutil: Fix ofono_bool_t usageDenis Kenzior2019-01-181-1/+1
* gprs: Fix allocation of context idDenis Kenzior2019-01-031-1/+6
* stkutil: Use standard typesDenis Kenzior2018-12-293-375/+374
* stkutil: Convert away from glib datatypesDenis Kenzior2018-12-291-802/+791
* stkutil: Use l_queue instead of GSListDenis Kenzior2018-12-285-50/+53
* stkutil: Use l_queue instead of GSListDenis Kenzior2018-12-283-31/+31
* stkagent: Use bool instead of gboolean / ofono_bool_tDenis Kenzior2018-12-283-77/+77
* util: Remove last glib usesDenis Kenzior2018-12-271-2/+1
* util: Remove encode_hexDenis Kenzior2018-12-272-22/+0
* util: Remove decode_hexDenis Kenzior2018-12-272-29/+0
* stkutil: Convert stk_image_to_xpm to ellDenis Kenzior2018-12-272-17/+15
* stkutil: Convert stk_text_to_html to use ellDenis Kenzior2018-12-272-75/+71
* stkutil: Use l_mallocDenis Kenzior2018-12-271-56/+26
* util: Switch character conversions to ellDenis Kenzior2018-12-275-82/+67
* smsutil: Use l_utf8_from_utf16 instead of g_convertDenis Kenzior2018-12-271-12/+20
* util: Use l_utf8_to_ucs2be instead of g_convertDenis Kenzior2018-12-273-47/+40
* util: Use ell in convert_utf8_to_gsmDenis Kenzior2018-12-273-24/+20
* util: use ell in convert_ucs2_to_gsm_with_langDenis Kenzior2018-12-271-10/+5
* util: Convert pack7_bit / unpack_7bit to use l_mallocDenis Kenzior2018-12-274-8/+10
* util: Use bool instead of gbooleanDenis Kenzior2018-12-276-59/+60
* util: Use L_ARRAY_SIZE instead of TABLE_SIZEDenis Kenzior2018-12-271-44/+42
* idmap: RemoveDenis Kenzior2018-12-192-246/+0
* gprs: Use l_uintset instead of idmapDenis Kenzior2018-12-191-66/+31
* xmm7modem: modified ofono.conf for coex agentAntara Borwankar2018-12-131-0/+1
* main: Remove leftover HAVE_ELL conditionsMarcel Holtmann2018-11-011-11/+1
* modem: global data is pre-zeroedJonas Bonn2018-10-291-7/+7
* stkutil: remove test for impossible conditionJonas Bonn2018-10-291-3/+0