summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix backported autoconnect-slaves symbols in libnm.verth/libnm-version-1-0-4-bgo751535Thomas Haller2015-06-263-2/+12
* build: add NM_AVAILABLE_IN_1_0_4 defineThomas Haller2015-06-261-0/+6
* build: update NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2015-06-261-2/+2
* build: add NM_VERSION_1_0_2 and NM_VERSION_1_0_4 version definesThomas Haller2015-06-261-0/+2
* config,dns: merge branch 'th/dns-update-on-sigusr1-rh1062301'Thomas Haller2015-06-268-38/+86
|\
| * dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1Thomas Haller2015-06-261-8/+10
| * config: pass signals to nm_config_reload()Thomas Haller2015-06-267-30/+76
|/
* platform: fix inverting guint8 value inet6_addr_gen_mode_invThomas Haller2015-06-253-5/+6
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-252-12/+14
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* device: fix handling of ignore-auto-dns and ignore-auto-routesBeniamino Galvani2015-06-251-3/+26
* update NEWS fileJiří Klimeš2015-06-251-0/+2
* cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)Jiří Klimeš2015-06-253-128/+239
* cli: fix TAB completion for multiple connections in 'nmcli con down/delete'Jiří Klimeš2015-06-251-11/+15
* cli: don't return empty strings in nmc_string_to_arg_array()Jiří Klimeš2015-06-253-9/+27
* trivial: fix typos in NEWSJiří Klimeš2015-06-251-3/+3
* core: return more meaningful error when no device is found for activationJiří Klimeš2015-06-251-1/+1
* release: update NEWSLubomir Rintel2015-06-251-0/+59
* manager: reuse an active connection, if the same activation is pendingLubomir Rintel2015-06-241-1/+25
* active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3
* ifcfg-rh,vlan: fall back to VLAN_ID if vlan id can't be determined from DEVICELubomir Rintel2015-06-241-7/+4
* manager: log the address, not the path of the master active connectionLubomir Rintel2015-06-241-2/+2
* default-route-manager: merge platform signal handlerThomas Haller2015-06-241-49/+28
* device: merge device_ipx_changed() signal handlerThomas Haller2015-06-241-24/+20
* platform: pass object type with platform changed signalThomas Haller2015-06-2412-30/+38
* platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWNThomas Haller2015-06-244-13/+13
* platform: declare NMPObjectType in nm-types.hThomas Haller2015-06-242-11/+11
* platform: generate gtype for NMPObjectType enumThomas Haller2015-06-241-1/+1
* core: delay handling of link-changed platform event in managerThomas Haller2015-06-241-29/+44
* device: split IP config changes signal handling to IPv4 and IPv6Jiří Klimeš2015-06-241-26/+87
* device: split ensure_ipx_config() into IPv4 and IPv6 (bgo #751430)Jiří Klimeš2015-06-241-10/+25
* platform: (trivial) rename @managed to @unmanaged in link_get_unmanaged()Jiří Klimeš2015-06-243-11/+10
* nmcli: don't hang activation of masters that progress beyond ip-configLubomir Rintel2015-06-231-1/+1
* manager: fix a typo when iterating possible master connectionLubomir Rintel2015-06-221-1/+1
* libnm,dbus-helpers: include glib-compat for g_test_initialized()Lubomir Rintel2015-06-221-0/+2
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-06-223-9/+3
* platform: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-06-221-0/+4
* glib-compat: include string.hLubomir Rintel2015-06-221-0/+1
* platform: fix build on 32-bit systemsLubomir Rintel2015-06-221-5/+5
* route-manager/build: fix out-of-tree builds for route-manager testsThomas Haller2015-06-221-4/+4
* route-manager/test: fix missing initialization of temporary variables on stackThomas Haller2015-06-221-3/+3
* logging: define _LOGT() macro to check valid argumentsThomas Haller2015-06-221-2/+2
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-06-221-3/+3
* make use of NM_MORE_ASSERTS, nm_assert() and NM_MORE_LOGGINGThomas Haller2015-06-222-9/+5
* route-manager/test: add variations to test codeThomas Haller2015-06-221-6/+10
* route-manager: refactor route-manager and route_sync()Thomas Haller2015-06-222-272/+545
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-06-223-0/+175
* route-manager/test: fix usage of g_assert_expect_message()Thomas Haller2015-06-221-1/+1