summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: define a full sort order for nm_settings_connection_cmp_timestamp()th/device-pending-action-bgo777831Thomas Haller2017-02-092-32/+50
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-098-57/+41
* core: make nm_utils_cmp_connection_by_autoconnect_priority() more robustThomas Haller2017-02-091-13/+43
* core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller2017-02-093-36/+60
* core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller2017-02-095-85/+100
* core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller2017-02-095-112/+95
* core: add and use nm_settings_connection_cmp_default*()Thomas Haller2017-02-093-30/+35
* core: add and use nm_settings_connection_cmp_timestamp*()Thomas Haller2017-02-095-34/+42
* core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-094-7/+17
* device/wifi: prevent clearing pending wifi scan action during inactive suppli...Thomas Haller2017-02-091-9/+16
* device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completesThomas Haller2017-02-091-2/+0
* device/wifi: first emit NEW_BSS signals before SCAN_DONEThomas Haller2017-02-091-2/+2
* device/wifi: don't reschedule idle handler for schedule_ap_list_dump()Thomas Haller2017-02-091-2/+2
* device/wifi: cache GObject property "scanning"Thomas Haller2017-02-092-13/+29
* device/wifi/trivial: reorder code in "nm-device-wifi.c"Thomas Haller2017-02-091-73/+74
* device/wifi: give wifi-scan related logging message common prefixThomas Haller2017-02-091-11/+11
* device/wifi: ensure consistent timestamp for dumping Wi-Fi APThomas Haller2017-02-093-11/+15
* device/wifi: log scanning related messages with LOGD_WIFI instead of LOGD_WIF...Thomas Haller2017-02-091-26/+29
* device/wifi: refactor logging of Wi-Fi AP by preserving logging context of de...Thomas Haller2017-02-093-39/+48
* device: cleanup handling queued state change in NMDeviceThomas Haller2017-02-092-60/+60
* device/trivial: reorder defines in "nm-device.c"Thomas Haller2017-02-091-58/+63
* device: change hw_addr_type field to bitfield typeThomas Haller2017-02-091-2/+5
* device: inline device helper structs QueuedState and PingInfoThomas Haller2017-02-091-18/+14
* device: prepend pending actions listThomas Haller2017-02-091-1/+1
* device: don't clone pending-action stringThomas Haller2017-02-091-5/+6
* device: implement queued_state_to_string() via NM_UTILS_LOOKUP_STR_DEFINE_STA...Thomas Haller2017-02-091-23/+16
* device: refactor pending-action strings as named definesThomas Haller2017-02-096-48/+56
* device: queue recheck-available before removing "wait for supplicant" pending...Thomas Haller2017-02-091-9/+6
* device: add pending-action "recheck-available"Thomas Haller2017-02-091-1/+9
* core: use define for GObject property name NM_SUPPLICANT_INTERFACE_SCANNINGThomas Haller2017-02-091-1/+1
* all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-095-46/+14
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-096-17/+14
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-099-48/+50
* shared: add NM_CACHED_QUARK() and NM_CACHED_QUARK_FCN() macrosThomas Haller2017-02-091-0/+34
* 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
* platform: cleanup _log_dbg_sysctl_set_impl() and _log_dbg_sysctl_get_impl()Thomas Haller2017-02-071-23/+21
* 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-0612-29/+38
|\
| * build: disable -Wformat-truncation warningThomas Haller2017-02-061-0/+1