summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifupdown
Commit message (Expand)AuthorAgeFilesLines
* all: use cast macros instead of C castThomas Haller2017-12-061-1/+1
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-051-6/+6
* settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-051-0/+2
* settings: extend commit_changes() to update the settings after writingThomas Haller2017-10-251-0/+1
* settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-251-1/+1
* settings: get rid of callback arguments for nm_settings_connection_commit_cha...Thomas Haller2017-10-251-1/+3
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-4/+4
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-38/+52
* include: use double-quotes to include our own headersThomas Haller2017-03-091-1/+1
* ifupdown: remove redundant error checkLubomir Rintel2017-01-161-9/+0
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+1
* ifupdown/trivial: whitespace fixupFrancesco Giudici2016-11-241-3/+3
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-215-7/+7
* build: merge "src/settings/plugins/ifupdown/tests/Makefile.am" into toplevel ...Thomas Haller2016-10-212-40/+0
* build: merge "src/settings/plugins/ifupdown/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-52/+1
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* settings/build: add linker version script for settings pluginsThomas Haller2016-10-131-7/+8
* build: move check_so_symbols for settings plugins to parent makefileThomas Haller2016-10-132-5/+6
* ifupdown: rename files to "nms-ifupdown-*"Thomas Haller2016-10-1110-25/+26
* settings/build: build and use libnms-*-core.la libraryThomas Haller2016-10-112-8/+20
* build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-062-2/+2
* core: refactor private data in "src"Thomas Haller2016-10-044-196/+164
* build: add macro to check shared objects symbolsBeniamino Galvani2016-09-201-1/+3
* tests/ifupdown: add missing source-stanza files reference from makefileFrancesco Giudici2016-09-131-1/+2
* ifupdown: add curly braces to for loopThomas Haller2016-09-071-1/+2
* plugins: ifupdown: support source-directory stanzaScott Sweeny2016-09-074-12/+61
* tests: try to resolve the .so file symbolsLubomir Rintel2016-08-231-0/+3
* all: cleanup includes in header filesThomas Haller2016-08-174-12/+5
* ifupdown/tests: fix memory leaksBeniamino Galvani2016-06-032-2/+4
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* ifupdown: avoid calloc()Lubomir Rintel2016-04-291-8/+8
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* ifupdown: style fixesLubomir Rintel2016-03-158-53/+49
* ifupdown: fix up a bad rebaseLubomir Rintel2016-03-141-1/+1
* ifupdown: set wireless modeLubomir Rintel2016-03-141-0/+10
* ifupdown: ssid is now GBytes for quite some timeLubomir Rintel2016-03-141-8/+6
* ifupdown: wireless-essid is good tooLubomir Rintel2016-03-141-0/+1
* ifupdown: don't remove the object in its constructorLubomir Rintel2016-03-142-100/+11
* ifupdown: drop a bogus warningLubomir Rintel2016-03-141-6/+4
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+2
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-195-21/+17
* ifupdown: convert last tests to g_assert()Dan Williams2016-02-111-267/+51
* all/tests: fix messages for ASSERT() macroThomas Haller2016-02-031-3/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-0/+2
* core: fix interface type namesDan Winship2015-09-101-6/+6
* settings: trivial: rename NMSystemConfigInterface to NMSettingsPluginDan Winship2015-09-104-67/+67
* settings: implement setting plugins via NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-08-131-10/+5
* core: final gdbus portingDan Winship2015-08-101-1/+0