summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: always expose device statistics informationth/device-statisticsThomas Haller2016-08-172-35/+30
* device: drop nm-device-statistics.c and refactor tracking device statisticsThomas Haller2016-08-175-187/+107
* platform: print rx/tx counters in nm_platform_link_to_string()Thomas Haller2016-08-171-1/+5
* device: namespace fields related to statistics in NMDevicePrivateThomas Haller2016-08-171-32/+34
* device: don't initalize fields in nm_device_init() to NULLThomas Haller2016-08-171-5/+0
* manager: add explicit cast for g_object_set()Thomas Haller2016-08-171-1/+1
* device: refresh the link before reading the statsThomas Haller2016-08-171-3/+2
* device: reset device-stats in update_stats() on missing linkThomas Haller2016-08-171-4/+7
* platform: drop nm_platform_link_get_stats()Thomas Haller2016-08-174-55/+7
* platform: let _new_from_nl_link() lookup missing tb[IFLA_STATS64] data from c...Thomas Haller2016-08-171-1/+8
* platform: fix sorting order for nm_platform_link_cmp()Thomas Haller2016-08-171-4/+4
* docs: add device statistics interfaceAlfonso Sanchez-Beato2016-08-172-0/+2
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-177-1/+34
* device: add statistics interfaceAlfonso Sanchez-Beato2016-08-179-1/+299
* platform/tests: relax condition in platform testThomas Haller2016-08-171-1/+1
* platform: add network statisticsAlfonso Sanchez-Beato2016-08-173-0/+63
* exported-object: allow exporting multiple ifacesAlfonso Sanchez-Beato2016-08-171-8/+10
* device: copy the plink instance before realize_start_setup()Thomas Haller2016-08-171-0/+6
* core: fix builds without polkit supportBeniamino Galvani2016-08-171-2/+2
* build: rename $(LIBDL) to $(DL_LIBS) and modify detectionThomas Haller2016-08-154-6/+6
* build: use $(LIBDL) in ppp-manager's Makefile.amThomas Haller2016-08-151-1/+2
* po: update Polish (pl) translation (bgo #769463)Piotr Drąg2016-08-151-1716/+1730
* dispatcher/tests: cleanup test by using cleanup attribute to free dataThomas Haller2016-08-121-37/+16
* dispatcher/tests: fix memleak in testThomas Haller2016-08-121-1/+1
* systemd: cleanup systemd's include paths in src/Makefile.amThomas Haller2016-08-121-10/+8
* systemd: hide "nm-sd-adapt.h" and expose required internal API in "nm-sd.h"Thomas Haller2016-08-126-5/+21
* systemd: add dummy header files to adapt compilation of systemd sourcesThomas Haller2016-08-1236-62/+86
* systemd: merge branch systemd into masterThomas Haller2016-08-1227-210/+774
|\
| * systemd: update code from upstreamThomas Haller2016-08-1225-207/+751
* | systemd/tests: don't link test-systemd against libNetworkManagerBaseThomas Haller2016-08-122-1/+45
* | build: remove libsystemd-nm.la LDADD from nm-iface-helperThomas Haller2016-08-111-1/+0
* | nm-glib.h: fix compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-1/+10
* | build: fix out-of-tree build for libNetworkManagerTestThomas Haller2016-08-111-1/+1
* | merge: branch 'bg/checkpoint-bgo757858-v2' (early part)Beniamino Galvani2016-08-1116-186/+208
|\ \
| * | nm-glib: add compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-0/+23
| * | core: add nm_bus_manager_ensure_root() helperThomas Haller2016-08-113-27/+39
| * | build: cleanup src/Makefile.amThomas Haller2016-08-118-150/+129
| * | build: rename libNetworkManager-base.la to libNetworkManagerBase.laThomas Haller2016-08-112-5/+5
| * | bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-115-10/+18
|/ /
* | libnm-util: document all NMSettingBondError entriesJiří Klimeš2016-08-101-0/+2
* | libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin...Jiří Klimeš2016-08-101-3/+3
* | libnm-core: add missing element-type annotationJiří Klimeš2016-08-101-2/+2
* | libnm-core: fix GObject introspection transfer annotationsJiří Klimeš2016-08-102-4/+4
* | policy: fix hostname change when IP method ends after activation (take 2)Beniamino Galvani2016-08-091-18/+2
* | build: fix build with '--with-suspend-resume=upower'Beniamino Galvani2016-08-041-4/+3
* | libnm: fix introspection annotations for nm_client_load_connections()Beniamino Galvani2016-08-041-4/+4
* | release: bump version to 1.3.90 (1.4-beta1)1.4-beta1Beniamino Galvani2016-08-031-1/+1
* | release: update NEWSBeniamino Galvani2016-08-031-0/+51
* | cli: fix error reporting for connection deleteBeniamino Galvani2016-08-021-2/+3
* | cli: fix connection delete/monitorBeniamino Galvani2016-08-021-8/+5