summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! manager: disconnect devices before unmanaging thembg/disconnect-on-suspend-rh1330694-v2Thomas Haller2016-05-111-25/+19
* fixup! manager: disconnect devices before unmanaging themThomas Haller2016-05-111-26/+59
* manager: disconnect devices before unmanaging themBeniamino Galvani2016-05-111-2/+88
* sleep-monitor: add functions for delaying the suspensionBeniamino Galvani2016-05-112-5/+71
* device: add nm_device_set_unmanaged_by_flags_queue()Beniamino Galvani2016-05-112-5/+22
* 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 Brazilian Portuguese (pt_BR) translation (bgo#765974)Rafael Fontenelle2016-05-101-950/+1004
* 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
* po: update Polish (pl) translation (bgo #765985)Piotr Drąg2016-05-091-766/+766
* dnsmasq: don't add router option for non-default-route connectionsLubomir Rintel2016-05-091-6/+10
* nmtst: allow non-boolean argument to nmtst_assert_success()Thomas Haller2016-05-091-7/+5
* contrib/rpm: refactor specifying package version in spec fileThomas Haller2016-05-062-3/+11
* device: remove unnecessary object reference operationsShih-Yuan Lee (FourDollars)2016-05-061-5/+0
* contrib/rpm: merge branch 'th/dispatcher-routing-rules'Thomas Haller2016-05-051-3/+17
|\
| * contrib/rpm: make package "NetworkManager-dispatcher-routing-rules" as "Build...Thomas Haller2016-05-051-0/+1
| * contrib/rpm: rename package "NetworkManager-config-routing-rules" to "Network...Thomas Haller2016-05-051-5/+7
| * contrib/rpm: split "10-ifcfg-rh-routes.sh" script to NetworkManager-config-ro...Thomas Haller2016-05-051-3/+14
|/
* docs: libnm: add doc comment to typesBeniamino Galvani2016-05-0568-3/+204
* docs: libnm: add type headers to scan listBeniamino Galvani2016-05-051-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
|/
* device: merge branch 'bg/ip-method-fail-fixes-bgo741347'Beniamino Galvani2016-05-024-168/+294
|\
| * device: add dhcp_schedule_restart() helperBeniamino Galvani2016-05-021-27/+42
| * device: retry DHCPv6 when a lease expiresBeniamino Galvani2016-05-021-8/+30
| * device: retry DHCPv4 when a lease expiresBeniamino Galvani2016-05-021-8/+32
| * device: group DHCP6 private membersBeniamino Galvani2016-05-021-64/+66
| * device: group DHCP4 private membersBeniamino Galvani2016-05-021-31/+33
| * device: fail activation immediately only when may-fail=noBeniamino Galvani2016-05-024-61/+122
|/
* core: introduce nm_utils_dnsmasq_status_to_string()Beniamino Galvani2016-05-024-53/+45
* dnsmasq-manager: trivial: remove unused signal slotBeniamino Galvani2016-05-022-5/+1
* dnsmasq-manager: trivial: move class and object functions at bottomBeniamino Galvani2016-05-021-54/+54