summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-modem-broadband.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-5/+5
* modem-broadband: avoid a crash if we fail to guess an APNLubomir Rintel2019-12-021-0/+3
* device/wwan: fix leak of "error" variable in connect_ready()Thomas Haller2019-10-231-3/+6
* device: fix crash by handling connection cancellationAntoine Faure2019-10-231-3/+10
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* wwan/modem-broadband: add capability to look up default APN/username/passwordlr/gsm-default-apnLubomir Rintel2019-09-111-28/+107
* wwan/modem-broadband: get rid of g_assert*()Lubomir Rintel2019-09-111-10/+13
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* modem/trivial: rename virtual function NMModemClass.act_stage1_prepare()Thomas Haller2019-08-281-4/+4
* modem: fix memory leakBeniamino Galvani2019-08-061-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* wwan: expose the APN on the D-BusLubomir Rintel2019-06-051-0/+3
* wwan: expose the network id on the D-BusLubomir Rintel2019-06-051-0/+30
* devices/modem-broadband: disconnect signals on disposeLubomir Rintel2019-06-051-1/+6
* modem: use set conn.interface upon completing the CDMA connectionsLubomir Rintel2019-05-281-1/+2
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+2
* wwan: minor cleanup for owns_port() to return earlyThomas Haller2019-05-171-4/+5
* modem/broadband: set the gsm.device-id in complete_connection()Lubomir Rintel2019-05-071-2/+16
* wwan/modem-broadband: no point in insisting on pre-existing GSM settingLubomir Rintel2019-04-031-13/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* wwan: avoid deprecated mm_simple_connect_properties_set_number()Thomas Haller2019-02-051-6/+11
* settings,gsm: deprecate and stop using 'number' propertyAleksander Morgado2018-12-191-9/+0
* modem: fix crash when disconnectingBeniamino Galvani2018-11-061-1/+1
* modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-171-4/+7
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-171-38/+36
* wwan: don't assume DNS info is always available for IPv6Thomas Haller2018-10-121-1/+1
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-171-3/+3
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-20/+16
* wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller2018-07-241-2/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-7/+7
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-191-1/+1
* wwan: rework setting modem's data-portThomas Haller2018-02-211-10/+9
* wwan: avoid dangling pointer for error variable in connect_ready()Thomas Haller2018-02-211-2/+3
* wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller2018-02-211-19/+18
* wwan: clear idle source id when the callback runsBeniamino Galvani2017-12-211-0/+3
* wwan: add default route even if modem didn't return a gatewayBeniamino Galvani2017-12-211-19/+15
* wwan: fix checks on IP configurationBeniamino Galvani2017-12-211-7/+8
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-301-1/+9
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-5/+38
* wwan: replace utils function ip4_string_to_num() with nm_utils_parse_inaddr_b...Thomas Haller2017-10-061-19/+4
* wwan: make idle action for stage3-ip-config cancellableThomas Haller2017-10-061-6/+17
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-2/+4
* wwan/modem-broadband: log the connection contextLubomir Rintel2017-03-241-1/+4
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* modem: add nm_modem_emit_prepare_result() functionThomas Haller2017-02-231-11/+10
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-4/+4