summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd/build: split CPPFLAGS to only include needed pathsth/sdThomas Haller2015-09-161-7/+7
* systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller2015-09-164-25/+34
* systemd: merge branch 'systemd-integration' into masterThomas Haller2015-09-1634-748/+1604
|\
| * systemd/dhcp: make sd_dhcp_lease_*() functions public againThomas Haller2015-09-163-5/+5
| * systemd: update code from upstreamThomas Haller2015-09-1632-698/+1545
* | Revert "libnm: don't add objects to cache until they're async-inited"Thomas Haller2015-09-151-5/+1
* | trivial: fix spelling in commentThomas Haller2015-09-151-1/+1
* | libnm: don't add objects to cache until they're async-initedLubomir Rintel2015-09-151-1/+5
* | core: register G_TYPE_SOCKET earlyLubomir Rintel2015-09-151-0/+6
* | merge: improve handling of wake-on-lan property (rh #1260584)Jiří Klimeš2015-09-153-14/+34
|\ \
| * | nmcli: wake-on-lan property set/get fixesJiří Klimeš2015-09-153-19/+33
| * | nmcli: allow "none" value for ethernet.wake-on-lan property (rh #1260584)Jiří Klimeš2015-09-151-5/+11
|/ /
* | manager: avoid wrong ref-counting in do_set_property_check()Thomas Haller2015-09-141-4/+8
* | device: add debug log for setting unmanged flagsThomas Haller2015-09-142-12/+54
* | device/trivial: move local variable closer to where it is usedThomas Haller2015-09-141-2/+4
* | manager: avoid assertion in free_property_filter_data()Thomas Haller2015-09-141-3/+2
* | iface-helper: enabled dhcp4/slaac according to IP methodThomas Haller2015-09-131-23/+18
* | core: merge branch 'interface-types-bgo754416'Dan Winship2015-09-1034-731/+662
|\ \
| * | core: fix interface type namesDan Winship2015-09-1018-159/+92
| * | settings: remove some NMSettingsPlugin cruftDan Winship2015-09-103-5/+3
| * | settings: trivial: rename NMSystemConfigInterface to NMSettingsPluginDan Winship2015-09-1025-645/+645
|/ /
* | core: fix D-Bus value for NM_IP6_CONFIG_ROUTESThomas Haller2015-09-101-2/+2
* | po: update Polish (pl) translation (bgo #754798)Piotr Drąg2015-09-101-556/+644
* | dns: fix bug setting dns-modeThomas Haller2015-09-091-1/+1
* | manager: call nm_device_realize() also for generic devicesJiří Klimeš2015-09-091-6/+7
* | core: fix handling ignore-auto-dns for IPv6 nameserversThomas Haller2015-09-091-2/+4
* | platform/test: add test for invoking platform signalsThomas Haller2015-09-091-0/+47
* | config: workaround invocation of "config-changed" signalThomas Haller2015-09-092-2/+15
* | core: fix file descriptor leak in bus managerBeniamino Galvani2015-09-091-0/+7
* | device: retry DHCP after timeout/expiration for assumed connectionsBeniamino Galvani2015-09-081-0/+20
* | device: don't reset NM_UNMANAGED_DEFAULT when platform doesn't override thisLubomir Rintel2015-09-081-2/+2
* | vpn-connection: fix unsetting the gatewayLubomir Rintel2015-09-081-1/+1
* | device: fix a crash when VLAN fails to realizeJiří Klimeš2015-09-081-0/+2
* | config/test: add a test for nm_config_reload() with different signalsThomas Haller2015-09-071-0/+80
* | core/test: extend timeout for kill-process utils testThomas Haller2015-09-041-10/+10
* | config: fix wrong signature of class-method config_changed() for signalThomas Haller2015-09-042-4/+1
* | dns: unify some logging statements for dns-managerThomas Haller2015-09-041-15/+23
* | dns: fix logging in nm_dns_manager_end_updates()Thomas Haller2015-09-041-1/+1
* | dns: use _LOG*() macros in "nm-dns-manager.c"Thomas Haller2015-09-041-55/+61
* | dns: add _LOG*() macros to "nm-dns-manager.c"Thomas Haller2015-09-041-0/+29
* | dns/trivial: rename @mgr variable to @selfThomas Haller2015-09-042-42/+42
* | tests: fix 32-bit buildLubomir Rintel2015-09-041-2/+2
* | test: fix duplicate test namesLubomir Rintel2015-09-043-109/+62
* | platform/trivial: add code-comment dividers between different sections of the...Thomas Haller2015-09-041-0/+17
* | logging: merge branch 'th/logging-bgo754332'Thomas Haller2015-09-0412-135/+244
|\ \
| * | rdisc: refactor logging and use common _LOGD() macroThomas Haller2015-09-044-32/+57
| * | platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-045-16/+60
| * | platform: get rid of old logging macrosThomas Haller2015-09-041-13/+9
| * | logging: introduce an alternative set of logging macrosThomas Haller2015-09-041-1/+33
| * | platform: use _LOG*() macros instead of duplicated macrosThomas Haller2015-09-041-30/+30