summaryrefslogtreecommitdiff
path: root/src/devices/wwan
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0417-8105/+0
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-281-2/+2
* build/meson: cleanup meson files of coreThomas Haller2021-01-281-35/+31
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-281-1/+1
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-271-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0515-15/+15
* wwan: update default connection timeout to 200sAleksander Morgado2020-11-161-2/+5
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-122-15/+15
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2914-14/+14
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-2/+2
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-287-164/+164
* all: reformat all with new clang-format styleAntonio Cardace2020-09-2814-5765/+5709
* modem: suppress deprecated warning from libmm for MM_MODEM_CAPABILITY_LTE_ADV...Thomas Haller2020-06-301-3/+16
* wwan: Set MTU based on what ModemManager exposesSven Schwermer2020-05-131-0/+9
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-242-6/+6
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | nm-modem: don't fail if secrets request times outArnaud Ferraris2020-03-271-1/+2
* | nm-device-modem: deactivate device when modem unlockedArnaud Ferraris2020-03-271-0/+9
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-232-2/+2
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-234-20/+20
* | device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-171-2/+2
* | device: various code cleanups in devicesThomas Haller2020-03-171-1/+0
* | all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-5/+5
* | device/trivial: rename get_dhcp_timeout() virtual function to have a unique nameThomas Haller2020-02-171-2/+2
|/
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-3/+3
* 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
* device: fix setting MTU from connection when limited by parentBeniamino Galvani2019-10-102-2/+4
* meson: Remove devices tests' meson build filesIñigo Martínez2019-10-012-17/+16
* meson: Improve the wwan test build fileIñigo Martínez2019-10-012-6/+9
* meson: Remove tests related to check_so_symbolsIñigo Martínez2019-10-011-9/+0
* meson: Avoid the use of unnecessary arrayIñigo Martínez2019-10-011-3/+1
* meson: Improve the src build fileIñigo Martínez2019-10-011-1/+2
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-2/+3
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-0/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-0112-23/+11
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-232-8/+10
* wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-223-14/+5
* wwan: add nm_modem_manager_get_modems() to iterate over modemsThomas Haller2019-09-223-0/+18
* wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-225-6/+63
* 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
* wwan/tests: test service-providers.xml parserLubomir Rintel2019-09-114-1/+217
* wwan: add service-providers.xml parserLubomir Rintel2019-09-113-0/+485
* wwan: remove an accidentally committed fileLubomir Rintel2019-09-111-0/+0
* all: SPDX header conversionLubomir Rintel2019-09-1011-154/+11
* initrd: add devicetree supportLubomir Rintel2019-09-101-0/+0