summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: re-read carrier-detect capability after bringing device upth/device-carrier-cap-bgo766179Thomas Haller2016-05-121-0/+8
* fixup! device: fix multiple subscriptions to config-changed signal for ignore...Thomas Haller2016-05-121-5/+3
* device: fix multiple subscriptions to config-changed signal for ignore-carrierThomas Haller2016-05-121-9/+14
* device: don't check_carrier() during bring_up()Thomas Haller2016-05-121-4/+4
* device: add function to change device capabilitesThomas Haller2016-05-121-4/+16
* device: use "bool" type for fields in NMDeviceThomas Haller2016-05-121-19/+19
* config/tests: use absolute path for config testThomas Haller2016-05-121-2/+2
* WIPThomas Haller2016-05-121-0/+34
* wwan: inline disconnect_context_complete_if_cancelled() checkThomas Haller2016-05-121-16/+7
* wwan: cancel asyncronous request in connect_context_clear()Thomas Haller2016-05-121-2/+2
* auth: embed private data NMAuthSubjectPrivate in NMAuthSubject structThomas Haller2016-05-122-22/+34
* core: preserve const-ness in NM_IP4_CONFIG_GET_PRIVATE()Thomas Haller2016-05-122-73/+87
* shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-05-121-0/+1
* session-monitor: remove wrapper functions to connect/disconnect signalThomas Haller2016-05-123-52/+7
* core: make NMIP4Config struct private and directly embed private dataThomas Haller2016-05-114-46/+43
* 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
|/