NetworkManager/callouts
Thomas Haller 37361a038f dispatcher: refactor constructing environment variables from strv
This also avoids warnings with -O2 -Wstrict-overflow (gcc-4.8.3):

    make[4]: Entering directory `./NetworkManager/callouts'
      CC       libtest_dispatcher_envp_la-nm-dispatcher-utils.lo
    nm-dispatcher-utils.c: In function 'construct_ip6_items':
    nm-dispatcher-utils.c:283:8: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
         if (i != 0)
            ^
    nm-dispatcher-utils.c: In function 'construct_ip4_items':
    nm-dispatcher-utils.c:144:8: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
         if (i != 0)
            ^
    nm-dispatcher-utils.c:168:8: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
         if (i != 0)
            ^

https://bugzilla.gnome.org/show_bug.cgi?id=741168
2014-12-08 19:14:31 +01:00
..
tests dispatcher: Fix tests 2014-11-20 11:59:56 +01:00
77-nm-olpc-mesh.rules olpc: add mesh device logic and config setting 2009-08-05 16:34:02 -04:00
Makefile.am callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCES 2014-10-28 17:50:24 -04:00
nm-avahi-autoipd-action.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-avahi-autoipd.conf dbus: final dbus policy fixes (bgo #563730) 2009-02-17 10:43:53 -05:00
nm-dispatcher-api.h dispatcher: port to GDBus 2014-09-18 11:26:59 -04:00
nm-dispatcher-utils.c dispatcher: refactor constructing environment variables from strv 2014-12-08 19:14:31 +01:00
nm-dispatcher-utils.h dispatcher: port to GDBus 2014-09-18 11:26:59 -04:00
nm-dispatcher.c callout: ignore waitpid() return value 2014-12-05 09:38:40 +01:00
nm-dispatcher.conf dbus: final dbus policy fixes (bgo #563730) 2009-02-17 10:43:53 -05:00
nm-dispatcher.xml dispatcher: port to GDBus 2014-09-18 11:26:59 -04:00
org.freedesktop.nm_dispatcher.service.in dispatcher: rename executable to 'nm-dispatcher' 2014-06-06 13:43:45 -05:00