summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: refactoring logging in NMDevice to use new _LOG() macrosth/bgo733212_loggingThomas Haller2014-07-311-205/+205
* core: refactoring logging in NMDevice to use new _LOG() macrosThomas Haller2014-07-311-426/+294
* core/trivial: change local variable names to @selfThomas Haller2014-07-313-525/+526
* fixup! core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-07-311-11/+10
* fixup! core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-07-311-7/+5
* core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-07-311-0/+16
* fixup! core/logging: add new logging macro nm_log_obj()Thomas Haller2014-07-311-10/+8
* core/logging: add new logging macro nm_log_obj()Thomas Haller2014-07-311-0/+29
* core/logging: define nm_log() to check for nm_logging_enabled() firstThomas Haller2014-07-311-1/+7
* core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-07-313-11/+11
* core/logging: define logging macros based on nm_log()Thomas Haller2014-07-311-12/+5
* core/logging: ensure that logging is always initializedThomas Haller2014-07-311-2/+12
* core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-07-313-32/+36
* core/logging: return static string from nm_logging_level_to_string()Thomas Haller2014-07-313-7/+5
* core/logging: align logging after "<LEVEL>" prefixThomas Haller2014-07-311-2/+2
* core/logging: add assert to nm_logging_setup() to check input argumentsThomas Haller2014-07-311-0/+3
* core/logging: remove unused #undef from header fileThomas Haller2014-07-311-11/+0
* utils: add _NM_UTILS_MACRO_FIRST and _NM_UTILS_MACRO_REST macrosThomas Haller2014-07-311-0/+17
* core: add project-wide header file nm-utils-internal.hThomas Haller2014-07-312-1/+30
* core: no need to clone ifname in nm_device_generate_connection()Thomas Haller2014-07-311-3/+1
* 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
| * wwan: read supported IP types from ModemManagerDan Williams2014-07-233-0/+61