summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns-manager: properly handle multiple VPN configurationsbg/dns-manager-vpn-bgo764689Beniamino Galvani2016-04-181-53/+53
* dns-manager: add 'priv' pointer to object structureBeniamino Galvani2016-04-182-6/+11
* man: add missing comma in NetworkManager.xml 'see also' sectionBeniamino Galvani2016-04-161-1/+1
* dns: fix debug messageBeniamino Galvani2016-04-151-2/+2
* device: merge branch 'th/device-update-default-route'Thomas Haller2016-04-151-20/+43
|\
| * device: fix preserving the default-route during _cleanup_generic_post()Thomas Haller2016-04-151-0/+3
| * device: refactor clearing default-route in NMDeviceThomas Haller2016-04-151-29/+40
| * device: fix wrongly deleting default-route on exitThomas Haller2016-04-151-2/+11
|/
* tui: return to initial menu after sub-forms exitBeniamino Galvani2016-04-157-30/+33
* dns: update caching plugins on configuration change signalBeniamino Galvani2016-04-151-1/+1
* device: apply MTU setting also to devices without IPv4 configurationBeniamino Galvani2016-04-141-1/+40
* device/vlan: update hw address also during prepare phaseBeniamino Galvani2016-04-141-21/+30
* vpn-connection: don't fail the connection if there's no VPN gatewayLubomir Rintel2016-04-141-8/+6
* core: merge branch 'th/settings-cleanup-bgo765000'Thomas Haller2016-04-1411-523/+510
|\
| * active-connection: update D-Bus properties of active-connection when settings...Thomas Haller2016-04-141-7/+47
| * settings: merge "connection-updated" and "connection-updated-by-user" signalsThomas Haller2016-04-144-67/+52
| * settings: combine "updated" and "updated-by-user" signal in NMSettingsConnectionThomas Haller2016-04-143-32/+34
| * settings: emit NM_SETTINGS_CONNECTION_UPDATED right away and not on an idle h...Thomas Haller2016-04-141-23/+2
| * device/bluez: delay check_emit_usable() for NM_CP_SIGNAL_CONNECTION_UPDATEDThomas Haller2016-04-141-3/+18
| * device/bluez: refactor registering to connectionsThomas Haller2016-04-141-34/+35
| * policy: handle schedule_activate_all() in an idle handlerThomas Haller2016-04-141-5/+22
| * settings: drop signal slots from NMSettingsThomas Haller2016-04-144-37/+8
| * settings: refactor connection_changed()Thomas Haller2016-04-141-13/+15
| * settings: refactor connection-changed handlerThomas Haller2016-04-141-9/+13
| * settings: use NM_GOBJECT_PROPERTIES_DEFINE in NMSettings/NMSettingsConnection...Thomas Haller2016-04-143-340/+310
| * device: drop available_connections_notify() and call _notify() directlyThomas Haller2016-04-141-10/+4
| * manager: fix implementation of NMManager's "startup-completeThomas Haller2016-04-142-1/+8
|/
* libnm: use <> to include in public headerThomas Haller2016-04-131-1/+1
* po: update Swedish (sv) translation (bgo #764750)Anders Jonsson2016-04-131-529/+619
* po: update Polish (pl) translation (bgo #764955)Piotr Drąg2016-04-131-55/+54
* po: translation fixes (bgo#764956)Thomas Haller2016-04-122-2/+2
|\
| * po: fix syntax error in Telugu (te) translationPiotr Drąg2016-04-121-1/+1
| * po: fix syntax error in French (fr) translationPiotr Drąg2016-04-121-1/+1
|/
* device: minor logging change in platform_link_added()Francesco Giudici2016-04-121-0/+3
* libnm-core,core: merge branch 'th/nm-ip-address-zero-prefix'Thomas Haller2016-04-114-54/+43
|\
| * ifcfg-rh: support zero prefix length for IP addresses in readerThomas Haller2016-04-111-30/+22
| * core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-112-8/+0
| * libnm-core: drup unused @allow_zero_prefix argument from valid_prefix()Thomas Haller2016-04-111-16/+14
| * libnm-core: allow zero prefix length in NMIPAddressThomas Haller2016-04-111-3/+3
| * libnm-core/trivial: add code commentThomas Haller2016-04-111-0/+7
|/
* platform: merge branch 'th/platform-route-resync'Thomas Haller2016-04-1141-799/+1475
|\
| * platform: set NLM_F_EXCL when adding linksThomas Haller2016-04-111-8/+8
| * platform: ensure cache consistency for routes by workaround missing kernel eventThomas Haller2016-04-113-6/+174
| * platform: use _NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-04-111-41/+33
| * platform: track refresh-all actions that are in progressThomas Haller2016-04-111-14/+117
| * platform: refactor calling event_seq_check()Thomas Haller2016-04-111-6/+10
| * platform: refactor delayed_action_wait_for_nl_response_complete()Thomas Haller2016-04-111-10/+5
| * platform: #ifdef out nlh_seq_last_handled if it's unusedThomas Haller2016-04-111-0/+4
| * platform: add macro FOR_EACH_DELAYED_ACTION()Thomas Haller2016-04-111-42/+39
| * platform: expose nmp_utils_ip_config_source_to/from_rtprot()Thomas Haller2016-04-113-41/+50