summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-modem-ofono.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-1239/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-121-14/+14
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-37/+37
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1014/+954
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-241-3/+3
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* modem/trivial: rename virtual function NMModemClass.act_stage1_prepare()Thomas Haller2019-08-281-4/+4
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* wwan/ofono: pass the right argument to manager proxy callbackLubomir Rintel2019-03-081-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* ofono: drop unused variable in disconnect()Thomas Haller2019-02-071-1/+0
* ofono: fix crash when disconnectingBeniamino Galvani2018-11-061-1/+1
* modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-171-2/+6
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-171-48/+33
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-171-5/+5
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-22/+17
* wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller2018-07-241-3/+3
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* wwan: rework setting modem's data-portThomas Haller2018-02-211-13/+13
* ofono: refactor error handling in context_property_changed()Thomas Haller2017-11-101-76/+58
* ofono: fix creating IP config with proper ifindex of InterfaceThomas Haller2017-11-101-20/+8
* ofono: refactor error handling for missing Interface in context_property_chan...Thomas Haller2017-11-101-12/+12
* ofono: fix leaks in context_property_changed()Thomas Haller2017-11-101-3/+2
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-18/+39
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-0/+3
* wwan: fix uninitialized variable in ofono's context_property_changed()Thomas Haller2017-10-091-7/+6
* wwan: replace utils function ip4_string_to_num() with nm_utils_parse_inaddr_b...Thomas Haller2017-10-061-21/+10
* wwan: add FIXME comment about broken ofono supportThomas Haller2017-10-061-0/+3
* core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-081-1/+1
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-1/+2
* ofono: clenaup NMModemOfono's disconnect()Thomas Haller2017-05-121-34/+38
* ofono: make asynchrounous operations for context_proxy cancellableThomas Haller2017-05-121-21/+50
* ofono: make asynchrounous operations for modem_proxy cancellableThomas Haller2017-05-121-23/+50
* ofono: take D-Bus proxy for ConnectionManager asynchronouslyThomas Haller2017-05-121-48/+88
* ofono: take D-Bus proxy for SimManager asynchronouslyThomas Haller2017-05-121-45/+85
* modem: cleanup construction of NMModemThomas Haller2017-05-121-2/+2
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-4/+4
* modem: add nm_modem_emit_ppp_failed() functionThomas Haller2017-02-231-1/+1
* modem: add nm_modem_emit_prepare_result() functionThomas Haller2017-02-231-7/+7
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-18/+18
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* wwan: don't use generated enum-type NM_TYPE_MODEM_STATEThomas Haller2016-11-181-1/+1