summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/rpm: no longer package the Changelog with the libnm-devel/glib-devel ...th/ChangelogThomas Haller2017-02-141-2/+2
* Changelog: remove and replace the changelog by a stubThomas Haller2017-02-141-22182/+8
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-145-80/+65
* build: simplify (un)install hooks for man pagesThomas Haller2017-02-141-14/+11
* build: combine handling of setting docs and man pagesThomas Haller2017-02-143-38/+26
* build: move code around and reorder conditionsThomas Haller2017-02-132-28/+32
* cli: make nmcli do its own command completionlr/completion-3Lubomir Rintel2017-02-131-1240/+57
* cli: fix setting of private key passwordBeniamino Galvani2017-02-131-1/+2
* platform: avoid printing "(null)" interface name during loggingThomas Haller2017-02-101-3/+3
* shared: cleanup nm_strquote_a() and nm_sprintf_bufa()Thomas Haller2017-02-101-28/+25
* dns: fix shutdown to restore non-cached DNS configThomas Haller2017-02-103-15/+46
* platform: use IFA_FLAGS name instead of numeric valueThomas Haller2017-02-101-1/+1
* platform: unify logging messages about kernel supportThomas Haller2017-02-101-10/+8
* platform: downgrade warning about failure to detect kernel support to debugThomas Haller2017-02-101-2/+2
* all: merge branch 'th/device-pending-action-bgo777831' (part 3, connection-list)Thomas Haller2017-02-1012-302/+379
|\
| * core: define a full sort order for nm_settings_connection_cmp_timestamp()Thomas Haller2017-02-102-32/+50
| * core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-108-57/+41
| * core: make nm_utils_cmp_connection_by_autoconnect_priority() more robustThomas Haller2017-02-101-13/+43
| * core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller2017-02-103-36/+60
| * core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller2017-02-105-85/+100
| * core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller2017-02-105-112/+95
| * core: add and use nm_settings_connection_cmp_default*()Thomas Haller2017-02-103-30/+35
| * core: add and use nm_settings_connection_cmp_timestamp*()Thomas Haller2017-02-105-34/+42
| * core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-104-7/+17
|/
* 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
|/
* all: merge branch 'th/device-pending-action-bgo777831' (part 1, cached-quark)Thomas Haller2017-02-1020-111/+112
|\
| * all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-105-46/+14
| * all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-106-17/+14
| * core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-109-48/+50