summaryrefslogtreecommitdiff
path: root/dispatcher
AgeCommit message (Expand)AuthorFilesLines
2021-02-28build: move "dispatcher/" to "src/nm-dispatcher/"Thomas Haller16-2783/+0
2021-02-28build/meson: cleanup libnm-client-aux-externThomas Haller1-1/+0
2021-02-28build/meson: drop libnm_nm_default_dep dependencyThomas Haller2-3/+1
2021-02-28build/meson: cleanup dependencies for libnm-core-aux-externThomas Haller1-1/+1
2021-02-28build/meson: cleanup libnm-glib-aux dependenciesThomas Haller2-5/+15
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller4-4/+4
2021-02-24shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"Thomas Haller1-1/+1
2021-02-18all: change G_LOG_DOMAIN to "nm"Thomas Haller2-9/+1
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller5-5/+6
2021-02-09all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller5-7/+4
2021-02-09build/meson: cleanup dispatcher/meson.buildThomas Haller2-26/+28
2021-01-27build/meson: rename "libnm_utils_base" to "libnm_glib_aux"Thomas Haller1-1/+1
2021-01-05all: update deprecated SPDX license identifiersThomas Haller6-6/+6
2020-11-23introspection: avoid compiler warning in generated introspection filesThomas Haller1-12/+8
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller4-4/+4
2020-09-28format: replace tabs for indentation in code commentsThomas Haller3-82/+82
2020-09-28all: reformat all with new clang-format styleAntonio Cardace4-1844/+1803
2020-09-02all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller1-1/+1
2020-04-30dispatcher: minor cleanup error paths in script_dispatch()Thomas Haller1-9/+8
2020-04-30dispatcher: clarify documentation about first argument to dispatcher scripts ...Thomas Haller1-1/+5
2020-04-15dbus: indent by 4 space in "nm-ifcfg-rh.conf" D-Bus configuration fileThomas Haller1-1/+0
2020-04-15dbus: don't use tabs in "nm-dispatcher.conf" D-Bus configuration fileThomas Haller1-5/+5
2020-03-28meson: merge branch 'inigomartinez/meson-license'Thomas Haller2-0/+4
2020-03-25build/meson: fix build by link nm-dispatcher with libnm-glib-aux.laThomas Haller1-0/+1
2020-03-25dispatcher: use nm_str_hash() for hash table in dispatcherThomas Haller1-1/+1
2020-03-23all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller1-1/+1
2020-02-17license: Add license using SPDX identifiers to meson build filesIñigo Martínez2-0/+4
2019-11-28dispatcher: silently ignore empty filesThomas Haller1-3/+4
2019-11-28dispatcher: cleanup loop in find_scripts() to avoid explicit free()Thomas Haller1-6/+3
2019-11-27dispatcher: use free() to free memory allocated with malloc()Thomas Haller1-4/+5
2019-11-27dispatcher: fix detection of no-wait dispatcher scriptsThomas Haller1-1/+1
2019-11-22build/meson: cleanup configuration_data() for pathsThomas Haller1-7/+1
2019-10-01meson: Rename variables related to pkg-config variablesIñigo Martínez1-1/+1
2019-10-01meson: Improve dispatcher test build fileIñigo Martínez1-14/+12
2019-10-01meson: Avoid the creation of extra variablesIñigo Martínez1-9/+5
2019-10-01meson: Remove extra new lineIñigo Martínez1-1/+0
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez2-2/+3
2019-10-01meson: Use generators placeholdersIñigo Martínez1-3/+2
2019-10-01all: manually drop code comments with file descriptionThomas Haller4-7/+3
2019-09-10all: SPDX header conversionLubomir Rintel4-56/+4
2019-08-05build: fix meson warning about 'install' arg in 'configure_file'Beniamino Galvani1-1/+0
2019-07-24dispatcher: tolerate lack of connection pathLubomir Rintel1-6/+2
2019-07-05dispatcher: add MS Azure endpoint env var expected by cloud-initFrancesco Giudici1-0/+35
2019-07-05dispatcher/trivial: fix typo in commentFrancesco Giudici1-1/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller4-4/+0
2019-06-02build/meson: depend test-dispatcher-envp on libnmThomas Haller1-1/+4
2019-05-27dispatcher: log warning when nm-dispatcher quits with requests pendingThomas Haller1-0/+15
2019-05-27build: don't link dispatcher with generated nmdbus-dispatcher bindingsThomas Haller3-2/+17
2019-05-27dispatcher: unown dispatcher D-Bus name on exitThomas Haller1-6/+10
2019-05-27dispatcher: drop GDBusInterfaceSkeleton and generate GDBus bindingsThomas Haller1-57/+141