summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.6.3 (development)1.6.3-devLubomir Rintel2017-02-151-1/+1
* release: bump version to 1.6.21.6.2Lubomir Rintel2017-02-152-3/+5
* release: update NEWSLubomir Rintel2017-02-151-0/+11
* dhcp: dhclient: reset the request list if conf file contains 'request'Beniamino Galvani2017-02-142-0/+5
* cli: fix setting of private key passwordBeniamino Galvani2017-02-131-1/+2
* all: merge branch 'th/device-pending-action-bgo777831' (part 2, wifi-scan)Thomas Haller2017-02-1010-365/+414
|\
| * device/wifi: prevent clearing pending wifi scan action during inactive suppli...Thomas Haller2017-02-101-9/+16
| * device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completesThomas Haller2017-02-101-2/+0
| * device/wifi: first emit NEW_BSS signals before SCAN_DONEThomas Haller2017-02-101-2/+2
| * device/wifi: don't reschedule idle handler for schedule_ap_list_dump()Thomas Haller2017-02-101-2/+2
| * device/wifi: cache GObject property "scanning"Thomas Haller2017-02-102-13/+29
| * device/wifi/trivial: reorder code in "nm-device-wifi.c"Thomas Haller2017-02-101-73/+74
| * device/wifi: give wifi-scan related logging message common prefixThomas Haller2017-02-101-11/+11
| * device/wifi: ensure consistent timestamp for dumping Wi-Fi APThomas Haller2017-02-103-11/+15
| * device/wifi: log scanning related messages with LOGD_WIFI instead of LOGD_WIF...Thomas Haller2017-02-101-26/+29
| * device/wifi: refactor logging of Wi-Fi AP by preserving logging context of de...Thomas Haller2017-02-103-39/+48
| * device: cleanup handling queued state change in NMDeviceThomas Haller2017-02-102-60/+60
| * device/trivial: reorder defines in "nm-device.c"Thomas Haller2017-02-101-58/+63
| * device: change hw_addr_type field to bitfield typeThomas Haller2017-02-101-2/+5
| * device: inline device helper structs QueuedState and PingInfoThomas Haller2017-02-101-18/+14
| * device: prepend pending actions listThomas Haller2017-02-101-1/+1
| * device: don't clone pending-action stringThomas Haller2017-02-101-5/+6
| * device: implement queued_state_to_string() via NM_UTILS_LOOKUP_STR_DEFINE_STA...Thomas Haller2017-02-101-23/+16
| * device: refactor pending-action strings as named definesThomas Haller2017-02-106-48/+56
| * device: queue recheck-available before removing "wait for supplicant" pending...Thomas Haller2017-02-101-9/+6
| * device: add pending-action "recheck-available"Thomas Haller2017-02-101-1/+9
| * core: use define for GObject property name NM_SUPPLICANT_INTERFACE_SCANNINGThomas Haller2017-02-101-1/+1
|/
* build: allow configuring path to binutils's nm tool during buildThomas Haller2017-02-083-2/+4
* platform: fix detection of primary/secondary addressesBeniamino Galvani2017-02-081-5/+17
* core: fix nm_utils_file_set_contents() handling of -1 lengthBeniamino Galvani2017-02-081-0/+3
* nm-online: fix wrong assertion failure during nm-onlineThomas Haller2017-02-071-1/+2
* device/wifi: drop messing with wpa-supplicant's support for MAC address rando...Thomas Haller2017-02-071-82/+2
* bond: fix crash in update_connection()Beniamino Galvani2017-02-071-1/+2
* build: merge branch 'th/build-warn-wextra'Thomas Haller2017-02-069-86/+38
|\
| * build: reorder flags in "m4/compiler_options.m4"Thomas Haller2017-02-061-16/+16
| * build: enable -Wextra warningThomas Haller2017-02-061-0/+2
| * build: fix -Wold-style-declaration warningsThomas Haller2017-02-062-3/+3
| * build: fix -Wignored-qualifiers warningsThomas Haller2017-02-063-3/+3
| * shared: fix -Wtype-limits warning in nm_glib_check_version() macroThomas Haller2017-02-061-8/+11
| * settings: drop redundant range check from NMSettingBridgePort::verify()Thomas Haller2017-02-062-57/+4
|/
* build: merge branch 'th/build-gcc7-warnings'Thomas Haller2017-02-0615-31/+47
|\
| * build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller2017-02-061-0/+1
| * systemd: backport fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-063-2/+9
| * all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-0611-23/+19
| * build: disable -Wformat-truncation warningThomas Haller2017-02-061-0/+1
| * m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller2017-02-061-6/+17
|/
* systemd: fix memleak in dhcp6_option_parse_domainnameThomas Haller2017-02-061-1/+1
* systemd: fix memleak in dhcp6_lease_set_domainsThomas Haller2017-02-061-1/+1
* nm-online: fix countdown to not show 0 seconds until finishedMickaƫl Thomas2017-02-031-1/+1
* libnm-core: return NULL from _nm_utils_slist_to_strv for empty listsBeniamino Galvani2017-02-021-0/+2