summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.hDan Winship2014-08-011-8/+0
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-0113-43/+39
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-012-2/+2
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-0133-511/+511
* libnm: remove all deprecated functions and typesDan Winship2014-08-011-1/+0
* all: port everything to libnmDan Winship2014-08-0132-105/+67
* core: refactoring logging in NMDevice to use new _LOG() macrosThomas Haller2014-08-011-426/+294
* core/trivial: change variable name for self pointer in NMDevice to @selfThomas Haller2014-08-013-525/+526
* core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-08-011-0/+13
* core/logging: add new logging macro nm_log_obj()Thomas Haller2014-08-011-0/+27
* core/logging: define nm_log() to check for nm_logging_enabled() firstThomas Haller2014-08-011-1/+7
* core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-08-013-11/+11
* core/logging: define logging macros based on nm_log()Thomas Haller2014-08-011-12/+5
* core/logging: ensure that logging is always initializedThomas Haller2014-08-011-2/+12
* core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-08-013-32/+36
* core/logging: return static string from nm_logging_level_to_string()Thomas Haller2014-08-013-7/+5
* core/logging: align logging after "<LEVEL>" prefixThomas Haller2014-08-011-2/+2
* core/logging: add assert to nm_logging_setup() to check input argumentsThomas Haller2014-08-011-0/+3
* core/logging: remove unused #undef from header fileThomas Haller2014-08-011-11/+0
* core: no need to clone ifname in nm_device_generate_connection()Thomas Haller2014-08-011-3/+1
* build/dns: fix compilation error due to invalid #include pathThomas Haller2014-08-011-1/+1
* dns: fix compiler warning by refactoring use of inet_ntopThomas Haller2014-08-011-25/+14
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-013-3/+5
* platform/test: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
* platform/test: fix warnings in testThomas Haller2014-08-011-4/+5
* ifcfg-rh: fix warning about duplicate const when declaring stringThomas Haller2014-08-012-3/+2
* olpc: fix wrong state change reason for deviceThomas Haller2014-08-011-2/+2
* core: fix warning calling non-returning g_error()Thomas Haller2014-08-011-0/+1
* vpn: fix warning in vpn-manager about implicit conversion of enum typesThomas Haller2014-08-011-1/+1
* platform: fix warning initializing static array freq_policyThomas Haller2014-08-011-0/+9
* platform: fix warning warning about unused variableThomas Haller2014-08-011-7/+10
* core: fix wrong device state change on failure in NMDeviceEthernetThomas Haller2014-08-011-2/+2
* core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-08-014-5/+5
* dhcpcd: pass noarp option to dhcpcd (bgo #733801)Thomas Haller2014-07-311-0/+3
* build: fix linker error for '--disable-concheck' and add '--with-libsoup'Thomas Haller2014-07-312-2/+2
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-3037-41/+9
* 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
* ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)Jiří Klimeš2014-07-251-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
* 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