summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-11device: stop activation when queueing the unmanaged statebg/unmanage-raceBeniamino Galvani1-1/+3
2023-04-07platform/tests: fix unit test creating ip6gre tunnel with old iproute2Thomas Haller2-3/+16
2023-04-07find-backports: improve git_ref_exists() to cache also the hashes themselvesThomas Haller1-17/+33
2023-04-07po: update Czech (cs) translationAsciiWolf1-2041/+2413
2023-04-06find-backports: warn if any commits are not from the first referenceThomas Haller1-0/+26
2023-04-06find-backports: various cleanups in scriptThomas Haller1-11/+11
2023-04-06find-backports: enable debug logging in scriptThomas Haller1-10/+22
2023-04-06dhcp: reset IPv6 DAD flag on lease updatebg/dhcp6-dad-assertionBeniamino Galvani1-0/+1
2023-04-05release: bump version to 1.43.5 (development)1.43.5-devLubomir Rintel2-2/+2
2023-04-05ovs: merge branch 'th/ovsdb'Thomas Haller12-184/+300
2023-04-04ovsdb: debug log all messages of socket bufferThomas Haller1-2/+11
2023-04-04ovsdb: downgrade error logging to warningsThomas Haller1-2/+2
2023-04-04ovsdb: limit maxiumum data size for receive buffer from ovsdbThomas Haller1-0/+6
2023-04-04ovsdb: add watchdog for unparsable JSON data in socketThomas Haller1-1/+30
2023-04-04ovsdb: use the FD directly instead of GSocketConnection/GOutputStreamThomas Haller1-114/+110
2023-04-04ovsdb: use nm_auto_free cleanup attribute in "nm-ovsdb.c"Thomas Haller1-6/+4
2023-04-04ovsdb: don't track buffer offset in NMOvsdb data and refactor parsing JSON me...Thomas Haller1-25/+46
2023-04-04core: drop unnecessary initialization in nm_utils_spawn_helper()Thomas Haller1-4/+1
2023-04-04core: use nm_io_fcntl_setfl_update_nonblock() helperThomas Haller2-14/+5
2023-04-04glib-aux: add nm_io_fcntl_setfl_update_nonblock() helperThomas Haller2-0/+90
2023-04-04all: use G_SPAWN_CLOEXEC_PIPES with g_spawn_async_with_pipes()Thomas Haller5-5/+6
2023-04-04platform: drop unused nl_socket_set_nonblocking() functionThomas Haller3-14/+0
2023-04-04core: fix setting non-blocking FD in nm_utils_spawn_helper()Thomas Haller1-2/+2
2023-04-04core: fix setting FD flags in _rfkill_update_system()Thomas Haller1-9/+1
2023-04-04core: fix setting non-blocking stderr in nm_utils_spawn_helper()Thomas Haller1-1/+1
2023-04-04core: fix setting non-blocking FD in nm_utils_spawn_helper()Thomas Haller1-2/+2
2023-04-04merge: branch 'bg/rh2054933'Beniamino Galvani8-43/+124
2023-04-04ovs: implement asynchronous detach_port()bg/rh2054933Beniamino Galvani1-25/+24
2023-04-04device: wait port detach before leaving the DEACTIVATING stateBeniamino Galvani1-3/+28
2023-04-04device: make detach_port() method asynchronousBeniamino Galvani8-19/+76
2023-04-04device: fix assertion condition in _dev_ipdhcpx_start()Thomas Haller1-1/+1
2023-04-03merge: branch 'bg/dhcp6-pd-hint'Beniamino Galvani19-541/+872
2023-04-03dhcp: export the prefix delegationBeniamino Galvani3-1/+24
2023-04-03dhcp: support prefix delegation hintBeniamino Galvani4-0/+41
2023-04-03libnm,nmcli: add ipv6.dhcp-pd-hint propertyBeniamino Galvani13-540/+807
2023-04-03core: merge branch 'th/dameon-helper-cleanup'Thomas Haller2-68/+77
2023-04-03core: error out in nm_utils_kill_child_{sync,async}() if first waitpid() give...Thomas Haller2-25/+17
2023-04-03core: pre-allocate exact buffer size for output in nm_utils_spawn_helper()Thomas Haller1-1/+4
2023-04-03core/trivial: add code comment about using GChildWatchSourceThomas Haller1-0/+12
2023-04-03core: use nm_g_child_watch_source_new() in nm_utils_spawn_helper()Thomas Haller1-5/+5
2023-04-03core: assert that nm_utils_spawn_helper() is used with default contextThomas Haller1-0/+6
2023-04-03core: store main context in variable in nm_utils_spawn_helper()Thomas Haller1-5/+8
2023-04-03core: qualify logging lines related to helper with "nm-daemon-helper"Thomas Haller1-8/+2
2023-04-03core: rename nmlog defines in "nm-core-utils.c"Thomas Haller1-20/+26
2023-04-03core: use nm_clear_fd() helper in nm_utils_spawn_helper()Thomas Haller1-12/+5
2023-04-03po: update Ukrainian (uk) translationYuri Chornoivan1-603/+585
2023-03-31libnm/tests: avoid uninitialized variable warning in _invalid_option_write_ha...Thomas Haller1-2/+2
2023-03-31clients/tests: merge branch 'th/test-client-fixes'Thomas Haller2-10/+8
2023-03-30client/tests: don't do dup2() dance to pass file descriptor to "tools/test-cl...Thomas Haller2-9/+3
2023-03-30client/tests: close process stdin in test-python.py to avoid warning about leakThomas Haller1-0/+1