summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: move "clients/nm-online.c" to "src/nm-online/"th/move-client-libsThomas Haller2021-03-023-0/+357
* build: move "clients/tui/newt/" to "src/libnmt-newt/"Thomas Haller2021-03-0244-0/+7774
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-0230-0/+17597
* build: move "dispatcher/" to "src/nm-dispatcher/"th/build-meson-cleanupThomas Haller2021-02-2817-0/+2788
* build/meson: cleanup testsThomas Haller2021-02-285-11/+13
* build/meson: cleanup libnm-client-aux-externThomas Haller2021-02-281-5/+0
* 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
* build/meson: drop libnm_nm_default_dep dependencyThomas Haller2021-02-282-15/+12
* build/meson: cleanup dependencies for libnm-core-aux-externThomas Haller2021-02-281-15/+0
* build/meson: explicitly link libnm-cryptoThomas Haller2021-02-286-3/+8
* build/meson: explicitly link libnm-core-aux-internThomas Haller2021-02-286-1/+8
* build/meson: cleanup dependencies for libnm-core-implThomas Haller2021-02-287-22/+14
* build/meson: cleanup dependencies for libnm-core-aux-internThomas Haller2021-02-285-21/+1
* build/meson: remove unnecessary libnm_core_intern_depThomas Haller2021-02-285-12/+0
* build/meson: remove unnecessary nm_version_macro_header to create libnm_clien...Thomas Haller2021-02-281-1/+1
* build/meson: cleanup dependencies for libnm-platformThomas Haller2021-02-284-14/+15
* build/meson: cleanup dependencies for libnm-baseThomas Haller2021-02-282-18/+7
* build/meson: cleanup dependencies for libnm-udev-auxThomas Haller2021-02-285-12/+24
* build/meson: cleanup dependencies for libnm-systemd-sharedThomas Haller2021-02-289-11/+17
* build/meson: drop libnm_log_core_dep dependencyThomas Haller2021-02-284-6/+6
* build/meson: cleanup libnm-glib-aux dependenciesThomas Haller2021-02-2815-44/+65
* core: rename level_desc global variableThomas Haller2021-02-283-14/+14
* build/meson: cleanup build for c-util and nettools helper librariesThomas Haller2021-02-282-28/+22
* build/introspection: cleanup dependencies for libnmdbus in mesonThomas Haller2021-02-241-0/+1
* build: remove shared/ directoryThomas Haller2021-02-248-9/+11
* build: remove "shared/" from include search pathThomas Haller2021-02-2412-19/+0
* shared: move "nm-compat.[hc]" to "src/contrib/"Thomas Haller2021-02-244-1/+134
* shared: split and move "nm-vpn-plugin-macros.h"Thomas Haller2021-02-242-1/+61
* shared: move "nm-vpn-editor-plugin-call.h" to "src/contrib/"Thomas Haller2021-02-243-7/+174
* shared: move "nm-vpn-plugin-utils.c" to "src/contrib/"Thomas Haller2021-02-246-8/+179
* libnm/tests: add static helper library "src/libnm-client-test/"Thomas Haller2021-02-248-8/+760
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-24129-0/+44242
* shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"Thomas Haller2021-02-2412-11/+2835
* build: move c-util/nettools library from "shared/" to "src/"Thomas Haller2021-02-24125-0/+21793
* build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2021-02-2438-30/+1666
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-24153-141/+21556
* build: move "shared/nm-{base,udev-aux}" to "src/libnm-{base,udev-aux}"Thomas Haller2021-02-2429-23/+1004
* build/meson: include meson.build for tests at the endThomas Haller2021-02-242-4/+1
* build: move "shared/nm-platform" to "src/libnm-platform"Thomas Haller2021-02-2437-33/+5128
* build: move "shared/systemd" to "src/libnm-systemd-shared"Thomas Haller2021-02-24144-14/+32711
* shared: rename "libnm-systemd-logging-stub.la" to "libnm-log-null.la"Thomas Haller2021-02-241-1/+1
* docs: improve manual page about ipv4.routesWen Liang2021-02-231-0/+9
* bond: avoid logging warning to set "ad_actor_system=00:00:00:00:00:00"Thomas Haller2021-02-233-1/+21
* supplicant: enable WPA3 for WPA-PSK connectionsbg/issue638-wpa2-saeBeniamino Galvani2021-02-231-0/+5
* supplicant: print interface capabilitiesBeniamino Galvani2021-02-233-22/+31
* supplicant: detect the SAE interface capabilityBeniamino Galvani2021-02-232-2/+17
* wwan: fix leaking "bearer" in connect_ready()Thomas Haller2021-02-231-5/+5
* iwd: make static variable in object_compare_interfaces() "const"Thomas Haller2021-02-221-1/+1
* iwd: terminate interface_order array with NULLJan Palus2021-02-221-0/+1