summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wwan: set modem to low power state when disablingdcbw/wwan-fixesDan Williams2014-05-061-1/+27
* wwan: read device & SIM identifiers from ModemManagerDan Williams2014-05-064-4/+127
* wwan: disable autoconnect if the given SIM PIN was wrongDan Williams2014-05-068-2/+61
* wwan: use modem states instead of enabled/connected propertiesDan Williams2014-05-069-224/+391
* wwan: make device available whenever it's not rfkilledDan Williams2014-05-061-15/+48
* core: ignore modem management service state in rfkill handlingDan Williams2014-05-063-85/+6
* rfkill: toggle WWAN rfkill state on user enable/disableDan Williams2014-05-061-13/+30
* trivial: fix typo BBSID -> BSSIDJiří Klimeš2014-05-061-2/+2
* core: minor cleanup to release GValue for G_TYPE_OBJECTThomas Haller2014-05-051-1/+2
* platform: merge branch 'th/bgo726275_div_refact_platform'Thomas Haller2014-05-0315-503/+514
|\
| * platform/trivial: rename object type enums to give them a common name prefixThomas Haller2014-05-031-61/+61
| * platform: add function nm_platform_link_cmp()Thomas Haller2014-05-033-0/+27
| * core: preserve later expiry in nm_ip[46]_config_add_address()Thomas Haller2014-05-032-8/+43
| * platform: add nm_platform_ip_address_cmp_expiry()Thomas Haller2014-05-032-1/+53
| * platform: extract common fields of IPv4/IPv6 addresses and routes to base structThomas Haller2014-05-031-23/+66
| * platform: refactor signals by combining added/changed/removedThomas Haller2014-05-0313-339/+249
| * platform: refactor build_rtnl_addr() by replacing addr4_to_broadcast()Thomas Haller2014-05-031-21/+2
| * platform: don't zero terminate the result GArray of get_all() functionsThomas Haller2014-05-032-7/+7
| * platform: refactor ip4_route_get_all() and ip6_route_get_all()Thomas Haller2014-05-031-38/+18
| * platform: refactor ip4_address_get_all() and ip6_address_get_all()Thomas Haller2014-05-031-26/+9
|/
* all: fix various warnings detected with coverityThomas Haller2014-05-0210-30/+13
* core: replace readlink() by glib equivalent in NMDeviceEthernetThomas Haller2014-05-021-9/+6
* core: add configuration main.debug and interpret environment variable NM_DEBUGThomas Haller2014-05-024-0/+62
* core: merge branch 'th/rh1086906_start_complete_for_dynamic_ip'Thomas Haller2014-05-017-44/+108
|\
| * core: wait with "startup complete" for both IPv4 and IPv6 dynamic configurationThomas Haller2014-05-012-1/+34
| * core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-016-43/+74
|/
* dns-manager: fix the rules for public suffixes and search domains (rh #851521)Dan Winship2014-04-291-10/+15
* dns-manager: don't write "domain" to resolv.confDan Winship2014-04-291-35/+11
* tui: fix route editing (rh #1090422)Dan Winship2014-04-291-1/+8
* examples: update 70-wifi-wired-exclusive.sh (bgo #513488)Dan Williams2014-04-281-20/+9
* platform: set link scope for IP4LL addressesPeter Wu2014-04-271-0/+13
* introspection: fix Device.Ip4Address typeDan Winship2014-04-251-1/+1
* tui: fix title of "Edit Connection" form (rh #1090397)Dan Winship2014-04-251-1/+1
* ifcfg-rh: fix alias tests to not depend on directory read orderDan Winship2014-04-254-27/+54
* Merge branch 'th/bg728320_coverity'Thomas Haller2014-04-245-10/+14
|\
| * ifcfg-rh: fix leak in svOpenFileInternal()Thomas Haller2014-04-241-0/+1
| * ifcfg-rh: fix crash for reading invalid bridge configurationThomas Haller2014-04-241-8/+7
| * core: fix leaks for nm_setting_ip[46]_config_add_\(route\|address\)()Thomas Haller2014-04-242-1/+5
| * core: fix potential crash in nm-dhcp-clientThomas Haller2014-04-241-1/+1
|/
* man/cli: add missing log domains to manual page and nmcli bash completionThomas Haller2014-04-243-3/+4
* tui: fix a crash when connecting to a password-secured Wi-Fi (rh #1090773)Jiří Klimeš2014-04-241-2/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-2310-32/+12
* ifnet/test: fix test breakage after refactoring testsThomas Haller2014-04-231-3/+0
* all: clean up "make check" results (bgo #727764)Dan Winship2014-04-2359-675/+1050
|\
| * core: use g_test_expect_message() in test programsDan Winship2014-04-237-54/+363
| * dbus-manager: don't try to create private bus in test programsDan Winship2014-04-231-4/+16
| * settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-2326-609/+492
| * logging: use GLib's logging functions if not using syslogDan Winship2014-04-231-8/+14
| * libnm-util: use g_test_expect_message() in testsDan Winship2014-04-232-0/+131
| * all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-2331-0/+34
|/