summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpoint: minor cleanup of device_checkpoint_create()th/checkpointThomas Haller2018-03-301-13/+10
* examples: improve checkpoint.py for python/giThomas Haller2018-03-291-48/+100
* examples: add python utils for examplesThomas Haller2018-03-292-0/+74
* checkpoint: allow resetting the rollback timeout via D-BusThomas Haller2018-03-2912-4/+302
* checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller2018-03-292-2/+3
* checkpoint: refactor setting error for lookup checkpoint failureThomas Haller2018-03-292-15/+11
* checkpoint: allow overlapping checkpointsThomas Haller2018-03-294-30/+78
* checkpoint: don't let nm_checkpoint_new() failThomas Haller2018-03-293-14/+12
* checkpoint: let each checkpoint schedule its own timeoutThomas Haller2018-03-293-66/+65
* checkpoint: simplify device_checkpoint_create() to never failThomas Haller2018-03-291-11/+8
* checkpoint: rework timeout tracking for checkpointsThomas Haller2018-03-291-7/+14
* checkpoint: don't explicitly track checkpoints in a GHashTableThomas Haller2018-03-293-72/+76
* checkpoint: refactor nm_checkpoint_manager_create() to simplify creating devi...Thomas Haller2018-03-291-26/+18
* checkpoint: skip unrealized devices in nm_checkpoint_manager_create()Thomas Haller2018-03-291-0/+5
* checkpoint/trivial: rename local variable @checkpoint_pathThomas Haller2018-03-292-19/+19
* checkpoint/trivial: rename nm_checkpoint_manager_unref() to nm_checkpoint_man...Thomas Haller2018-03-293-3/+4
* checkpoint: embed CList in NMCheckpoint instanceThomas Haller2018-03-294-48/+51
* libnm: fix crash creating checkpoint during find_checkpoint_info()Thomas Haller2018-03-291-10/+30
* libnm: minor cleanup of nm_manager_get_device_by_path()Thomas Haller2018-03-291-5/+3
* device/trival: rename NMIwdManagerPrivate.nm_manager field to "manager"Thomas Haller2018-03-291-9/+9
* core: add macro for iterating CList of devices of NMManagerThomas Haller2018-03-296-33/+36
* core: drop unused nm_dbus_utils_g_value_set_object_path_array() functionThomas Haller2018-03-292-32/+0
* checkpoint: rework getting NM_CHECKPOINT_DEVICES propertyThomas Haller2018-03-291-7/+3
* core: add nm_dbus_utils_g_value_set_object_path_from_hash() helperThomas Haller2018-03-292-1/+35
* 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
|\