summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnm: drop _nm_dbus_register_error_domain()Dan Winship2014-10-222-25/+0
| * | libnm-core, libnm: move NMVpnPluginError to nm-errorsDan Winship2014-10-224-60/+53
| * | libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-226-59/+49
| * | libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-227-45/+47
| * | settings: drop plugin-specific error domainsDan Winship2014-10-2239-559/+271
| * | libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-2214-110/+104
| * | libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-224-24/+7
| * | libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-227-60/+56
| * | devices: drop device-type-specific error domainsDan Winship2014-10-2224-295/+63
| * | libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-228-58/+46
| * | libnm: merge device-type-specific errors into NMDeviceErrorDan Winship2014-10-2230-761/+163
| * | libnm: drop unused NMRemoteConnectionErrorDan Winship2014-10-223-32/+0
| * | libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-227-4/+112
| * | libnm-core: add nm-errors.[ch]Dan Winship2014-10-2211-85/+142
| * | libnm-core: fix up/simplify NMCryptoErrorDan Winship2014-10-224-101/+84
| * | libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-2269-1703/+791
| * | libnm-core: clean up NMConnectionErrorDan Winship2014-10-229-86/+69
| * | libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-228-53/+11
|/ /
* | tui: fix incorrect chain up to parentDan Williams2014-10-211-1/+1
* | core: let kernel add IPv6LL address when method=ignore (rh #1132938)Dan Williams2014-10-211-1/+15
* | nmtst: fix a bug in NMTST_VARIANT_EDITORDan Winship2014-10-211-2/+2
* | libnm: fix NMActiveConnection:specific-object-pathDan Winship2014-10-212-2/+21
* | contrib/rpm: do not override configuration files on updates (rh #1153901)Jiří Klimeš2014-10-211-2/+2
* | settings: pass valid error domain to g_set_error() in load_plugins()Thomas Haller2014-10-211-3/+3
* | dispatcher: fix crash on missing scripts (bgo #738654)Jiří Klimeš2014-10-211-1/+1
* | cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS()Thomas Haller2014-10-211-0/+17
|/
* rdisc: merge branch 'lkundrak/lr-rdisc-mtu' (bgo#738104)Thomas Haller2014-10-2027-210/+246
|\
| * rdisc,device: set MTU if an appropriate option is present in a RALubomir Rintel2014-10-203-0/+24
| * core: track origin of MTULubomir Rintel2014-10-2010-16/+31
| * core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-2020-194/+191
|/
* build: merge branch 'lkundrak/lr-rpm-build' (bgo#738507)Thomas Haller2014-10-203-19/+10
|\
| * contrib/rpm: Count all predecessors in revision numberLubomir Rintel2014-10-201-1/+1
| * contrib/rpm: Fix Fedora 19 buildLubomir Rintel2014-10-201-1/+7
| * contrib/rpm: Don't exclude files that are not builtLubomir Rintel2014-10-201-11/+0
| * build: Don't leak generated files into distributionLubomir Rintel2014-10-201-6/+2
|/
* cli: fix getting/setting hostname (bgo #738796)Lubomir Rintel2014-10-201-0/+2
* Merge: nmcli fixes for private connections (bgo #738643)Jiří Klimeš2014-10-202-56/+119
|\
| * cli: get connection ID straight from the active connectionJiří Klimeš2014-10-201-13/+1
| * cli: show active connection even if the connection profile is not visibleJiří Klimeš2014-10-201-0/+65
| * cli: show details for active connection even if the profile is not visibleJiří Klimeš2014-10-201-37/+47
| * cli: fix errors and crash for invisible connectionsJiří Klimeš2014-10-201-6/+6
|/
* libnm, core: fix problems with device activation (bgo 737993)Dan Winship2014-10-1915-293/+747
|\
| * libnm: add an object-creation-failed testDan Winship2014-10-192-2/+58
| * libnm: add a virtual device creation-and-activation testDan Winship2014-10-191-1/+135
| * tools: add a bit of support for VLANs to test-networkmanager-service.pyDan Winship2014-10-191-6/+40
| * libnm: add an active-connection test to test-nm-clientDan Winship2014-10-191-0/+146
| * tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-192-10/+91
| * libnm: abstract out duplicated device-creating code in testsDan Winship2014-10-194-200/+103
| * core: lie about NMActiveConnection:state in new connectionsDan Winship2014-10-191-1/+10
| * libnm: postpone activation callback until all objects are readyDan Winship2014-10-191-48/+103