summaryrefslogtreecommitdiff
path: root/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-104-56/+4
* build: fix meson warning about 'install' arg in 'configure_file'Beniamino Galvani2019-08-051-1/+0
* dispatcher: tolerate lack of connection pathLubomir Rintel2019-07-241-6/+2
* dispatcher: add MS Azure endpoint env var expected by cloud-initfg/dhcp_options2env-rh1663253Francesco Giudici2019-07-051-0/+35
* dispatcher/trivial: fix typo in commentFrancesco Giudici2019-07-051-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-114-4/+0
* build/meson: depend test-dispatcher-envp on libnmThomas Haller2019-06-021-1/+4
* dispatcher: log warning when nm-dispatcher quits with requests pendingThomas Haller2019-05-271-0/+15
* build: don't link dispatcher with generated nmdbus-dispatcher bindingsThomas Haller2019-05-273-2/+17
* dispatcher: unown dispatcher D-Bus name on exitThomas Haller2019-05-271-6/+10
* dispatcher: drop GDBusInterfaceSkeleton and generate GDBus bindingsThomas Haller2019-05-271-57/+141
* dispatcher: drop Handler GObjectThomas Haller2019-05-271-98/+42
* dispatcher: keep the GDBusConnection instance in the global variableThomas Haller2019-05-271-7/+6
* dispatcher: parse command line arguments in a seprate functionThomas Haller2019-05-271-11/+22
* dispatcher: don't just exit() but always shutdown before exitingThomas Haller2019-05-271-19/+27
* dispatcher: move global variable ever_aquired_name into "gl" structThomas Haller2019-05-271-5/+4
* dispatcher: unref main loop at exit and remove signal handler sourcesThomas Haller2019-05-271-4/+12
* dispatcher: namespace global variables in a struct "gl"Thomas Haller2019-05-271-20/+22
* dispatcher: use logging macros instead of g_log() directlyThomas Haller2019-05-271-46/+75
* dispatcher: silence message about non-existing dispatcher directoryThomas Haller2019-05-271-2/+4
* dispatcher: log messages about loading scripts per-requestThomas Haller2019-05-271-15/+17
* dispatcher: don't print debug messages of dispatcher in regular modeThomas Haller2019-05-271-3/+4
* dispatcher/trivial: rename logging levelsThomas Haller2019-05-271-14/+14
* dispatcher: look for the scripts in /usr/lib as wellLubomir Rintel2019-04-291-32/+71
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-182-2/+2
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-183-3/+3
* dispatcher/tests: cleanup testsThomas Haller2019-04-121-136/+124
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-123-6/+1
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* build: meson: Add trailing commasIñigo Martínez2018-12-202-9/+9
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-172-5/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-8/+8
* dispatcher/tests: fix test after adding NM_DISPATCHER_ACTIONThomas Haller2018-06-188-19/+10
* dispatcher: add NM_DISPATCHER_ACTION environment variableThomas Haller2018-06-181-0/+2
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-312-9/+8
* dispatcher: rework creating dispatcher environmentThomas Haller2018-05-242-350/+374
* dispatcher: fix leak in construct_device_dhcp4_items()Thomas Haller2018-05-161-10/+10
* dispatcher: extra sanitize names of environment variablesThomas Haller2018-05-161-2/+26
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-102-6/+4
* all: remove consecutive empty linesBeniamino Galvani2018-04-302-3/+0
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Improve dependency systemIñigo Martínez2018-01-102-17/+6
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-083-3/+9
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-1/+1
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+103