summaryrefslogtreecommitdiff
path: root/src/core/tests
Commit message (Expand)AuthorAgeFilesLines
* core/tests: fix tests for nm_utils_shorten_hostname()Beniamino Galvani2022-03-161-51/+41
* core: add nm_utils_shorten_hostname()Beniamino Galvani2022-03-091-0/+57
* core/tests: make test_machine_id_read() more robust against the test systemThomas Haller2022-02-101-4/+25
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-299-242/+242
* core: set the route table for the ipv6 link-local methodBeniamino Galvani2021-11-181-0/+1
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-184-922/+2
* l3cfg: various fixes and improvments (e.g. add pre-commit hook)Thomas Haller2021-10-121-0/+8
* systemd: merge branch systemd into mainThomas Haller2021-10-081-4/+4
|\
* | l3cfg: fix nm_l3cfg_commit_type_register() to set commit_type and add debug l...Beniamino Galvani2021-09-281-3/+6
* | l3cfg: mediate commit_type with nm_l3cfg_commit_on_idle_schedule()Thomas Haller2021-09-241-2/+4
* | l3cfg: allow injecting default dns-priority for NML3ConfigDataThomas Haller2021-09-151-0/+4
* | core: add NML3IPv6LL helperThomas Haller2021-09-101-0/+277
* | l3cfg: add config_flags argument to nm_l3cfg_add_config()Thomas Haller2021-09-081-0/+2
* | platform: use IFA_F_SECONDARY instead of IFA_F_TEMPORARYThomas Haller2021-09-081-6/+6
* | core: refactor nm_utils_ipv6_addr_set_stable_privacy() to not failThomas Haller2021-08-311-40/+35
* | l3cfg: add nm_l3cfg_remove_config_all_dirty() for removing dirty configsThomas Haller2021-08-051-6/+3
* | l3cfg: set NMIPConfigSource for NML3ConfigData at construct timeThomas Haller2021-08-031-1/+1
* | all: rename nm_utils_strbuf_*() API to nm_strbuf_*()Thomas Haller2021-08-021-84/+84
* | glib-aux: use nm_utils_gettid() instead of gettid()Thomas Haller2021-07-081-0/+2
* | config: avoid cloning string during nm_config_data_get_connection_default() e...Thomas Haller2021-06-211-54/+46
* | systemd: merge branch systemd into mainThomas Haller2021-06-012-39/+27
|\ \ | |/
| * all: move "src/" directory to "src/core/"Thomas Haller2021-02-0824-0/+7950
* systemd: move "src/core/systemd" to "src/libnm-systemd-core"Thomas Haller2021-05-303-64/+10
* l3cfg: emit signal when NML3ConfigData changesThomas Haller2021-05-271-0/+6
* firewall: make firewall-backend configurable via "NetworkManager.conf"Thomas Haller2021-05-141-0/+21
* systemd/tests: avoid using g_free() with buffers allocated with malloc() in _...Thomas Haller2021-05-111-5/+5
* all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-041-0/+1
* platform: introduce nm_platform_link_change_flags()Fernando Fernandez Mancera2021-04-221-2/+2
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-053-3/+3
* platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platformThomas Haller2021-03-051-3/+4
* core: use _NMVlanFlags instead of NMVlanFlagsThomas Haller2021-03-051-1/+1
* build/meson: cleanup dependencies for libnm-core-implThomas Haller2021-02-281-0/+1
* build/meson: cleanup dependencies for libnm-systemd-sharedThomas Haller2021-02-281-1/+4
* build: move "shared/systemd" to "src/libnm-systemd-shared"Thomas Haller2021-02-241-1/+1
* all: change G_LOG_DOMAIN to "nm"th/libnm-core-splitThomas Haller2021-02-181-3/+0
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-182-1/+2
* all: add "nm-default-systemd{,-shared}.h" as replacement for "nm-default.h"Thomas Haller2021-02-092-3/+2
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-0910-10/+10
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0424-0/+7974