summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "libnm: fix initializing of new connections"Lubomir Rintel2015-10-062-4/+1
* | config: merge branch 'th/config-enable-bgo755935'Thomas Haller2015-10-0513-71/+555
|\ \
| * | config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-058-30/+32
| * | config: allow to enable/disable configuration snippetsThomas Haller2015-10-0510-6/+474
| * | core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-053-26/+40
| * | config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-053-9/+9
|/ /
* | core: merge branch 'th/more-asserts'Thomas Haller2015-10-0514-63/+77
|\ \
| * | device: add assertion to consistency of nm_device_check_connection_available()Thomas Haller2015-10-051-16/+51
| * | build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller2015-10-055-6/+20
| * | build: include "config.h" in nm*enum-types.c sourcesThomas Haller2015-10-051-1/+1
| * | config: add missing include to "config.h" headerThomas Haller2015-10-051-0/+2
| * | build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-056-40/+3
|/ /
* | device: use _LOG() logging macros for per-device loggingThomas Haller2015-10-051-6/+5
* | libnm: use nm_clear_g_source() in nm-object.cThomas Haller2015-10-031-4/+2
* | wifi: align logging AP dumpsThomas Haller2015-10-031-1/+1
* | wifi: fix alignment of logging strength in nm_ap_dump()Thomas Haller2015-10-031-2/+1
* | bus-manager: fix handling of incoming signalsBeniamino Galvani2015-10-031-12/+41
* | code: merge branch 'th/enslave-team-rh1183444'Thomas Haller2015-10-022-30/+54
|\ \
| * | device: fix activating slave device when stage1 delays actionThomas Haller2015-10-021-23/+40
| * | device: use nm_clear_g_signal_handler() to clear master-ready signal handlerThomas Haller2015-10-021-8/+2
| * | macros: add nm_clear_g_signal_handler() helperThomas Haller2015-10-021-0/+13
|/ /
* | config: initialize gs_free marked variableJiří Klimeš2015-10-021-1/+1
* | wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš2015-10-021-15/+46
* | supplicant: fix BSSs property typeJiří Klimeš2015-10-021-1/+1
* | nm-vpn-service-plugin: increase the quit timerLubomir Rintel2015-10-013-3/+3
* | nm-config: drop a glib 2.40-ismLubomir Rintel2015-10-011-1/+1
* | core: merge branch 'bg/global-dns-conf-bgo750458'Beniamino Galvani2015-10-0122-68/+1131
|\ \
| * | manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-019-16/+364
| * | man: document global DNS configuration sectionsBeniamino Galvani2015-10-011-0/+66
| * | dns: add support for global configuration in DNS managerBeniamino Galvani2015-10-017-52/+169
| * | core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-019-0/+457
| * | glib-compat: add g_hash_table_get_keys_as_array() compat functionBeniamino Galvani2015-10-012-0/+75
|/ /
* | contrib/rpm: remove dbus-glib dependancyThomas Haller2015-09-301-1/+0
* | build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3052-111/+144
* | tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* | dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel2015-09-301-0/+1
* | bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel2015-09-301-1/+2
* | firewall-manager: handle bus connection failureLubomir Rintel2015-09-301-5/+10
* | all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-303-25/+5
* | glib-compat: add compatibility function for g_hash_table_insert() and g_hash_...Thomas Haller2015-09-301-0/+29
* | build: add .travis.ymlLubomir Rintel2015-09-301-0/+10
* | all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-303-0/+20
* | manager: fix a reversed conditionalLubomir Rintel2015-09-301-1/+1
* | vpn-connection: set the MTU for the VPN IP interfaceLubomir Rintel2015-09-291-7/+3
* | firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel2015-09-291-1/+1
* | build: set -Werror when checking whether a -W<warning> option worksLubomir Rintel2015-09-291-1/+1
* | merge: S390 subchannels improvements (bgo #755610)Jiří Klimeš2015-09-2912-44/+357
|\ \
| * | tests: add a test for connection_compatible() for wired devicesJiří Klimeš2015-09-295-17/+171
| * | cli: print s390 subchannels for devices that have thatJiří Klimeš2015-09-291-4/+6
| * | libnm: match s390 subchannels and MAC blacklist in connection_compatible()Jiří Klimeš2015-09-291-10/+86