summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: don't attempt to mount anything to /sys/deviceslr/namespaceLubomir Rintel2016-10-171-18/+32
* Revert "platform/tests: skip root tests when we can't mount /sys/devices"Lubomir Rintel2016-10-171-4/+0
* core: introduce default logging macrosBeniamino Galvani2016-10-1417-150/+50
* Revert "contrib/rpm: run `make check` in parallel"Thomas Haller2016-10-141-1/+1
* contrib/rpm: rename obsoletes_nmver to obsoletes_version_device_pluginsThomas Haller2016-10-141-7/+7
* merge: branch 'bg/platform-unaligned-stats64-bgo772605'Beniamino Galvani2016-10-143-6/+143
|\
| * platform: avoid unaligned access to link stats on 64bit architecturesBeniamino Galvani2016-10-141-6/+13
| * shared: add unaligned.hBeniamino Galvani2016-10-142-0/+130
|/
* build: don't remove shared/nm-version-macros.h upon cleanBeniamino Galvani2016-10-141-2/+0
* libnm: disconnect devices' signals when disposing managerBeniamino Galvani2016-10-141-7/+15
* contrib/rpm: force compilation with "--enable-ld-gc"Thomas Haller2016-10-141-0/+1
* contrib/rpm: run `make check` in parallelThomas Haller2016-10-141-1/+1
* contrib/rpm: regenerate the linker version script NetworkManager.ver while bu...Thomas Haller2016-10-141-0/+5
* build: add extra dependencies for linker-version-script for NetworkManager an...Thomas Haller2016-10-142-0/+6
* libnm-core: fix documentation commentsBeniamino Galvani2016-10-142-2/+2
* contrib/rpm: fix `build_clean.sh --quick` after removing shared/Makefile.amThomas Haller2016-10-141-1/+0
* supplicant: fix cancellation of interface associationBeniamino Galvani2016-10-141-7/+4
* dns/resolved: merge branch 'dns-resolved-add-domain'Thomas Haller2016-10-145-92/+88
|\
| * ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller2016-10-144-68/+48
| * dns/resolved: don't repeatedly call nm_ip4_config_get_num_*() to iterate configThomas Haller2016-10-141-18/+24
| * dns/resolved: fix style issuesThomas Haller2016-10-141-16/+18
| * dns/resolved: adjust link domain settingsSjoerd Simons2016-10-141-16/+24
|/
* build: merge branch 'th/nm-symbols-bgo772791'Thomas Haller2016-10-1357-282/+926
|\
| * build: merge policy/Makefile.am into parent Makefile.amThomas Haller2016-10-133-30/+15
| * build: reorder toplevel Makefile.amThomas Haller2016-10-131-27/+39
| * build: merge shared/Makefile.am into parent Makefile.amThomas Haller2016-10-133-25/+29
| * devices/build: use one linker-script-devices.ver for all device pluginsThomas Haller2016-10-1312-57/+16
| * tui,cli/build: add linker version script for nmcli and nmtuiThomas Haller2016-10-133-0/+9
| * dhcp/build: add linker version script for nm-dhcp-helper binaryThomas Haller2016-10-131-0/+3
| * callouts/dispatcher: rename directory calloutsThomas Haller2016-10-1319-19/+24
| * callouts: cleanup makefile and add linker version script for dispatcherThomas Haller2016-10-132-34/+34
| * libnm: move backported symbols from libnm-core to libnmThomas Haller2016-10-135-21/+47
| * iface-helper/build: don't link nm-iface-helper with -rdynamic / -export-dynamicThomas Haller2016-10-131-1/+0
| * iface-helper/build: add linker version scriptThomas Haller2016-10-133-1/+9
| * settings/build: add linker version script for settings pluginsThomas Haller2016-10-136-22/+31
| * build: explicitly whitelist symbols in NetworkManager binaryThomas Haller2016-10-132-9/+657
| * build: always include subdir wifi/tests regardless of ENABLE_TESTSThomas Haller2016-10-132-2/+3
| * build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-137-34/+0
| * build: move check_so_symbols for settings plugins to parent makefileThomas Haller2016-10-138-20/+28
| * build: fix check_local for wifi pluginThomas Haller2016-10-131-0/+2
|/
* pacrunner: accept NULL interface nameBeniamino Galvani2016-10-131-3/+5
* session-monitor: fix parsing of ConsoleKit databaseBeniamino Galvani2016-10-131-1/+1
* session-monitor: use logging macrosBeniamino Galvani2016-10-131-7/+19
* cli: fix synopsis for hotspot arguments for `nmcli device wifi --help`Thomas Haller2016-10-121-3/+3
* core: introduce and use nm_utils_file_set_contents()Beniamino Galvani2016-10-124-131/+118
* build: drop deleted nm-atm-manager.h header file from Makefile.amThomas Haller2016-10-121-1/+0
* libnm/tests: fix bug in testThomas Haller2016-10-111-1/+1
* shared: re-define _G_BOOLEAN_EXPR() to allow nesting g_assert()Thomas Haller2016-10-112-0/+36
* ifcfg-rh/build: fix build error due to line-break in Makefile.amThomas Haller2016-10-111-1/+1
* device: merge branch 'th/device-factory-bgo772579'Thomas Haller2016-10-1120-373/+300
|\