summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: don't include error->code in log messagesdanw/wip/gerrorDan Winship2014-06-2046-205/+190
* all: use g_error_matches()Dan Winship2014-06-203-6/+6
* all: clean up usage of GErrorDan Winship2014-06-2050-252/+202
* wifi: fix WoWLAN detectionDan Winship2014-06-201-6/+15
* cli: make "(not available)" translatableJiří Klimeš2014-06-201-1/+1
* build: fix gobject-introspection detectionJiří Klimeš2014-06-201-1/+1
* nm-online: refactor calculation of wait timeout for better accuracyThomas Haller2014-06-201-22/+53
* libnm-util: drop GParamSpec docs, use gtk-doc docs elsewhereDan Winship2014-06-19150-4965/+3953
|\
| * all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-19105-2195/+1967
| * libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-1926-1789/+840
| * cli: generate setting docs from libnm-util/nm-setting-docs.xmlDan Winship2014-06-195-8/+113
| * tools: remove generate-settings-spec, which is no longer usedDan Winship2014-06-193-483/+1
| * docs: generate settings-spec.xml from libnm-util/nm-setting-docs.xmlDan Winship2014-06-193-7/+58
| * man: generate nm-settings.xml from libnm-util/nm-setting-docs.xmlDan Winship2014-06-192-10/+177
| * libnm-util: build nm-setting-docs.xml from gtk-doc and GParamSpecsDan Winship2014-06-194-0/+216
| * libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-1926-386/+494
| * libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship2014-06-1910-45/+45
| * libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-1919-88/+88
|/
* platform: merge branch 'th/bgo727382_platform_fix_addr_lifetime' (part 2)Thomas Haller2014-06-195-45/+157
|\
| * platform: extend nm_platform_ip_address_cmp_expiry() to handle addresses with...Thomas Haller2014-06-191-5/+6
| * platform: modify address to_string() to show raw lifetime valuesThomas Haller2014-06-191-6/+0
| * platform: handle unset address timestamp as *now* in to_string()Thomas Haller2014-06-192-10/+39
| * platform: set timestamp in platform addresses to last_update_time()Thomas Haller2014-06-192-11/+79
| * platform: fix off-by-two error converting lifetimes in _init_ip_address_lifet...Thomas Haller2014-06-191-9/+28
| * dhcp: nm_dhcp_dhclient_read_lease_ip_configs() must anchor the address lifeti...Thomas Haller2014-06-191-1/+5
| * platform/test: use proper to_string() functions when printing NMPlaformIP[46]...Thomas Haller2014-06-191-5/+2
|/
* contrib/rpm: fix typo in spec file (wrong option --enable-teamdctl)Thomas Haller2014-06-191-2/+2
* cli: clarify nmcli description for route metricJiří Klimeš2014-06-191-2/+2
* cli: editor - do not print separator when printing one settingJiří Klimeš2014-06-191-0/+1
* cli: editor - enhance TAB completion for 'print' commandJiří Klimeš2014-06-191-4/+39
* cli: editor - enhance 'print' commandJiří Klimeš2014-06-191-10/+48
* contrib/rpm: improve usage output of build_clean.sh scriptThomas Haller2014-06-181-4/+7
* dispatcher: silence warning about sub-directories in dispatcher directoryThomas Haller2014-06-171-0/+2
* dispatcher: fix leak in callouts/nm-dispatcherThomas Haller2014-06-171-0/+2
* build: fix bashisms in configure.acMichael Biebl2014-06-171-1/+1
* core: merge branch 'th/bgo731570_master_slave'Thomas Haller2014-06-165-89/+176
|\
| * dispatcher: better detection for dispatcher scriptsThomas Haller2014-06-161-8/+38
| * dispatcher: for debug logging, truncate the (expected) script name when showi...Thomas Haller2014-06-161-16/+31
| * dispatcher: skip callouts for empty script directory based on dispatcher acti...Thomas Haller2014-06-161-17/+32
| * dispatcher/trivial: move codeThomas Haller2014-06-161-12/+12
| * dispatcher: improve debug logging for dispatcher calloutsThomas Haller2014-06-161-11/+28
| * dispatcher/trivial: rename variables for script directory to NMD_SCRIPT_DIR_*Thomas Haller2014-06-163-13/+13
| * device: refactor by combining dispatcher callback functionsThomas Haller2014-06-161-29/+33
| * core/trivial: move codeThomas Haller2014-06-161-11/+11
| * core: preserve reason on device deactivation while pre-down (fix tearing down...Thomas Haller2014-06-161-2/+8
| * core: fix activation of slave when master is not active, but device existsThomas Haller2014-06-161-3/+3
|/
* keyfile: assert that the connection to be written verifiesThomas Haller2014-06-161-0/+5
* man: clarify an nmcli example for adding static addresses in nmcli-examplesJiří Klimeš2014-06-161-4/+10
* merge: some settings plugin refcounting and use-after-free fixes (bgo #731534)Dan Williams2014-06-134-40/+31
|\
| * ifnet: fix use-after-free and refcounting of invalid changed connectionsDan Williams2014-06-131-2/+2