summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.2.21.2.2Lubomir Rintel2016-05-112-3/+4
* release: update NEWSLubomir Rintel2016-05-111-0/+17
* dnsmasq: don't add router option for non-default-route connectionsLubomir Rintel2016-05-111-6/+10
* sd/dhcp: workaround multiple "Domain Name" (option 15) entriesThomas Haller2016-05-111-2/+3
* po: update Simplified Chinese (zh_CN) translation (bgo #765787)Mingye Wang (Arthur2e5)2016-05-101-3564/+3235
* po: update Swedish (sv) translation (bgo #766194)Anders Jonsson2016-05-101-817/+828
* po: update Brazilian Portuguese (pt_BR) translation (bgo#765974)Rafael Fontenelle2016-05-101-869/+865
* wwan: return from send_pin_ready() when operation cancelled and fix leakThomas Haller2016-05-101-2/+4
* device: remove pending dhcp actions also in IP_DONE stateBeniamino Galvani2016-05-101-0/+4
* modem: clear the connection context on device disconnectionLubomir Rintel2016-05-102-2/+5
* modem-broadband: ignore late callbacksLubomir Rintel2016-05-101-3/+12
* build: belatedly bump version number for current and next stableThomas Haller2016-05-101-2/+3
* po: update Polish (pl) translation (bgo #765985)Piotr Drąg2016-05-091-766/+766
* docs: libnm: add doc comment to typesBeniamino Galvani2016-05-0768-3/+204
* docs: libnm: add type headers to scan listBeniamino Galvani2016-05-071-2/+0
* clients: add missing openvpn secret types to secret agentBeniamino Galvani2016-05-051-2/+7
* device: disconnect platform signal handlers first in disposeThomas Haller2016-05-051-4/+4
* device: don't cancel queued_ip4_config_id when scheduling activate_stage5_ip4...Thomas Haller2016-05-051-3/+0
* device: ensure not rescheduling IP config changed on initial captureThomas Haller2016-05-051-6/+8
* device: add assertions for queued_ip4_config_change() and queued_ip6_config_...Thomas Haller2016-05-051-4/+14
* device: refactor clearing @queued_ip4_config_id and @queued_ip6_config_idThomas Haller2016-05-051-27/+9
* device,cli: merge branch 'th/reapply-fixes-bgo765848'Thomas Haller2016-05-0310-199/+75
|\
| * cli: declare external variable nm_cli in <nmcli.h> headerThomas Haller2016-05-035-18/+2
| * cli: remove unused functionsThomas Haller2016-05-032-74/+0
| * cli: don't allow multiple <ifname> arguments to device-reapplyThomas Haller2016-05-032-51/+32
| * cli: refactor cleanup in do_device_reapply()Thomas Haller2016-05-031-10/+7
| * device: improve error message for failure to reapplyThomas Haller2016-05-031-7/+14
| * device: fix check for invalid keys during reapplyThomas Haller2016-05-031-7/+3
| * device: clear secrets from applied connection during reapplyThomas Haller2016-05-031-0/+1
| * device: allow reapply with a different connection.uuidThomas Haller2016-05-031-0/+6
| * device: allow reapply if connection.id differsThomas Haller2016-05-031-0/+1
| * utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller2016-05-031-35/+12
|/
* cli: remove version check against NMFrancesco Giudici2016-05-0276-1370/+3
* device: postpone updates of IP configuration when a commit is pendingBeniamino Galvani2016-04-291-0/+33
* core,libnm: merge branch 'th/module-close'Thomas Haller2016-04-293-69/+89
|\
| * settings: don't unload settings plugins on failureThomas Haller2016-04-291-3/+4
| * device: don't unload device plugins on failureThomas Haller2016-04-291-5/+5
| * libnm/vpn: don't close the VPN plugin library on cleanupThomas Haller2016-04-291-61/+80
|/
* ifupdown: avoid calloc()Lubomir Rintel2016-04-291-8/+8
* ifnet: fix error handlingLubomir Rintel2016-04-291-7/+4
* cli: handle device failure when activatingBeniamino Galvani2016-04-291-1/+8
* linux-platform: re-read the link type if the name changedLubomir Rintel2016-04-291-1/+4
* libnm/vpn: don't leak editor-plugin if nm_vpn_editor_plugin_load() failsThomas Haller2016-04-281-2/+1
* libnm: store NMConnectionPrivate via g_object_set_qdata()Thomas Haller2016-04-281-3/+9
* settings: add notification after connections loadFrancesco Giudici2016-04-281-0/+1
* device/ethernet: ignore s390 'portname' attribute when not setBeniamino Galvani2016-04-281-6/+11
* device: merge branch 'th/default-wired-connection-stable-uuid-bgo765464'Thomas Haller2016-04-268-104/+163
|\
| * device: generate stable UUID for default-wired-connectionThomas Haller2016-04-262-7/+21
| * core: use nm_utils_machine_id_read() in "nm-dhcp-client.c"Thomas Haller2016-04-261-48/+10
| * core: add nm_utils_machine_id_read() and parse() utilThomas Haller2016-04-264-0/+63