summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_dbus_path_not_empty()Thomas Haller2019-11-071-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-2/+2
* checkpoint: fix D-Bus operation to destroy checkpointThomas Haller2018-05-031-1/+1
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* checkpoint/trivial: add fixme commentsThomas Haller2018-04-041-0/+2
* checkpoint: allow resetting the rollback timeout via D-BusThomas Haller2018-04-041-0/+20
* checkpoint: refactor setting error for lookup checkpoint failureThomas Haller2018-04-041-14/+9
* checkpoint: allow overlapping checkpointsThomas Haller2018-04-041-26/+30
* checkpoint: don't let nm_checkpoint_new() failThomas Haller2018-04-041-3/+9
* checkpoint: let each checkpoint schedule its own timeoutThomas Haller2018-04-041-49/+8
* checkpoint: minor cleanup rolling back checkpointsThomas Haller2018-04-041-7/+14
* checkpoint: don't explicitly track checkpoints in a GHashTableThomas Haller2018-04-041-60/+64
* 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-041-17/+17
* checkpoint/trivial: rename nm_checkpoint_manager_unref() to nm_checkpoint_man...Thomas Haller2018-04-041-1/+1
* checkpoint: embed CList in NMCheckpoint instanceThomas Haller2018-04-041-37/+28
* core: add macro for iterating CList of devices of NMManagerThomas Haller2018-04-041-3/+2
* core: track devices in manager via embedded CListThomas Haller2018-03-271-5/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-8/+6
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-3/+1
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* core: export checkpoint list over D-BusBeniamino Galvani2017-11-091-2/+42
* checkpoint: track checkpoints in a listBeniamino Galvani2017-11-091-27/+41
* checkpoint: don't include unrealized devicesBeniamino Galvani2017-11-091-1/+17
* checkpoint: specify path of already existing checkpoint on errorBeniamino Galvani2017-11-091-3/+5
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* checkpoint: introduce new flags to better restore previous stateBeniamino Galvani2016-10-241-1/+5
* core: introduce default logging macrosBeniamino Galvani2016-10-141-8/+2
* core: refactor private data in "src"Thomas Haller2016-10-041-1/+0
* checkpoint: consider all devices when an empty list is passedBeniamino Galvani2016-09-261-3/+10
* checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani2016-08-171-0/+298