summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-14cli: add nmcli g logging completionlr/completion-4Lubomir Rintel1-9/+52
2017-02-14cli: add completion for "nmcli c edit"Lubomir Rintel1-4/+24
2017-02-14cli: complete the [-][-]help argumentsLubomir Rintel1-1/+13
2017-02-14cli: complete VPN typesLubomir Rintel1-0/+20
2017-02-14dhcp: dhclient: reset the request list if conf file contains 'request'Beniamino Galvani2-0/+5
2017-02-14wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller5-80/+65
2017-02-14build: simplify (un)install hooks for man pagesThomas Haller1-14/+11
2017-02-14build: combine handling of setting docs and man pagesThomas Haller3-38/+26
2017-02-13build: move code around and reorder conditionsThomas Haller2-28/+32
2017-02-13cli: make nmcli do its own command completionLubomir Rintel1-1240/+57
2017-02-13cli: fix setting of private key passwordBeniamino Galvani1-1/+2
2017-02-10platform: avoid printing "(null)" interface name during loggingThomas Haller1-3/+3
2017-02-10shared: cleanup nm_strquote_a() and nm_sprintf_bufa()Thomas Haller1-28/+25
2017-02-10dns: fix shutdown to restore non-cached DNS configThomas Haller3-15/+46
2017-02-10platform: use IFA_FLAGS name instead of numeric valueThomas Haller1-1/+1
2017-02-10platform: unify logging messages about kernel supportThomas Haller1-10/+8
2017-02-10platform: downgrade warning about failure to detect kernel support to debugThomas Haller1-2/+2
2017-02-10all: merge branch 'th/device-pending-action-bgo777831' (part 3, connection-list)Thomas Haller12-302/+379
2017-02-10core: define a full sort order for nm_settings_connection_cmp_timestamp()Thomas Haller2-32/+50
2017-02-10core: consolidate sorting of connections by autoconnect/timestampThomas Haller8-57/+41
2017-02-10core: make nm_utils_cmp_connection_by_autoconnect_priority() more robustThomas Haller1-13/+43
2017-02-10core: refactor nm_manager_get_activatable_connections() to return an arrayThomas Haller3-36/+60
2017-02-10core: refactor nm_settings_get_connections_sorted() to return array instead o...Thomas Haller5-85/+100
2017-02-10core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...Thomas Haller5-112/+95
2017-02-10core: add and use nm_settings_connection_cmp_default*()Thomas Haller3-30/+35
2017-02-10core: add and use nm_settings_connection_cmp_timestamp*()Thomas Haller5-34/+42
2017-02-10core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller4-7/+17
2017-02-10all: merge branch 'th/device-pending-action-bgo777831' (part 2, wifi-scan)Thomas Haller10-365/+414
2017-02-10device/wifi: prevent clearing pending wifi scan action during inactive suppli...Thomas Haller1-9/+16
2017-02-10device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completesThomas Haller1-2/+0
2017-02-10device/wifi: first emit NEW_BSS signals before SCAN_DONEThomas Haller1-2/+2
2017-02-10device/wifi: don't reschedule idle handler for schedule_ap_list_dump()Thomas Haller1-2/+2
2017-02-10device/wifi: cache GObject property "scanning"Thomas Haller2-13/+29
2017-02-10device/wifi/trivial: reorder code in "nm-device-wifi.c"Thomas Haller1-73/+74
2017-02-10device/wifi: give wifi-scan related logging message common prefixThomas Haller1-11/+11
2017-02-10device/wifi: ensure consistent timestamp for dumping Wi-Fi APThomas Haller3-11/+15
2017-02-10device/wifi: log scanning related messages with LOGD_WIFI instead of LOGD_WIF...Thomas Haller1-26/+29
2017-02-10device/wifi: refactor logging of Wi-Fi AP by preserving logging context of de...Thomas Haller3-39/+48
2017-02-10device: cleanup handling queued state change in NMDeviceThomas Haller2-60/+60
2017-02-10device/trivial: reorder defines in "nm-device.c"Thomas Haller1-58/+63
2017-02-10device: change hw_addr_type field to bitfield typeThomas Haller1-2/+5
2017-02-10device: inline device helper structs QueuedState and PingInfoThomas Haller1-18/+14
2017-02-10device: prepend pending actions listThomas Haller1-1/+1
2017-02-10device: don't clone pending-action stringThomas Haller1-5/+6
2017-02-10device: implement queued_state_to_string() via NM_UTILS_LOOKUP_STR_DEFINE_STA...Thomas Haller1-23/+16
2017-02-10device: refactor pending-action strings as named definesThomas Haller6-48/+56
2017-02-10device: queue recheck-available before removing "wait for supplicant" pending...Thomas Haller1-9/+6
2017-02-10device: add pending-action "recheck-available"Thomas Haller1-1/+9
2017-02-10core: use define for GObject property name NM_SUPPLICANT_INTERFACE_SCANNINGThomas Haller1-1/+1
2017-02-10all: merge branch 'th/device-pending-action-bgo777831' (part 1, cached-quark)Thomas Haller20-111/+112