summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: enable selection of libcurlfg/libcurl-vs-libsoup-bgo752642_IIFrancesco Giudici2016-04-042-5/+27
* connectivity: add libcurl code for connectivity checkingFrancesco Giudici2016-04-043-0/+418
* connectivity check: isolate library dependant code (libsoup)Francesco Giudici2016-04-043-176/+282
* dns-manager: use NM_IN_SET() in conditionThomas Haller2016-04-031-8/+8
* dns-manager: fix compute_hash() to skip over duplicate other configsThomas Haller2016-04-031-4/+4
* manager: fix memleak in error-path of _internal_enable()Thomas Haller2016-04-011-3/+4
* manager: refactor handling GObject propertiesThomas Haller2016-04-011-231/+207
* contrib/rpm: fix logic in build.sh about specifying sourceThomas Haller2016-04-011-10/+6
* merge: merge branch 'systemd' into masterThomas Haller2016-04-0117-199/+276
|\
| * systemd: update code from upstreamThomas Haller2016-04-0113-168/+249
* | manager: don't the already activated devices shouldn't be considered addedLubomir Rintel2016-04-011-0/+3
* | man/nmcli-examples: specify a language for the listingLubomir Rintel2016-04-011-1/+1
* | man/nmcli-examples: no extra breaks around listingsLubomir Rintel2016-04-011-141/+116
* | man/nmcli-examples: mark user input in editorLubomir Rintel2016-04-011-11/+11
* | man/nmcli-examples: wrap screen output at column 75Lubomir Rintel2016-04-011-216/+229
* | man/nmcli-examples: structure the screen examples betterLubomir Rintel2016-04-011-55/+37
* | contrib/rpm: improve build_clean.sh to explicitly set $SOURCE_FROM_GITThomas Haller2016-04-011-11/+25
* | exported-object: merge branch 'th/exported-object-rework-interfaces'Thomas Haller2016-04-012-171/+233
|\ \
| * | exported-object: reorder includesThomas Haller2016-04-011-5/+5
| * | exported-object/trivial: move codeThomas Haller2016-04-011-65/+78
| * | exported-object: static variable prefix_counters from global scope to _create...Thomas Haller2016-04-011-25/+34
| * | exported-object: inline find_dbus_property_type() in nm_exported_object_notify()Thomas Haller2016-04-011-25/+19
| * | exported-object: allocate temporary buffer in nm_exported_object_signal_hook(...Thomas Haller2016-04-011-2/+2
| * | exported-object: cache signal-id for "property-changed" in InterfaceDataThomas Haller2016-04-011-9/+8
| * | exported-object: refactor list of interfaces from GSList to an arrayThomas Haller2016-04-012-44/+66
| * | exported-object: sort fields in emitted "property-changed" data variantThomas Haller2016-04-011-9/+33
| * | exported-object: reorder fields in NMExportedObjectPrivate structThomas Haller2016-04-011-3/+4
|/ /
* | docs: fix build without ifcfg-rhJan Alexander Steffens (heftig)2016-03-311-2/+5
* | man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh commentThomas Haller2016-03-312-2/+2
* | device: renew dhcp leases on awake for software devicesNikolay Martynov2016-03-313-7/+17
* | man: discourage use of monitor-connection-files=yes in NetworkManager.conf ma...Thomas Haller2016-03-311-1/+7
* | device: merge branch 'th/unmanaged-external-down-bgo763236' (early part)Thomas Haller2016-03-312-49/+74
|\ \
| * | device: refactor by adding set_unmanaged_external_down() functionThomas Haller2016-03-311-16/+23
| * | device: refactor setting unmanaged flag EXTERNAL_DOWNThomas Haller2016-03-311-36/+34
| * | device: add nm_device_get_unmanaged_mask()Thomas Haller2016-03-312-2/+21
| * | device: trival refactoring in can_unmanaged_external_down()Thomas Haller2016-03-301-1/+2
|/ /
* | cli: fix setting 'slave-type' for `nmcli connection add type *-slave`Thomas Haller2016-03-301-0/+3
* | cli/trivial: fix indention and whitespaceThomas Haller2016-03-301-30/+30
* | ifcfg-rh: don't chain up after failure of replace_and_commit()Beniamino Galvani2016-03-301-0/+1
* | build: drop internal field __nm_git_sha from librariesThomas Haller2016-03-302-10/+0
* | contrib/rpm: add comments to build.sh to list script argumentsThomas Haller2016-03-301-2/+23
* | contrib/rpm: fix obtaining SOURCE via git-archiveThomas Haller2016-03-301-18/+52
* | platform: don't assume that netlink message is as big as at compile timeLubomir Rintel2016-03-301-7/+9
* | contrib/rpm: allow building of a git archiveLubomir Rintel2016-03-302-4/+8
* | contrib/rpm: allow building w/o prebuilt documentationLubomir Rintel2016-03-301-11/+2
* | manager: make some error reporting a bit more specificLubomir Rintel2016-03-301-21/+22
* | man,libnm-core: fix typosBeniamino Galvani2016-03-307-10/+10
* | libnm-core: remove trailing quote from message in nm-setting-macvlan.cBeniamino Galvani2016-03-301-2/+1
* | merge: branch 'dcbw/dupe-pc-signals-bgo764039'Dan Williams2016-03-292-29/+29
|\ \
| * | core: fix duplicate values in NM-specific PropertiesChanged signalsDan Williams2016-03-291-18/+25