NetworkManager/src/core/dhcp
Thomas Haller 572ce7b7a7
glib-aux/trivial: rename GBytes helper API
Give a consistent name.

A bit odd are now the names nm_g_bytes_hash() and nm_g_bytes_equal()
as they go together with nm_pg_bytes_hash()/nm_pg_bytes_equal().
But here the problem is more with the naming of "nm_p*_{equal,hash}()"
functions, which probably should be renamed to "nm_*_ptr_{equal,hash}()".
2021-11-04 20:25:18 +01:00
..
tests glib-aux/trivial: rename GBytes helper API 2021-11-04 20:25:18 +01:00
meson.build build: remove shared/ directory 2021-02-24 12:49:13 +01:00
nm-dhcp-client-logging.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-client.c dhcp: ensure NMDhcpClient was stopped in destructor 2021-08-11 14:17:25 +02:00
nm-dhcp-client.h dhcp: stop tracking NMDhcpClient instances from NMDhcpManager 2021-08-11 14:17:25 +02:00
nm-dhcp-dhclient-utils.c all: prefer g_snprintf() over snprintf() 2021-08-26 23:05:13 +02:00
nm-dhcp-dhclient-utils.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-dhclient.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-dhcpcanon.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-dhcpcd.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-helper-api.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-helper.c clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02:00
nm-dhcp-listener.c dhcp: minor cleanup of DHCP plugin factory 2021-06-23 13:11:56 +02:00
nm-dhcp-listener.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-dhcp-manager.c dhcp: stop tracking NMDhcpClient instances from NMDhcpManager 2021-08-11 14:17:25 +02:00
nm-dhcp-manager.h dhcp: refactor DHCP anycast_address to be property of NMDhcpClient 2021-05-18 09:41:52 +02:00
nm-dhcp-nettools.c dhcp: don't log plain pointer values for debugging 2021-08-05 15:52:01 +02:00
nm-dhcp-options.c dhcp: add internal option for the boot file name 2021-07-27 09:36:32 +02:00
nm-dhcp-options.h dhcp: add internal option for the boot file name 2021-07-27 09:36:32 +02:00
nm-dhcp-systemd.c dhcp: don't log plain pointer values for debugging 2021-08-05 15:52:01 +02:00
nm-dhcp-utils.c all: rename nm_utils_strsplit_set*() to nm_strsplit_set*() 2021-08-02 09:26:47 +02:00
nm-dhcp-utils.h dhcp/nettools: make data pointer const 2021-02-11 09:23:18 +01:00