summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dispatcher/trivial: add FIXME comment about how to fix shutdown of NtworkManagerThomas Haller2019-05-271-0/+8
* dispatcher: log ifname/con_uuid as structured logging for dispatcher requestsThomas Haller2019-05-271-39/+98
* dispatcher: cleanup nm_dispatcher_call_cancel()Thomas Haller2019-05-271-7/+7
* dispatcher: use GDBusConnection instead of GDBusProxy in "nm-dispatcher.c"Thomas Haller2019-05-271-72/+76
* dispatcher: replace guint call-id by opaque NMDispatcherCallIdThomas Haller2019-05-271-73/+58
* dispatcher: add logging macros for per-request messagesThomas Haller2019-05-271-24/+45
* dispatcher: cleanup constructing parameter in _dispatcher_call()Thomas Haller2019-05-271-43/+33
* dispatcher: cleanup dispatcher_results_process()Thomas Haller2019-05-271-28/+18
* src/dispatcher: do not monitor dispatcher scriptsLubomir Rintel2019-04-261-145/+4
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+0
* 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