summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: fix compiler warning by refactoring use of inet_ntopth/bgo733806_clangThomas Haller2014-07-311-25/+14
* cli: fix warning in parse_output_fields() about strict-overflowThomas Haller2014-07-311-2/+2
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-07-314-4/+6
* cli: fix warning about uninitialized valueThomas Haller2014-07-311-0/+3
* platform/test: fix warning about uninitialized valueThomas Haller2014-07-311-0/+3
* cli: remove unused static struct nmc_mobile_settingsThomas Haller2014-07-311-11/+0
* platform/test: fix warnings in testThomas Haller2014-07-311-4/+5
* ifcfg-rh: fix warning about duplicate const when declaring stringThomas Haller2014-07-312-3/+2
* olpc: fix wrong state change reason for deviceThomas Haller2014-07-311-2/+2
* core: fix warning calling non-returning g_error()Thomas Haller2014-07-311-0/+1
* vpn: fix warning in vpn-manager about implicit conversion of enum typesThomas Haller2014-07-311-1/+1
* platform: fix warning initializing static array freq_policyThomas Haller2014-07-311-0/+9
* platform: fix warning warning about unused variableThomas Haller2014-07-311-7/+10
* core: fix wrong device state change on failure in NMDeviceEthernetThomas Haller2014-07-311-2/+2
* core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-07-314-5/+5
* libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller2014-07-311-2/+2
* libnm-util: fix warning converting between enum types in nm-setting-8021x.cThomas Haller2014-07-311-2/+7
* all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-07-314-0/+21
* build/clang: fix detection of valid warning flagsThomas Haller2014-07-311-1/+21
* libnm-glib/test: add asserts to test-remote-settings-clientThomas Haller2014-07-311-1/+11
* libnm-glib/test: fix crash in test-remote-settings-clientThomas Haller2014-07-311-0/+2
* all: miscellaneous source-tree reorganization (bgo #733609)Dan Winship2014-07-30195-770/+206
|\
| * core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-3040-45/+13
| * tools: move libnm-glib's fake NM service implementations hereDan Winship2014-07-304-166/+125
| * test: drop this directoryDan Winship2014-07-308-508/+0
| * tools: move debug-helper.py from test/ to tools/Dan Winship2014-07-302-1/+2
| * tools: dist everythingDan Winship2014-07-301-1/+3
| * clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-30150-72/+86
|/
* contrib/rpm: fix up sub-package dependenciesDan Williams2014-07-301-4/+2
* contrib/rpm: set connectivity interval in 20-connectivity-fedora.conf (rh #11...Elad Alfassa2014-07-301-1/+1
* core: refactor nm_ip[46]_config_commit() not to make a copy of routeThomas Haller2014-07-292-12/+12
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-294-6/+11
* core: fix setting next_hop in nm_ip6_config_create_setting()Thomas Haller2014-07-291-2/+1
* config: fix prototype of nm_config_get_connectivity_interval()Thomas Haller2014-07-292-2/+2
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)Jiří Klimeš2014-07-251-1/+1
* libnm-util: fix enum member names in a gtk-doc commentDan Winship2014-07-231-7/+7
* libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warningDan Winship2014-07-231-1/+1
* wwan: allow using the default subscription APN (bgo #729665)Dan Williams2014-07-231-2/+2
* wwan: allow completing new GSM connections without an APN (bgo #729665)Simon Farnsworth2014-07-231-2/+2
* merge: add WWAN support for IPv6 (bgo #682623)Dan Williams2014-07-2315-135/+1043
|\
| * wwan: use a shorter DHCP timeoutdcbw/wwan-ipv6Dan Williams2014-07-231-0/+13
| * dhcp: DHCPv6 OtherConf failures should not be fatalDan Williams2014-07-231-4/+11
| * wwan: don't disconnect if nothing to disconnectDan Williams2014-07-231-1/+5
| * core: remove child devices when a parent's ip_iface becomes knownDan Williams2014-07-231-0/+28
| * wwan: move IP method handling into the modem objectDan Williams2014-07-232-22/+39
| * wwan: add IPv6 support for ModemManager1 (bgo #682623)Dan Williams2014-07-231-32/+178
| * wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-237-27/+418
| * wwan: clean up and split IP method valuesDan Williams2014-07-233-37/+55