summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* core: use nm_dbus_object_get_path() instead of nm_connection_get_path()Thomas Haller2018-04-131-1/+1
* connectivity: also expose fake connectivity states to dispatcherThomas Haller2018-04-111-2/+0
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-2/+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-2/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-3/+11
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-081-0/+4
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-12/+15
* core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-3/+2
* core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-051-3/+2
* core: make connectivity checking per-deviceLubomir Rintel2017-03-281-3/+8
* core: track external activations types in the active-connectionThomas Haller2017-03-161-15/+34
* core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller2017-03-161-1/+1
* core/dispatcher: pass act-request to device dispatcher callsThomas Haller2017-03-161-22/+43
* core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller2017-03-161-5/+11
* core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller2017-03-161-0/+21
* core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-161-39/+39
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* core: introduce default logging macrosBeniamino Galvani2016-10-141-9/+2
* proxy: remove unnecessary APIsAtul Anand2016-10-041-8/+0
* proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller2016-10-041-8/+8
* src: Fixes to add Proxy FeatureAtul Anand2016-10-041-10/+68
* nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada2016-07-281-11/+21
* nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada2016-07-281-4/+22
* dispatcher: use logging helpersBeniamino Galvani2016-03-041-37/+46
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-1/+1
* dispatcher: don't abort when VPN connections have no IPv4Lubomir Rintel2015-11-131-4/+0
* core: separate active and applied connectionLubomir Rintel2015-09-181-25/+38
* dispatcher: don't send object path for devices which are no longer exportedLubomir Rintel2015-08-191-2/+3
* core: final gdbus portingDan Winship2015-08-101-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-1/+0
* core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-241-46/+20
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+1
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-0/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-3/+1
* dispatcher: fix crash due to wrong signature of variant for argument of "Acti...Thomas Haller2015-04-071-1/+1
* core: port the daemon side of the dispatcher to gdbusDan Winship2015-04-031-210/+290
* trivial: remove a tautological compareLubomir Rintel2015-03-191-1/+1
* dispatcher: add an env var indicating a connection is "external"Dan Winship2015-01-191-0/+5
* dispatcher: pass CONNECTION_FILENAME to dispatcher scriptsDan Winship2015-01-121-0/+8
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: port to GDBusDan Winship2014-09-181-2/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-1/+6
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-1/+1
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-011-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-4/+4
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+3