summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* libnm-util: Fix a minor type problem with GValuePhilip Withnall2018-02-081-1/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-35/+35
* version: rename macro NM_VERSION_CUR_STABLE to NM_API_VERSIONThomas Haller2018-01-231-4/+4
* version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-231-2/+2
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-183-4/+1
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-8/+6
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Use string variables extensivelyIñigo Martínez2018-01-101-5/+5
* meson: Improve dependency systemIñigo Martínez2018-01-102-25/+12
* libnm: drop libnm-util/nm-setting-template.[hc]Thomas Haller2018-01-082-173/+0
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-082-56/+56
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-082-5/+9
* build: Remove default install directoriesIñigo Martínez2018-01-021-10/+3
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-0/+1
* libnm/vpn: fix secret comparisonLubomir Rintel2017-12-181-6/+17
* build: use template files for enum types' sources generationIñigo Martínez2017-12-184-22/+95
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-141-4/+2
* build: fix libnm_linking testIñigo Martínez2017-12-141-1/+1
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+271
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-301-1/+1
* all: use _nm_utils_ip4_*() utils functionsThomas Haller2017-09-051-7/+2
* all: fix minor typos in settings docsYuri Chornoivan2017-07-033-5/+5
* all: replace uses of inet_aton() and friendsThomas Haller2017-06-021-7/+22
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-283-4/+4
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-052-4/+4
* release: bump version to 1.9.0 (development)1.9.0-devLubomir Rintel2017-03-281-0/+14
* build: don't link against libm.soThomas Haller2017-03-231-3/+6
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-172-6/+6
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-141-2/+2
* include: use double-quotes to include our own headersThomas Haller2017-03-0926-55/+55
* settings: drop redundant range check from NMSettingBridgePort::verify()Thomas Haller2017-02-061-28/+2
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-1/+1
* release: bump version to 1.7.0 (development)1.7.0-devThomas Haller2017-01-181-0/+14
* libnm: explicitly set enum values in public nm-dbus-interface.h headersThomas Haller2017-01-041-81/+81
* settings: allow method=shared with manual IPv6 configurationLubomir Rintel2016-11-091-8/+11
* build: merge "libnm-util/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-86/+0
* build: merge "libnm-util/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-200/+1
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-131-5/+0
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-0311-25/+25
* crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-232-6/+1
* all: cleanup includes in header filesThomas Haller2016-08-173-6/+0
* release: bump version to 1.5.0 (development)1.5.0-devLubomir Rintel2016-08-171-0/+14
* libnm-util: document all NMSettingBondError entriesJiří Klimeš2016-08-101-0/+2
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-177-32/+17
* nm-glib: remove G_GNUC_EXTENSIONThomas Haller2016-06-171-11/+11
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-167-8/+8
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-51/+51