summaryrefslogtreecommitdiff
path: root/src/nm-keep-alive.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* core: add and use nm_keep_alive_destroy()Thomas Haller2019-06-271-0/+20
* all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-1/+1
* all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-121-41/+23
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: fix misspellingsRafael Fontenelle2019-01-241-2/+2
* keep-alive: only declare keep-alive dead when connection becomes invisibleThomas Haller2018-12-091-7/+32
* keep-alive: default keep-alive instance to aliveThomas Haller2018-12-091-13/+31
* keep-alive: log alive/dead status of keep-alive instanceThomas Haller2018-12-091-0/+1
* keep-alive: drop unused nm_keep_alive_set_forced()Thomas Haller2018-12-091-17/+0
* keep-alive: let NMKeepAlive instance access the owner object that it is keepi...Thomas Haller2018-12-091-0/+60
* keep-alive: rename nm_keep_alive_sink() to nm_keep_alive_arm()Thomas Haller2018-12-091-15/+33
* keep-alive: drop "floating" argument from nm_keep_alive_new()Thomas Haller2018-12-091-9/+8
* keep-alive: add nm_keep_alive_disarm() to silence notifications once we disco...Thomas Haller2018-12-091-4/+40
* keep-alive: check GetNameOwner lazy and only when we rely on the informationThomas Haller2018-11-201-15/+38
* keep-alive: avoid race with with D-Bus client disconnecting earlyBenjamin Berg2018-11-191-2/+54
* keep-alive: minor cleanup of nm_keep_alive_set_dbus_client_watch()Thomas Haller2018-11-171-20/+26
* keep-alive: cleanup tracking visible state of connectionThomas Haller2018-11-171-12/+29
* keep-alive: cache the alive-state and only emit the signal when it changedThomas Haller2018-11-171-15/+39
* keep-alive: various style fixesThomas Haller2018-11-171-30/+46
* keep-alive: drop unused error argumentThomas Haller2018-11-171-4/+3
* core: Introduce helper class to track connection keep aliveBenjamin Berg2018-11-171-0/+251