summaryrefslogtreecommitdiff
path: root/src/dnsmasq-manager/nm-dnsmasq-manager.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21build: rename "src/dnsmasq-manager" to "src/dnsmasq"Thomas Haller1-395/+0
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-04core: refactor private data in "src"Thomas Haller1-26/+40
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-05-09dnsmasq: don't add router option for non-default-route connectionsLubomir Rintel1-6/+10
2016-05-02core: introduce nm_utils_dnsmasq_status_to_string()Beniamino Galvani1-32/+4
2016-05-02dnsmasq-manager: trivial: remove unused signal slotBeniamino Galvani1-2/+1
2016-05-02dnsmasq-manager: trivial: move class and object functions at bottomBeniamino Galvani1-54/+54
2016-03-04dnsmasq-manager: use logging helpersBeniamino Galvani1-10/+18
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-15dnsmasq: refactor creating dnsmasq command line args to pass listen_address a...Thomas Haller1-10/+8
2016-02-15dnsmasq: kill running process from pidfile synchronouslyThomas Haller1-15/+22
2016-02-12coding-style: remove unnecessary bracesThomas Haller1-2/+1
2016-02-12core: include dnsmasq config files in shared connectionschrysn1-0/+7
2016-01-30dnsmasq-manager: lazy create debug logging stringThomas Haller1-4/+3
2016-01-20core: use guint type for glib's source idsThomas Haller1-3/+3
2016-01-06core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani1-4/+1
2015-12-07core: use define for NMDnsMasqManager's "state-changed" signal nameThomas Haller1-8/+8
2015-09-30dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel1-0/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-05-28build: support runstatedir configure optionPavel Šimerda1-1/+1
2015-01-19core: add nm_utils_setpgid(), and use itDan Winship1-11/+3
2015-01-19core: use GUnixSignalWatchSource to simplify signal handlingDan Winship1-7/+0
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-10-22core: drop all remaining core-internal error domainsDan Winship1-18/+2
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams1-35/+8
2014-07-10core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller1-27/+2
2014-01-23core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams1-38/+17
2014-01-03build: add --with-dnsmasq, to specify dnsmasq pathJan Alexander Steffens1-2/+2
2013-08-03all: replace struct in_addr with guint32Pavel Šimerda1-7/+7
2013-07-20core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda1-4/+4
2013-02-13all: remove more pointless NULL checksDan Winship1-2/+0
2012-12-11ifnet: avoid -Wformat-security errorsPavel Šimerda1-3/+3
2012-12-04core: set GError on failures in nm-dnsmasq-manager.c:create_dm_cmd_line()Jiří Klimeš1-8/+17
2012-05-21core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš1-1/+8
2011-03-04dnsmasq: remove unused variableDan Williams1-1/+0
2011-03-04dnsmasq: send no config file instead of a bogus one (lp:725041) (debian #615082)Dan Williams1-9/+2
2010-10-08build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams1-0/+1
2010-10-07dnsmasq: actually kill stale dnsmasq processDan Williams1-1/+1
2010-06-09dnsmasq: don't allow rogue config file screwing up connection sharingDan Williams1-1/+17
2010-04-07dnsmasq: update loggingDan Williams1-30/+30
2009-11-14dnsmasq: VPN DNS fixesDan Williams1-1/+12
2008-12-31Use g_timeout_add_seconds() to reduce wakeupsJan Kantert1-1/+2
2008-11-04Update license headersDan Williams1-0/+18
2008-10-292008-10-29 Dan Williams <dcbw@redhat.com>Dan Williams1-4/+4
2008-10-13fix wrong debug messageDan Williams1-4/+4
2008-08-272008-08-27 Dan Williams <dcbw@redhat.com>Dan Williams1-8/+11
2008-08-152008-08-15 Dan Williams <dcbw@redhat.com>Dan Williams1-3/+8
2008-08-042008-08-04 Dan Williams <dcbw@redhat.com>Dan Williams1-0/+1