summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25settings: extend commit_changes() to update the settings after writingThomas Haller1-0/+1
2017-10-25settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller1-1/+1
2017-10-25settings: get rid of callback arguments for nm_settings_connection_commit_cha...Thomas Haller1-1/+0
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-1/+1
2017-08-28checkpoint: better restore device managed state on rollbackBeniamino Galvani1-6/+18
2017-07-05checkpoint: disconnect device before reactivation during rollbackBeniamino Galvani1-0/+11
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-16core: add activation-type property to active-connectionThomas Haller1-0/+1
2017-03-06checkpoint: reactivate/update connections only if necessary on rollbackBeniamino Galvani1-37/+102
2017-02-16checkpoint: drop a redundant assignmentLubomir Rintel1-1/+1
2017-02-10core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller1-5/+5
2017-01-03exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller1-1/+1
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-3/+3
2016-10-24checkpoint: introduce new flags to better restore previous stateBeniamino Galvani1-1/+55
2016-10-04core: refactor private data in "src"Thomas Haller1-58/+65
2016-09-26checkpoint: restore both applied and settings connectionsBeniamino Galvani1-11/+21
2016-09-26checkpoint: consider all devices when an empty list is passedBeniamino Galvani1-26/+0
2016-09-26checkpoint: use UUID instead of path to match connectionsBeniamino Galvani1-5/+5
2016-09-26checkpoint: better handle unmanaged and unrealized devicesBeniamino Galvani1-26/+45
2016-09-26core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani1-0/+1
2016-09-08core: use _NM_GET_PRIVATE() macrosThomas Haller1-13/+2
2016-08-17checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani1-0/+433