summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blr/coverity-scanLubomir Rintel2016-01-221-4/+6
* build: coverity scanLubomir Rintel2016-01-221-2/+23
* linux-platform: fix a file descriptor leakLubomir Rintel2016-01-211-0/+1
* linux-platform: treat gadget devices as ethernet devicesLubomir Rintel2016-01-212-7/+18
* systemd: add "After=dbus.service" to NetworkManager.serviceThomas Haller2016-01-211-0/+1
* dns-manager: prevent DNS plugins from respawning too quicklyBeniamino Galvani2016-01-212-7/+46
* libnm: remove erroneous nm_manager_get_all_devices()Dan Williams2016-01-201-1/+0
* build: remove spurious comma from configure.acDan Williams2016-01-201-1/+1
* docs, trivial: fix some documentation issuesDan Williams2016-01-203-2/+11
* libnm-core,core,cli: fix spelling of NM_IP_TUNNEL_MODE_UNKNOWNDan Williams2016-01-204-8/+8
* docs: ignore some private libnm & libnm-core headersDan Williams2016-01-201-2/+4
* libnm,vpn: restore export of deprecated NMVpnPluginOld symbolsDan Williams2016-01-203-1/+51
* Revert "Set the default powersave value to enabled"Lubomir Rintel2016-01-201-5/+2
* merge: branch 'bg/ipv4-dad-rh1259063'Beniamino Galvani2016-01-2016-85/+1042
|\
| * device: detect duplicate IPv4 addresses when method=autoBeniamino Galvani2016-01-201-3/+28
| * device: detect duplicate IPv4 addresses when method=manualBeniamino Galvani2016-01-202-76/+246
| * core: add test for NMArpingManagerBeniamino Galvani2016-01-202-2/+156
| * core: add NMArpingManagerBeniamino Galvani2016-01-204-0/+500
| * cli: add support for new ipv4.dad-timeout propertyJiří Klimeš2016-01-201-1/+31
| * ifcfg-rh: read/write ipv4.dad-timeout using ARPING_WAITJiří Klimeš2016-01-203-3/+29
| * libnm: add NMSettingIPConfig 'dad-timeout' propertyJiří Klimeš2016-01-204-0/+52
|/
* device/macvlan: implement dispose()Beniamino Galvani2016-01-201-2/+10
* Set the default powersave value to enabledMathieu Trudel-Lapierre2016-01-201-2/+5
* core: use guint type for glib's source idsThomas Haller2016-01-202-5/+5
* dhcp: clear watch_id in child-watch callbackThomas Haller2016-01-201-1/+4
* device: fix check on device state in carrier_changed()Beniamino Galvani2016-01-201-5/+1
* core: use NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-01-192-85/+74
* shared: add NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-01-191-0/+17
* relese: fix NEWS formattingLubomir Rintel2016-01-191-87/+0
* release: bump version to 1.1.90 (1.2-beta1)1.2-beta1Lubomir Rintel2016-01-191-1/+1
* device: clear queued_state callback in disposeThomas Haller2016-01-191-1/+8
* po: update German (de) translation (bgo #760806)Christian Kirbach2016-01-191-420/+1028
* man: document the effects of supported signalsBeniamino Galvani2016-01-191-0/+31
* device: remove unrealized device without connections on idle handlerThomas Haller2016-01-191-3/+30
* config: implement nm_config_change_flags_to_string() via NM_UTILS_FLAGS2STR_D...Thomas Haller2016-01-192-55/+18
* callouts: always print the environment even if no scripts are presentThomas Haller2016-01-191-5/+5
* device: don't remove a devices on connection availability checksLubomir Rintel2016-01-181-12/+11
* dispatcher: only dump environment when there's no errorLubomir Rintel2016-01-181-4/+5
* manager: refactor construction of manager singleton instanceThomas Haller2016-01-182-28/+57
* manager: initilize NETWORKING_ENABLED as constructor paramterThomas Haller2016-01-181-5/+8
* core: add NMLOG macros to nm-manager.cThomas Haller2016-01-181-0/+19
* platform: use NM_UTILS_ENUM2STR_DEFINE() to implement to-string functionsThomas Haller2016-01-181-48/+12
* core: add nm_utils_enum2str()Thomas Haller2016-01-182-0/+70
* platform: use RT_SCOPE_* names in nm_platform_route_scope2str()Thomas Haller2016-01-181-5/+5
* core/trivial: add code comment explaining route-handling and gatewayThomas Haller2016-01-182-0/+40
* release: update NEWSLubomir Rintel2016-01-181-0/+271
* device: merge branch 'lr/default-unmanaged-bgo746566' (part 4)Thomas Haller2016-01-182-26/+66
|\
| * device: only set NMDevice as "real" at the end of nm_device_realize_finish()Thomas Haller2016-01-171-4/+16
| * device: cleanup unrealized device without connectionThomas Haller2016-01-171-4/+18
| * device: refactor cp_connection* functions to use @self pointerThomas Haller2016-01-171-7/+18