summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: move more platform code to src/libnm-platform/th/platform-moveThomas Haller2021-03-04101-128/+133
* platform: drop unnecessary #include from platform code (2)Thomas Haller2021-03-047-34/+14
* platform: move "platform/{wifi,wpan}/" to "src/libnm-platform/"Thomas Haller2021-03-0414-32/+31
* platform: move "linux/nl802154.h" to "src/linux-headers/"Thomas Haller2021-03-043-4/+4
* platform: drop unnecessary #include from platform codeThomas Haller2021-03-046-11/+0
* core: move NMPObjectType to "libnm-platform/nmp-base.h"Thomas Haller2021-03-044-82/+85
* core: move creating singleton instance out of "nm-platform.c"Thomas Haller2021-03-047-66/+72
* platform: move nm_utils_modprobe() to libnm-platformThomas Haller2021-03-049-93/+97
* platform: move nm_utils_lifetime_*() to libnm-platformThomas Haller2021-03-046-104/+107
* platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platformThomas Haller2021-03-049-70/+74
* core: move NM_PLATFORM_LIFETIME_PERMANENT to libnm-platform/nmp-base.hThomas Haller2021-03-043-2/+5
* base: move "libnm-core-intern/nm-core-internal.h" to libnm-baseThomas Haller2021-03-049-30/+12
* base: move bridge defines to libnm-base/nm-base.hThomas Haller2021-03-042-85/+87
* glib-aux: move nm_utils_route_type{2str,_by_name}() to libnm-glib-auxThomas Haller2021-03-044-32/+37
* glib-aux: move nm_utils_ptrarray_find_first() helper to libnm-glib-auxThomas Haller2021-03-046-32/+34
* glib-aux: move NMIcmpv6RouterPref to libnm-glib-auxThomas Haller2021-03-044-21/+23
* glib-aux: move nm_utils_sysctl_ip_conf_*() helpersThomas Haller2021-03-044-141/+143
* glib-aux: move nm_utils_ip4_address_is_{zeronet,link_local}()Thomas Haller2021-03-042-18/+18
* glib-aux: move nm_utils_ip[46]_address_*() helpersThomas Haller2021-03-043-167/+171
* glib-aux: move NMUtilsIPv6IfaceId struct to libnm-glib-auxThomas Haller2021-03-047-154/+151
* glib-aux: move NMLinkType to "libnm-glib-aux/nm-shared-utils.h"Thomas Haller2021-03-042-77/+79
* core: use _NM_UTILS_HWADDR_LEN_MAX instead of NM_UTILS_HWADDR_LEN_MAXThomas Haller2021-03-049-27/+31
* core: use _NMVlanFlags instead of NMVlanFlagsThomas Haller2021-03-047-31/+31
* core: use _NM80211Mode instead of NM80211ModeThomas Haller2021-03-0419-190/+196
* core: use _NMDeviceWifiCapabilities instead of NMDeviceWifiCapabilitiesThomas Haller2021-03-0413-65/+65
* core: use _NMSettingWirelessWakeOnWLan instead of NMSettingWirelessWakeOnWLanThomas Haller2021-03-048-57/+61
* libnm-base: add internal _NMVlanFlags typeThomas Haller2021-03-044-1/+64
* libnm-base: add internal _NM80211Mode typeThomas Haller2021-03-043-8/+68
* libnm-base: add internal _NMDeviceWifiCapabilities typeThomas Haller2021-03-042-0/+72
* libnm-base: add internal _NMSettingWirelessWakeOnWLan typeThomas Haller2021-03-043-2/+86
* platform: avoid nm_utils_hwaddr_ntoa() in "nm-platform.c"Thomas Haller2021-03-041-1/+3
* glib-aux: move ssid utils from "libnm-core-impl" to "libnm-glib-aux"Thomas Haller2021-03-046-66/+78
* glib-aux: move nm_utils_exp10() from core to libnm-glib-auxThomas Haller2021-03-044-33/+35
* glib-aux: add _nm_utils_hwaddr_ntoa_maybe_a() helper macroThomas Haller2021-03-041-0/+14
* core/tests: fix unit tests after changing syslog idenfierThomas Haller2021-03-031-1/+1
* logging: fix syslog identifier for NetworkManagerThomas Haller2021-03-031-1/+1
* contrib/scripts: fix "nm-copr-build.sh" script to use new nm-git-bundleThomas Haller2021-03-031-1/+1
* man: fix spelling error in `man NetworkManager.conf`Thomas Haller2021-03-031-1/+1
* man: better explain device.carrier-wait-timeout in `man NetworkManager.conf`Thomas Haller2021-03-031-5/+16
* core: increase limit of open file descriptors for NetworkManager.serviceThomas Haller2021-03-031-0/+4
* build: merge branch 'th/move-client-libs'Thomas Haller2021-03-02124-405/+385
|\
| * build: move "clients/nm-online.c" to "src/nm-online/"th/move-client-libsThomas Haller2021-03-028-35/+42
| * build: move "clients/tui/newt/" to "src/libnmt-newt/"Thomas Haller2021-03-0268-93/+89
| * build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-0258-277/+254
|/
* build: merge branch 'th/build-meson-cleanup'Thomas Haller2021-03-0158-396/+423
|\
| * build: move "dispatcher/" to "src/nm-dispatcher/"th/build-meson-cleanupThomas Haller2021-02-2820-88/+95
| * build/meson: cleanup testsThomas Haller2021-02-285-11/+13
| * build/meson: cleanup libnm-client-aux-externThomas Haller2021-02-286-11/+8
| * build/meson: cleanup libnm-client-implThomas Haller2021-02-281-9/+6
| * build/meson: don't link static library libnm_client_impl with helperThomas Haller2021-02-282-1/+1