summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher
Commit message (Expand)AuthorAgeFilesLines
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-1/+1
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-231-15/+15
* dispatcher: make global data in "nm-dispatcher.c" staticThomas Haller2022-10-251-1/+1
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-17/+17
* all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-211-1/+6
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-294-163/+163
* glib-aux: rename nm_g_timeout_add_source_seconds() to nm_g_timeout_add_second...Thomas Haller2021-10-081-1/+1
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-191-0/+15
* nm-sudo,dispatcher: rename and refactor code to make them more similarThomas Haller2021-08-061-54/+66
* dispatcher: reject new requests after releasing nameThomas Haller2021-08-061-37/+63
* dispatcher: add D-Bus method "Ping"Thomas Haller2021-08-041-0/+33
* dispatcher: support enabling debug logging via environment variableThomas Haller2021-08-041-10/+43
* dispatcher: fix race for exit-on-idleThomas Haller2021-08-041-83/+155
* dispatcher: minor various cleanup of timeout and shutdownThomas Haller2021-08-041-11/+18
* dispatcher: use nm_g_bus_get_blocking() to create GDBusConnectionThomas Haller2021-08-041-4/+12
* dispatcher: add cancellable for tracking SIGTERMThomas Haller2021-08-041-0/+6
* dispatcher: ignore SIGPIPEThomas Haller2021-08-041-0/+1
* dispatcher: setup signal handler as firstThomas Haller2021-08-041-5/+6
* dispatcher: use GSource instead of source idsThomas Haller2021-08-041-22/+23
* dispatcher: replace GMainLoop by explicit context iterationThomas Haller2021-08-041-10/+12
* dispatcher: add comment about exit-on-idle raceThomas Haller2021-08-041-0/+3
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-4/+4
* build: fix linking libnm-log-null into different test programsThomas Haller2021-07-052-0/+2
* all: don't explicitly include <glib-unix.h>Thomas Haller2021-06-281-1/+0
* core,nm-dispatcher: use nm_utils_get_process_exit_status_desc()Beniamino Galvani2021-06-111-18/+6
* dispatcher: set G_LOG_DOMAIN to "nm-dispatcher"Thomas Haller2021-03-181-0/+2
* build/meson: fix test name for "test-dispatcher-envp"Thomas Haller2021-03-151-1/+1
* build: move "dispatcher/" to "src/nm-dispatcher/"th/build-meson-cleanupThomas Haller2021-02-2816-0/+2786