| Commit message (Expand) | Author | Age | Files | Lines |
* | all/tests: split core part out of "nm-test-utils.h" | Thomas Haller | 2016-05-17 | 1 | -1/+1 |
* | core: add nm_utils_ip6_address_same_prefix() util | Thomas Haller | 2016-04-11 | 1 | -0/+117 |
* | build: compile with -Wno-duplicate-decl-specifier | Thomas Haller | 2016-03-09 | 1 | -1/+26 |
* | all: cleanup includes and let "nm-default.h" include "config.h" | Thomas Haller | 2016-02-19 | 1 | -2/+1 |
* | all/trivial: rename STRLEN() macro to NM_STRLEN() | Thomas Haller | 2016-02-14 | 1 | -2/+2 |
* | core: fix matching of default metric value for static routes | Beniamino Galvani | 2016-02-11 | 1 | -17/+131 |
* | core: fix assuming a connection without S390 properties (rh #1276343) | Jiří Klimeš | 2015-11-03 | 1 | -0/+33 |
* | utils: add flags2str utility functions | Thomas Haller | 2015-11-02 | 1 | -0/+112 |
* | tests: add a testcase for matching VLAN connections | Jiří Klimeš | 2015-10-27 | 1 | -0/+57 |
* | config: allow to enable/disable configuration snippets | Thomas Haller | 2015-10-05 | 1 | -0/+143 |
* | all: make use of new header file "nm-default.h" | Thomas Haller | 2015-08-05 | 1 | -2/+1 |
* | all: rename nm-glib-compat.h to nm-glib.h, use everywhere | Dan Winship | 2015-07-24 | 1 | -1/+1 |
* | core: add nm_match_spec_join() function | Thomas Haller | 2015-07-02 | 1 | -1/+15 |
* | utils: strip whitespace for device spec in nm_match_spec_split() | Thomas Haller | 2015-07-02 | 1 | -1/+7 |
* | utils: match a cloned mac address with a connection that does not specify it | Lubomir Rintel | 2015-04-27 | 1 | -0/+45 |
* | libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/ | Thomas Haller | 2015-03-12 | 1 | -48/+0 |
* | trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener... | Thomas Haller | 2015-03-12 | 1 | -2/+2 |
* | libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/ | Thomas Haller | 2015-03-12 | 1 | -130/+0 |
* | trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64() | Thomas Haller | 2015-03-12 | 1 | -2/+2 |
* | core: add nm_match_spec_split() function | Thomas Haller | 2015-02-24 | 1 | -9/+16 |
* | core: support "except:" spec to negate match | Thomas Haller | 2015-02-24 | 1 | -12/+32 |
* | core: rework matching of nm_match_spec() | Thomas Haller | 2015-02-24 | 1 | -3/+5 |
* | core/test: add test for nm_match_spec() | Thomas Haller | 2015-02-24 | 1 | -0/+84 |
* | tests: fix setting MAC address in tests | Jiří Klimeš | 2014-12-11 | 1 | -3/+1 |
* | core: add nm_utils_uuid_generate_from_strings() | Thomas Haller | 2014-12-04 | 1 | -0/+49 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 1 | -0/+2 |
* | libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway | Dan Winship | 2014-11-07 | 1 | -2/+4 |
* | libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes | Dan Winship | 2014-11-07 | 1 | -30/+28 |
* | libnm-core, all: merge IPv4 and IPv6 address/route types | Dan Winship | 2014-11-07 | 1 | -16/+8 |
* | build: fix -Wstrict-prototypes warnings | Thomas Haller | 2014-10-29 | 1 | -1/+1 |
* | libnm-core: add nm-core-types.h, remove cross-includes | Dan Winship | 2014-10-28 | 1 | -1/+1 |
* | core: add nm_utils_log_connection_diff | Thomas Haller | 2014-10-12 | 1 | -0/+55 |
* | core: prefer connections with higher priority for autoconnect | Thomas Haller | 2014-10-12 | 1 | -0/+100 |
* | libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRV | Dan Winship | 2014-09-04 | 1 | -6/+1 |
* | trivial: don't shadow rand(3) | Dan Williams | 2014-08-20 | 1 | -12/+12 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 1 | -9/+9 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 1 | -1/+0 |
* | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 1 | -1/+1 |
* | libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow) | Thomas Haller | 2014-08-01 | 1 | -1/+1 |
* | core/test: move src/tests/test-general over to nm-test-utils.h (nmtst) | Thomas Haller | 2014-07-10 | 1 | -6/+5 |
* | trivial: clarify comments in test-general.c and NetworkManagerUtils.c | Jiří Klimeš | 2014-05-30 | 1 | -5/+5 |
* | core: take over connections with IPv6 method 'ignore' for 'auto' (rh #1083196) | Jiří Klimeš | 2014-05-30 | 1 | -0/+36 |
* | all: g_type_init() has been deprecated in GLib 2.35.0 | Jiří Klimeš | 2014-05-27 | 1 | -0/+2 |
* | tests: improve tests for nm_utils_match_connection() function | Jiří Klimeš | 2014-04-11 | 1 | -0/+113 |
* | core: refactor nm_utils_ascii_str_to_int64() | Thomas Haller | 2014-04-10 | 1 | -20/+114 |
* | core: improve ifname matching of existing x generated connections (rh #1077743) | Jiří Klimeš | 2014-03-21 | 1 | -0/+35 |
* | core: allow matching IPv6 'link-local' method to 'ignore' (rh #1073824) | Jiří Klimeš | 2014-03-12 | 1 | -0/+35 |
* | core: match IPv4 'disabled' method to 'auto' when device has no link | Dan Williams | 2014-03-04 | 1 | -3/+44 |
* | core: refactor connection matching and add testcase | Dan Williams | 2014-03-04 | 1 | -0/+111 |
* | core: add function nm_utils_ip6_address_clear_host_address() | Thomas Haller | 2014-02-14 | 1 | -0/+71 |