summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: don't announce routes/addresses that are not returned from get_all()th/4revThomas Haller2014-06-241-4/+24
* core: fix assertion logging master device during activationThomas Haller2014-06-241-1/+1
* core: add utility function NON_NULL()Thomas Haller2014-06-241-0/+6
* trivial: fix whitespaceThomas Haller2014-06-241-3/+3
* Merge changes for Ctrl-C and Ctrl-D handling in nmcli/readline (bgo #706118)Jiří Klimeš2014-06-245-10/+150
|\
| * cli: make Ctrl-C exit nmcli when line is empty *and* we are not in the editorJiří Klimeš2014-06-244-5/+25
| * cli: don't print "Error: nmcli terminated by signal Quit (3)" on Ctrl-DJiří Klimeš2014-06-243-2/+16
| * cli: append NL to error messages and also print the signal nameJiří Klimeš2014-06-241-5/+7
| * cli: allow quitting on Ctrl-D while in readline()Jiří Klimeš2014-06-241-0/+7
| * cli: mitigate slowness of readline() for some broken versionsJiří Klimeš2014-06-241-0/+4
| * cli: don't quit nmcli on Ctrl-C while in readline()Jiří Klimeš2014-06-244-6/+99
|/
* device: fix warning releasing of slave when slave device gets removedThomas Haller2014-06-231-11/+13
* tui: fix inverted option "Require IPvX addressing for this connection"Thomas Haller2014-06-232-2/+4
* core: fix dhcp4_cleanup() to clear dhcp4_client first (avoids assert accessin...Thomas Haller2014-06-231-10/+10
* team: start teamd when ensuring team connection else teamdctl_connect() failsJiří Klimeš2014-06-231-4/+6
* team: set connection type for class, else the generating connection is invalidJiří Klimeš2014-06-231-0/+2
* team: don't pass priv parameter to functions, get it when neededJiří Klimeš2014-06-231-7/+7
* ifcfg-rh: write GATEWAY instead of GATEWAY0 to be ifup-compatible (rh #771673)Jiří Klimeš2014-06-232-4/+168
* po: update Polish (pl) translation (bgo #732013)Piotr Drąg2014-06-231-1484/+2371
* core: ensure boolean properties for nm_active_connection_set_default[6]() are...Thomas Haller2014-06-201-2/+6
* examples: add Python dbus example indicating if WWAN is the default connectionDan Williams2014-06-202-1/+80
* dispatcher: suppress log warning when nm-dispatcher is disabled in systemdThomas Haller2014-06-201-2/+12
* 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