summaryrefslogtreecommitdiff
path: root/src/nm-checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-051-6/+6
* settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-051-0/+2
* checkpoint: don't bypass settings-connection commit code on rollbackThomas Haller2017-12-051-3/+1
* core: track NMActiveConnection in manager with CListThomas Haller2017-11-271-6/+4
* core: merge nm_settings_get_connections_sorted() with nm_settings_get_connect...Thomas Haller2017-11-271-1/+3
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* settings: extend commit_changes() to update the settings after writingThomas Haller2017-10-251-0/+1
* settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-251-1/+1
* settings: get rid of callback arguments for nm_settings_connection_commit_cha...Thomas Haller2017-10-251-1/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* checkpoint: better restore device managed state on rollbackBeniamino Galvani2017-08-281-6/+18
* checkpoint: disconnect device before reactivation during rollbackBeniamino Galvani2017-07-051-0/+11
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* core: add activation-type property to active-connectionThomas Haller2017-03-161-0/+1
* checkpoint: reactivate/update connections only if necessary on rollbackBeniamino Galvani2017-03-061-37/+102
* checkpoint: drop a redundant assignmentLubomir Rintel2017-02-161-1/+1
* core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller2017-02-101-5/+5
* exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-1/+1
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* checkpoint: introduce new flags to better restore previous stateBeniamino Galvani2016-10-241-1/+55
* core: refactor private data in "src"Thomas Haller2016-10-041-58/+65
* checkpoint: restore both applied and settings connectionsBeniamino Galvani2016-09-261-11/+21
* checkpoint: consider all devices when an empty list is passedBeniamino Galvani2016-09-261-26/+0
* checkpoint: use UUID instead of path to match connectionsBeniamino Galvani2016-09-261-5/+5
* checkpoint: better handle unmanaged and unrealized devicesBeniamino Galvani2016-09-261-26/+45
* core: allow passing an applied connection to nm_act_request_new()Beniamino Galvani2016-09-261-0/+1
* core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-081-13/+2
* checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani2016-08-171-0/+433