summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core: merge branch 'th/bgo719905_platform_caching'Thomas Haller2014-02-149-152/+366
|\
| * platform: do not check for _exists() before deleting addresses and routesThomas Haller2014-02-144-48/+20
| * platform: refactor delete_object() and allow deletion of objects that are not...Thomas Haller2014-02-141-31/+57
| * platform: clear host identifier before adding a routeThomas Haller2014-02-141-2/+28
| * core: add function nm_utils_ip6_address_clear_host_address()Thomas Haller2014-02-144-25/+120
| * platform: log the link family in event_notification() and get_kernel_object()Thomas Haller2014-02-141-17/+41
| * platform: fix caching for link typesThomas Haller2014-02-141-15/+37
| * platform: add function choose_cache_by_type()Thomas Haller2014-02-141-2/+8
| * platform: cleanup object_type_from_nl_object()Thomas Haller2014-02-141-18/+31
| * platform: add debug logging when adding/deleting routesThomas Haller2014-02-141-2/+32
| * platform: refactor link_get() not to use auto_nl_objectThomas Haller2014-02-141-2/+2
|/
* ifcfg-rh: add testcase for empty Team port configDan Williams2014-02-143-1/+34
* core: add nm_utils_get_monotonic_timestamp_us() functionThomas Haller2014-02-142-0/+25
* ifcfg-rh: allow missing (empty TEAM_CONFIG), which is valid configurationJiří Klimeš2014-02-142-3/+10
* core: don't block startup on assumed connectionsDan Winship2014-02-131-2/+9
* tui: fix srcdir != builddir buildJiří Klimeš2014-02-131-0/+1
* tui: properly initialize InfiniBand transport-modeJiří Klimeš2014-02-131-0/+6
* modem-manager: if building systemd support, assume it manages the MM lifecycleAleksander Morgado2014-02-132-27/+47
* build: improve our use of glib's version macros to catch more bugsDan Winship2014-02-136-7/+52
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-1350-4/+164
* libnm-util, libnm-glib: add some missing "Since: 0.9.10" tagsDan Winship2014-02-135-0/+40
* trivial: don't open-code g_clear_pointer()Dan Williams2014-02-131-6/+2
* libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is setDan Williams2014-02-131-41/+36
* trivial: remove unused nm-netlink-monitorDan Williams2014-02-134-683/+0
* core: suppress error message ZONE_ALREADY_SET when adding firewalld zoneThomas Haller2014-02-131-3/+9
* cli: show warning when setting band/channel for infra mode (rh #1000096)Thomas Haller2014-02-133-4/+60
* core: fix hanging set_logging() dbus call by returning a resultThomas Haller2014-02-121-2/+4
* cli: fix crash if active connection doesn't have a device (rh #1064333)Jiří Klimeš2014-02-121-7/+13
* trivial: fix a typo in a commentJiří Klimeš2014-02-101-1/+1
* trivial: fix whitespace and spelling errorThomas Haller2014-02-102-5/+5
* wifi: do not print dump inconsistency error for get scan commandStanislaw Gruszka2014-02-101-0/+9
* core: normalize object paths on add_and_activate_connectionStanislaw Gruszka2014-02-101-0/+6
* po: update Assamese (as) translation (bgo #723751)Nilamdyuti Goswami2014-02-061-462/+582
* build: include the git commit id of HEAD in ./configureThomas Haller2014-02-051-0/+2
* po: update Gujarati (gu) translation (bgo #723527)Ankitkumar Patel2014-02-041-1409/+4440
* build: drop the libndp submoduleDan Winship2014-02-035-38/+3
* man: NetworkManager.conf.5 fixes and updatesDan Winship2014-02-031-48/+86
* libnm-glib: zero 'secrets' to prevent crash getting secretsDan Williams2014-01-311-1/+1
* wifi: indicate to the kernel when critical protocols start/stop (bgo #723241)Dan Williams2014-01-311-0/+62
* wifi: add nl80211 Critical Protocol indication supportDan Williams2014-01-315-0/+66
* trivial: fix a coverity warningDan Winship2014-01-311-2/+2
* core/platform: fix wrong warning log in nm-linux-platformThomas Haller2014-01-311-1/+1
* core: ensure proper handling of sysctl paths in NMDevice (set NULL on dispose)Thomas Haller2014-01-311-6/+9
* po: update Kannada (kn) translation (bgo #723361)Shankar Prasad2014-01-311-1372/+4058
* core: minor change of logging output about monotonic_timestampThomas Haller2014-01-311-3/+3
* core/platform: add debug logging when adding/deleting addressesThomas Haller2014-01-301-4/+28
* core: Merge branch 'th/get_monotonic_timestamp'Thomas Haller2014-01-3019-106/+173
|\
| * core: use nm_utils_get_monotonic_timestamp_s for nm-device-ethernet.c (last_p...Thomas Haller2014-01-301-5/+5
| * core: use nm_utils_get_monotonic_timestamp_s for autoconnect_retry_timeThomas Haller2014-01-303-8/+8
| * core: use nm_utils_get_monotonic_timestamp_ms for nm-netlink-monitorThomas Haller2014-01-301-4/+5