summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wifi: make Wi-Fi support a pluginDan Williams2014-05-1317-87/+262
* wifi: remove old ipw rfkill polling functionalityDan Williams2014-05-133-187/+15
* core/logging: trivial renaming internal LOGD_OLPC_MESH name to LOGD_OLPCThomas Haller2014-05-124-11/+11
* core: remove the HostnameProvider interfaceDan Williams2014-05-097-181/+29
* core: don't ref/unref the DHCP managerDan Williams2014-05-094-85/+71
* core: emit dhcp4/dhcp6-change dispatcher events if other IP completes first (...Dan Williams2014-05-091-0/+28
* ppp: avoid pppd exiting when no traffic going throughAleksander Morgado2014-05-091-0/+4
* keyfile: don't put VPN 'user-name' property to vpn.data on read (rh #1060460)Jiří Klimeš2014-05-091-1/+1
* policy: remove old /etc/hosts cleaning code (bgo #729689)Dan Williams2014-05-086-308/+1
* build: fix out-of-tree build for rdisc/testsThomas Haller2014-05-071-0/+1
* 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-066-2/+53
* wwan: use modem states instead of enabled/connected propertiesDan Williams2014-05-067-224/+375
* 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
* core: minor cleanup to release GValue for G_TYPE_OBJECTThomas Haller2014-05-051-1/+2
* 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-024-15/+5
* 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-023-0/+48
* core: wait with "startup complete" for both IPv4 and IPv6 dynamic configurationThomas Haller2014-05-011-0/+28
* 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
* platform: set link scope for IP4LL addressesPeter Wu2014-04-271-0/+13
* ifcfg-rh: fix alias tests to not depend on directory read orderDan Winship2014-04-254-27/+54
* 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
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-239-26/+9
* ifnet/test: fix test breakage after refactoring testsThomas Haller2014-04-231-3/+0
* 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
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-2325-0/+25
* ifnet/test: fix test breakage after moving wifi-utils to platformThomas Haller2014-04-221-0/+3
* core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš2014-04-222-2/+60