summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | checkpoint: minor cleanup rolling back checkpointsThomas Haller2018-04-041-7/+14
| * | checkpoint: don't explicitly track checkpoints in a GHashTableThomas Haller2018-04-043-72/+76
| * | checkpoint: refactor nm_checkpoint_manager_create() to simplify creating devi...Thomas Haller2018-04-041-26/+18
| * | checkpoint: skip unrealized devices in nm_checkpoint_manager_create()Thomas Haller2018-04-041-0/+5
| * | checkpoint/trivial: rename local variable @checkpoint_pathThomas Haller2018-04-042-19/+19
| * | checkpoint/trivial: rename nm_checkpoint_manager_unref() to nm_checkpoint_man...Thomas Haller2018-04-043-3/+4
| * | checkpoint: embed CList in NMCheckpoint instanceThomas Haller2018-04-044-48/+51
| * | libnm: fix crash creating checkpoint during find_checkpoint_info()Thomas Haller2018-04-041-10/+30
| * | libnm: minor cleanup of nm_manager_get_device_by_path()Thomas Haller2018-04-041-5/+3
| * | device/trival: rename NMIwdManagerPrivate.nm_manager field to "manager"Thomas Haller2018-04-041-9/+9
| * | core: add macro for iterating CList of devices of NMManagerThomas Haller2018-04-046-33/+36
| * | core: drop unused nm_dbus_utils_g_value_set_object_path_array() functionThomas Haller2018-04-042-32/+0
| * | checkpoint: rework getting NM_CHECKPOINT_DEVICES propertyThomas Haller2018-04-041-7/+3
| * | core: add nm_dbus_utils_g_value_set_object_path_from_hash() helperThomas Haller2018-04-042-1/+35
|/ /
* | core: merge branch 'bg/restart-assume-rh1551958'Beniamino Galvani2018-04-044-70/+23
|\ \
| * | core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-044-26/+2
| * | manager: relax checks for assuming connections after restartBeniamino Galvani2018-04-041-44/+21
|/ /
* | core: properly initialize stable dhcp client-idBeniamino Galvani2018-04-011-1/+1
* | platform: move genl_ctrl_resolve to nm-netlink.cJavier Arteaga2018-03-303-96/+88
* | po: update Czech translationAsciiWolf2018-03-301-47/+36
* | core: drop obsolete typedef for NMExportedObjectThomas Haller2018-03-301-1/+0
* | manager: drop an unused variableLubomir Rintel2018-03-301-1/+0
* | libnm: don't use GTK-Doc comment in nm-autoptr.hBeniamino Galvani2018-03-281-2/+2
* | contrib/nm-live-vm: remove nm-live-vm scriptsThomas Haller2018-03-276-317/+0
* | shared/nm-glib: add compat implementation for g_autofreeThomas Haller2018-03-271-0/+8
* | libnm: add nm-autoptr.h headerThomas Haller2018-03-273-0/+88
* | core: merge branch 'th/dbus-cache-properties'Thomas Haller2018-03-2732-764/+775
|\ \
| * | all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-276-58/+39
| * | config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-273-84/+132
| * | config/trivial: rename dns_config local variableThomas Haller2018-03-272-75/+75
| * | shared: add nm_utils_hash_keys_to_array() helperThomas Haller2018-03-272-21/+36
| * | wifi: rework tracking of wifi-aps to use CListThomas Haller2018-03-278-289/+219
| * | core: rework lookup for exported objects by path to use indexThomas Haller2018-03-271-14/+20
| * | manager: convert hwaddr to binary once in find_device_by_permanent_hw_addr()Thomas Haller2018-03-271-2/+4
| * | core: track devices in manager via embedded CListThomas Haller2018-03-279-203/+205
| * | core/dbus: manually inline helper function to emit InterfacesAdded signalThomas Haller2018-03-261-26/+12
| * | core/dbus: cache variants for D-Bus exported propertiesThomas Haller2018-03-263-24/+65
|/ /
* | libnm-core: trivial: fix indentationFrancesco Giudici2018-03-261-7/+7
* | platform: reorder failure checks in nm_platform_ip_route_sync()Thomas Haller2018-03-261-5/+5
* | ndisc/trivial: indentation and add "const" to auto variableThomas Haller2018-03-261-24/+24
* | libnm: don't use deprecated tags for GOobject introspectionThomas Haller2018-03-269-31/+14
|\ \
| * | libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš2018-03-264-17/+6
| * | libnm: don't use deprecated tags for GOobject introspectionJiří Klimeš2018-03-265-24/+8
* | | gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-2624-100/+46
|/ /
* | platform: improve logging message for failure to add routeThomas Haller2018-03-221-4/+6
* | platform: assert for valid argument in nmp_object_unref()Thomas Haller2018-03-221-0/+2
* | manager: retry activating devices when the parent becomes managedBeniamino Galvani2018-03-221-0/+4
* | core: merge branch 'th/ipv6-ll-reapply-rh1552069' (#75)Thomas Haller2018-03-2132-1997/+817
|\ \
| * | device: merge IPv4 and IPv6 versions of _cleanup_ip_pre()th/ipv6-ll-reapply-rh1552069Thomas Haller2018-03-201-32/+26
| * | device: merge IPv4 and IPv6 versions of queued_ip_config_change()Thomas Haller2018-03-201-102/+92