summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-3/+3
2018-04-13core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller1-1/+1
2018-04-11connectivity: also expose fake connectivity states to dispatcherThomas Haller1-2/+0
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-2/+3
2017-11-16all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller1-1/+1
2017-11-16all: don't use g_direct_equal() for hash table equality functionThomas Haller1-2/+2
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-3/+11
2017-09-08core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller1-0/+4
2017-07-25core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller1-12/+15
2017-07-05core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller1-3/+2
2017-07-05core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller1-3/+2
2017-03-28core: make connectivity checking per-deviceLubomir Rintel1-3/+8
2017-03-16core: track external activations types in the active-connectionThomas Haller1-15/+34
2017-03-16core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller1-1/+1
2017-03-16core/dispatcher: pass act-request to device dispatcher callsThomas Haller1-22/+43
2017-03-16core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller1-5/+11
2017-03-16core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller1-0/+21
2017-03-16core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller1-39/+39
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-3/+3
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-04proxy: remove unnecessary APIsAtul Anand1-8/+0
2016-10-04proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller1-8/+8
2016-10-04src: Fixes to add Proxy FeatureAtul Anand1-10/+68
2016-07-28nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada1-11/+21
2016-07-28nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada1-4/+22
2016-03-04dispatcher: use logging helpersBeniamino Galvani1-37/+46
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-14all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller1-1/+1
2015-11-13dispatcher: don't abort when VPN connections have no IPv4Lubomir Rintel1-4/+0
2015-09-18core: separate active and applied connectionLubomir Rintel1-25/+38
2015-08-19dispatcher: don't send object path for devices which are no longer exportedLubomir Rintel1-2/+3
2015-08-10core: final gdbus portingDan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-1/+0
2015-07-24core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship1-46/+20
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-1/+1
2015-07-24core: add missing g_dbus_error_strip_remote_error() callsDan Winship1-0/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-3/+1
2015-04-07dispatcher: fix crash due to wrong signature of variant for argument of "Acti...Thomas Haller1-1/+1
2015-04-03core: port the daemon side of the dispatcher to gdbusDan Winship1-210/+290
2015-03-19trivial: remove a tautological compareLubomir Rintel1-1/+1
2015-01-19dispatcher: add an env var indicating a connection is "external"Dan Winship1-0/+5
2015-01-12dispatcher: pass CONNECTION_FILENAME to dispatcher scriptsDan Winship1-0/+8
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-09-18libnm: port to GDBusDan Winship1-2/+1
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship1-1/+6
2014-09-04libnm-core: rename NMConnection to/from_hash methodsDan Winship1-1/+1
2014-08-01libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship1-1/+1
2014-08-01libnm, core, cli, tui: fix the capitalization of various typesDan Winship1-4/+4
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship1-0/+3