summaryrefslogtreecommitdiff
path: root/dispatcher
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-27dispatcher: drop Handler GObjectThomas Haller1-98/+42
2019-05-27dispatcher: keep the GDBusConnection instance in the global variableThomas Haller1-7/+6
2019-05-27dispatcher: parse command line arguments in a seprate functionThomas Haller1-11/+22
2019-05-27dispatcher: don't just exit() but always shutdown before exitingThomas Haller1-19/+27
2019-05-27dispatcher: move global variable ever_aquired_name into "gl" structThomas Haller1-5/+4
2019-05-27dispatcher: unref main loop at exit and remove signal handler sourcesThomas Haller1-4/+12
2019-05-27dispatcher: namespace global variables in a struct "gl"Thomas Haller1-20/+22
2019-05-27dispatcher: use logging macros instead of g_log() directlyThomas Haller1-46/+75
2019-05-27dispatcher: silence message about non-existing dispatcher directoryThomas Haller1-2/+4
2019-05-27dispatcher: log messages about loading scripts per-requestThomas Haller1-15/+17
2019-05-27dispatcher: don't print debug messages of dispatcher in regular modeThomas Haller1-3/+4
2019-05-27dispatcher/trivial: rename logging levelsThomas Haller1-14/+14
2019-04-29dispatcher: look for the scripts in /usr/lib as wellLubomir Rintel1-32/+71
2019-04-18build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2-2/+2