summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! glib-aux: put more effort into seeding GRand fallback for nm_utils_ran...th/thread-local-storage-destroyThomas Haller2021-07-051-40/+54
* glib-aux: avoid accessing thread-local variable in a loopThomas Haller2021-07-011-2/+5
* glib-aux: put more effort into seeding GRand fallback for nm_utils_random_byt...Thomas Haller2021-07-011-1/+79
* glib-aux: fix releasing thead-local GRand instance from nm_utils_random_bytes()Thomas Haller2021-07-011-1/+3
* platform: fix releasing thead-local stack of NMPNetns instancesThomas Haller2021-07-011-9/+1
* glib-aux: fix releasing thread-local storage from nm_strerror_native()Thomas Haller2021-07-011-13/+1
* glib-aux: add nm_utils_thread_local_register_destroy() helperThomas Haller2021-07-012-0/+83
* build: fix linking libnm-log-null into different test programsThomas Haller2021-07-0110-2/+13
* libnm: fix memleak setting "ipv[46].dhcp-iaid" propertyThomas Haller2021-07-011-0/+1
* NEWS: updateThomas Haller2021-07-011-0/+14
* NEWS: updateThomas Haller2021-07-011-0/+2
* core: merge branch 'th/keyfile-db-stale-entries'Thomas Haller2021-07-0112-114/+449
|\
| * settings: cleanup left over temporary files for timestamps/seen-bssidsThomas Haller2021-07-011-0/+4
| * glib-aux: add nm_key_file_db_prune_tmp_files() helperThomas Haller2021-07-012-0/+42
| * glib-aux: add nm_utils_find_mkstemp_files()Thomas Haller2021-07-012-0/+66
| * settings: prune old entries from keyfile databasesThomas Haller2021-07-011-10/+39
| * keyfile-aux: add nm_key_file_db_prune() helperThomas Haller2021-07-012-2/+80
| * settings: limit number of seen-bssids and preserve orderThomas Haller2021-07-012-56/+155
| * settings: don't populate seen-bssids list from connection profileThomas Haller2021-07-011-24/+0
| * libnm: special handle serialization to D-Bus for "wifi.seen-bssid"Thomas Haller2021-07-011-9/+51
| * libnm/keyfile: ignore [wifi].seen-bssids for keyfileThomas Haller2021-07-011-0/+3
| * core: set _nm_utils_is_manager_process as first thing in daemonThomas Haller2021-07-011-2/+2
| * glib-aux: use NM_AUTO_PROTECT_ERRNO() in nm_auto_close and nm_auto_fcloseThomas Haller2021-07-011-6/+2
| * std-aux/glib-aux: move NM_AUTO_PROTECT_ERRNO() to libnm-std-auxThomas Haller2021-07-012-8/+8
|/
* contrib/release: print better URL for gitlab-ci pipelinesThomas Haller2021-06-301-1/+1
* libnm: fix crash in nm_ip_routing_rule_from_string()Thomas Haller2021-06-302-4/+19
* n-dhcp4: avoid maybe-uninitialized warning in n_dhcp4_c_connection_dispatch_io()Thomas Haller2021-06-301-1/+1
* release: fix release script for relative pathsThomas Haller2021-06-301-1/+3
* configure.ac: Do not use AC_GNU_SOURCEJavier Jardón2021-06-301-1/+0
* cloud-setup: preserve IPv4 addresses/routes/rules from profileThomas Haller2021-06-301-9/+40
* hostname: merge branch 'th/hostname-cleanup'Thomas Haller2021-06-306-153/+127
|\
| * hostname: cleanup file monitors in NMHostnameManagerThomas Haller2021-06-301-38/+53
| * core,glib-aux: move nm_hostname_manager_validate_hostname() to shared-utilsThomas Haller2021-06-286-31/+33
| * hostname: use nm_utils_user_data_pack() instead of SetHostnameInfo structThomas Haller2021-06-281-20/+11
| * hostname: simplify _set_hostname() codeThomas Haller2021-06-282-69/+35
|/
* nm-initrd-generator: document support for rd.znet optionJulian Wiedmann2021-06-281-0/+1
* all: merge branch 'th/avoid-numeric-gsource-ids'Thomas Haller2021-06-2820-108/+86
|\
| * all: use nm_{idle,timeout}_add_source() instead of g_source_attach()Thomas Haller2021-06-288-80/+25
| * glib-aux: add nm_g_unix_fd_add_source() helperThomas Haller2021-06-281-0/+14
| * all: don't explicitly include <glib-unix.h>Thomas Haller2021-06-287-8/+0
| * glib-aux: by default always include <glib-unix.h> in our sourcesThomas Haller2021-06-281-0/+1
| * checkpatch: discourage use of API that uses numeric source IDsThomas Haller2021-06-281-0/+1
| * device: track refresh_rate timer as GSource instead of source idThomas Haller2021-06-281-13/+15
| * glib-aux: prevent usage of g_source_remove*() APIThomas Haller2021-06-281-3/+13
| * glib-aux: use _nm_deprecated() macro in "nm-glib.h"Thomas Haller2021-06-281-3/+2
| * glib-aux/trivial: add code comment to nm_g_source_destroy_and_unref() about g...Thomas Haller2021-06-281-0/+13
| * glib-aux/trivial: fix spelling error in code commentThomas Haller2021-06-281-3/+3
| * std-aux: add _nm_deprecated() macroThomas Haller2021-06-281-0/+1
|/
* ifcfg-rh: merge branch 'th/ifcfg-fix-empty-ethtool'Thomas Haller2021-06-288-13/+186
|\
| * ifcfg-rh: fix persisting all-default NMSettingEthtool settingsThomas Haller2021-06-253-1/+10