summaryrefslogtreecommitdiff
path: root/src/dnsmasq-manager
Commit message (Expand)AuthorAgeFilesLines
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-1/+1
* dnsmasq/tests: make use of nmtst util to initialize NMPlatformIP4AddressThomas Haller2016-04-111-16/+8
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* dnsmasq-manager: use logging helpersBeniamino Galvani2016-03-041-10/+18
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-193-5/+3
* dnsmasq: refactor creating dnsmasq command line args to pass listen_address a...Thomas Haller2016-02-151-10/+8
* dnsmasq: kill running process from pidfile synchronouslyThomas Haller2016-02-151-15/+22
* coding-style: remove unnecessary bracesThomas Haller2016-02-121-2/+1
* core: include dnsmasq config files in shared connectionschrysn2016-02-121-0/+7
* dnsmasq-manager: lazy create debug logging stringThomas Haller2016-01-301-4/+3
* core: use guint type for glib's source idsThomas Haller2016-01-201-3/+3
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* core: use define for NMDnsMasqManager's "state-changed" signal nameThomas Haller2015-12-072-8/+11
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-2/+1
* dnsmasq/tests: minor refactoring in testThomas Haller2015-11-011-22/+14
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel2015-09-301-0/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-054-6/+4
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-244-5/+4
* test: initialize tests with nmtst_init()Thomas Haller2015-07-121-5/+6
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* build: support runstatedir configure optionPavel Šimerda2015-05-281-1/+1
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-191-11/+3
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-7/+0
* all: consistently include config.hDan Winship2014-11-133-2/+6
* core: drop all remaining core-internal error domainsDan Winship2014-10-222-23/+2
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-35/+8
* all: fix up multiple-include-guard definesDan Winship2014-08-162-6/+6
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* all: port everything to libnmDan Winship2014-08-011-2/+2
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller2014-07-101-27/+2
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-231-2/+1
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* trivial: fix a coverity warningDan Winship2014-01-311-2/+2
* core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams2014-01-235-38/+261
* build: add --with-dnsmasq, to specify dnsmasq pathJan Alexander Steffens2014-01-031-2/+2
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-7/+7
* core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda2013-07-201-4/+4
* core: use non-recursive buildDan Winship2013-05-081-21/+0
* all: remove more pointless NULL checksDan Winship2013-02-131-2/+0
* ifnet: avoid -Wformat-security errorsPavel Šimerda2012-12-111-3/+3
* core: set GError on failures in nm-dnsmasq-manager.c:create_dm_cmd_line()Jiří Klimeš2012-12-041-8/+17
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1