summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: create virtual device on settings changes in idle handlerth/various-settings-cleanup-4Thomas Haller2019-07-011-2/+49
* ifcfg-rh: refactor code re-reading profile from disk after writeThomas Haller2019-06-301-60/+33
* device: fix crash releasing destroyed slaveThomas Haller2019-06-303-17/+46
* shared: add nm_c_list_elem_free_steal() utilThomas Haller2019-06-301-0/+12
* po: update Chinese Taiwan (zh_TW) translationHsiu-Ming Chang2019-06-291-1417/+1420
* settings,libnm: merge branch 'th/settings-seen-bssid-and-timestamps'Thomas Haller2019-06-2827-157/+382
|\
| * settings: use nm_connection_to_dbus_full() to avoid cloning the connection du...Thomas Haller2019-06-281-40/+33
| * libnm: implement serialization options (inject timestamp/seen-bssids) for nm_...Thomas Haller2019-06-283-1/+69
| * libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-2820-46/+100
| * settings: cleanup handling of seen-bssids list in NMSettingsConnectionThomas Haller2019-06-283-36/+48
| * libnm: track wifi.seen-bssids in a GPtrArray instead of a GSListThomas Haller2019-06-281-41/+71
| * shared: add nm_utils_strv_dup() utilThomas Haller2019-06-282-0/+58
| * shared: add nm_c_list_free_all() macroThomas Haller2019-06-281-0/+10
|/
* clients: fix printing hexadecimal enum valuesBeniamino Galvani2019-06-271-2/+2
* dhcp: systemd: relicense as LGPLBeniamino Galvani2019-06-271-4/+5
* core: add and use nm_keep_alive_destroy()Thomas Haller2019-06-273-2/+23
* settings: merge branch 'th/various-settings-cleanup-3'Thomas Haller2019-06-2627-196/+365
|\
| * tools: export more symbols from NetworkManager binary to pluginsth/various-settings-cleanup-3Thomas Haller2019-06-261-1/+1
| * ifcfg-rh: add allow_filename_cb() argument to write-ifcfg-rh functionThomas Haller2019-06-265-21/+40
| * ifcfg-rh: cleanup utils_detect_ifcfg_path()Thomas Haller2019-06-261-10/+15
| * settings: cache agent and system secrets in a GVariant onlyThomas Haller2019-06-261-76/+61
| * manager: don't consider by-user change flag for creating unrealized deviceThomas Haller2019-06-261-3/+8
| * core: ensure normalized connection during add-and-activateThomas Haller2019-06-263-2/+4
| * settings: reorder checks in _delete_volatile_connection_do() to perform cheap...Thomas Haller2019-06-261-2/+2
| * settings: use NMCListElem instead of DeleteVolatileConnectionData for trackin...Thomas Haller2019-06-261-18/+6
| * settings: don't implement settings plugins as singletonsThomas Haller2019-06-264-13/+8
| * core: add flag to nm_shutdown_wait_obj_register_full() for freeing allcated m...Thomas Haller2019-06-262-16/+25
| * libnm: fix setting error for nm_connection_update_secrets()Thomas Haller2019-06-262-10/+23
| * libnm: workaround assertion failure for nmtst_connection_assert_unchanging() ...Thomas Haller2019-06-263-3/+21
| * shared: add nm_clear_error() and patch g_clear_error() to use this inlinable ...Thomas Haller2019-06-261-0/+24
| * shared/glib: unconditionally redefine g_object_ref()/g_object_ref_sink() as t...Thomas Haller2019-06-261-2/+10
| * shared: add nm_utils_file_stat() utilThomas Haller2019-06-262-0/+27
| * shared: add nm_utils_hashtable_same_keys() utilThomas Haller2019-06-262-0/+32
| * shared: allow nm_c_list_move_*() API also to move from one list to anotherThomas Haller2019-06-261-2/+26
| * CONTRIBUTING: update section about assertions in NetworkManagerThomas Haller2019-06-261-17/+32
|/
* device: set IPv6 token only when necessaryBeniamino Galvani2019-06-261-3/+11
* contrib/checkpatch: allow empty lines within continuationsLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: be a bit stricter about whitespaceLubomir Rintel2019-06-251-1/+1
* contrib/checkpatch: discourage g_assert*()Lubomir Rintel2019-06-251-0/+1
* core: avoid plain pointer values in logging outputThomas Haller2019-06-252-3/+3
* CONTRIBUTING: reword "novel contributions" to "new contributions"Thomas Haller2019-06-241-1/+1
* settings/ibft: merge branch 'th/drop-ibft-settings-plugin'Thomas Haller2019-06-2035-1597/+16
|\
| * settings: drop ibft settings pluginth/drop-ibft-settings-pluginThomas Haller2019-06-2035-1597/+16
|/
* shared/tests: add test for nm_utils_bin2hexstr_full()Thomas Haller2019-06-191-0/+82
* shared: fix nm_utils_bin2hexstr_full() for buffers of length zeroThomas Haller2019-06-191-4/+9
* connectivity: merge branch 'bg/concheck-issue181'Beniamino Galvani2019-06-183-27/+105
|\
| * Revert "Coerce connectivity "LIMITED" to "NONE" when device is disconnected"Thomas Haller2019-06-181-8/+0
| * connectivity: make platform argument to nm_connectivity_check_start() optionalThomas Haller2019-06-181-12/+15
| * connectivity: simplify passing result to idle handlerThomas Haller2019-06-181-13/+12
| * connectivity: remove unused error varialbe in _idle_cb()Thomas Haller2019-06-181-10/+2