summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint-manager.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-07all: use nm_dbus_path_not_empty()Thomas Haller1-1/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2018-08-28settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller1-2/+2
2018-05-03checkpoint: fix D-Bus operation to destroy checkpointThomas Haller1-1/+1
2018-04-18shared: drop duplicate c-list.h headerBeniamino Galvani1-1/+1
2018-04-04checkpoint/trivial: add fixme commentsThomas Haller1-0/+2
2018-04-04checkpoint: allow resetting the rollback timeout via D-BusThomas Haller1-0/+20
2018-04-04checkpoint: refactor setting error for lookup checkpoint failureThomas Haller1-14/+9
2018-04-04checkpoint: allow overlapping checkpointsThomas Haller1-26/+30
2018-04-04checkpoint: don't let nm_checkpoint_new() failThomas Haller1-3/+9
2018-04-04checkpoint: let each checkpoint schedule its own timeoutThomas Haller1-49/+8
2018-04-04checkpoint: minor cleanup rolling back checkpointsThomas Haller1-7/+14
2018-04-04checkpoint: don't explicitly track checkpoints in a GHashTableThomas Haller1-60/+64
2018-04-04checkpoint: refactor nm_checkpoint_manager_create() to simplify creating devi...Thomas Haller1-26/+18
2018-04-04checkpoint: skip unrealized devices in nm_checkpoint_manager_create()Thomas Haller1-0/+5
2018-04-04checkpoint/trivial: rename local variable @checkpoint_pathThomas Haller1-17/+17
2018-04-04checkpoint/trivial: rename nm_checkpoint_manager_unref() to nm_checkpoint_man...Thomas Haller1-1/+1
2018-04-04checkpoint: embed CList in NMCheckpoint instanceThomas Haller1-37/+28
2018-04-04core: add macro for iterating CList of devices of NMManagerThomas Haller1-3/+2
2018-03-27core: track devices in manager via embedded CListThomas Haller1-5/+3
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-8/+6
2018-01-18all: require glib 2.40Lubomir Rintel1-3/+1
2017-11-28c-list: re-import latest version of c-list.h from upstreamThomas Haller1-1/+1
2017-11-09core: export checkpoint list over D-BusBeniamino Galvani1-2/+42
2017-11-09checkpoint: track checkpoints in a listBeniamino Galvani1-27/+41
2017-11-09checkpoint: don't include unrealized devicesBeniamino Galvani1-1/+17
2017-11-09checkpoint: specify path of already existing checkpoint on errorBeniamino Galvani1-3/+5
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-10-24checkpoint: introduce new flags to better restore previous stateBeniamino Galvani1-1/+5
2016-10-14core: introduce default logging macrosBeniamino Galvani1-8/+2
2016-10-04core: refactor private data in "src"Thomas Haller1-1/+0
2016-09-26checkpoint: consider all devices when an empty list is passedBeniamino Galvani1-3/+10
2016-08-17checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani1-0/+298