summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns-manager: react to dns management mode changeslr/dns-reconfig-rh1062301Lubomir Rintel2015-02-251-6/+40
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-255-13/+24
* cli: silently ignore duplicated categories in "--order" option (bgo #738613)Jiří Klimeš2015-02-251-9/+8
* trivial: suppress compiler uninitialized usage warningDan Williams2015-02-241-1/+1
* wwan: indentation & alignment fixesAleksander Morgado2015-02-243-25/+25
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-243-130/+232
* build: fix detecting support for -Wno-* compiler flagsThomas Haller2015-02-241-1/+2
* device: set the reason for when deactivating for another activationLubomir Rintel2015-02-241-1/+1
* manager: don't re-assume generated connectionsLubomir Rintel2015-02-241-0/+3
* device: skip generating enums for internal flags with glib-mkenumsThomas Haller2015-02-241-2/+2
* cli: color output of 'nmcli device wifi list'Jiří Klimeš2015-02-241-0/+31
* translations: avoid preprocessor strings inside translation macroThomas Haller2015-02-241-8/+10
* doc: clearify description of @options argument for DeviceWireless:RequestScan()Thomas Haller2015-02-241-1/+1
* core: merge branch 'th/queue_act_request_no_carrier_rh1079353'Thomas Haller2015-02-2411-157/+263
|\
| * device: accept user activation request while waiting for carrierThomas Haller2015-02-243-13/+110
| * device: eliminate direct calls to check_connection_available() in favor of nm...Thomas Haller2015-02-244-67/+37
| * device: remove debug logging from is_available()Thomas Haller2015-02-243-30/+10
| * device: implement flag NM_DEVICE_CHECK_DEV_AVAILABLE_IGNORE_CARRIER for is_av...Thomas Haller2015-02-242-1/+9
| * device: add flags to nm_device_is_available()Thomas Haller2015-02-2411-24/+35
| * device: add flags argument to check_connection_available()Thomas Haller2015-02-249-18/+38
| * device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller2015-02-249-37/+33
| * device: refactor nm_device_connection_is_available()Thomas Haller2015-02-241-17/+31
| * device/trivial: rename argument in nm_device_connection_is_available()Thomas Haller2015-02-242-5/+7
| * device: fix leaking queued NMActiveConnectionThomas Haller2015-02-241-3/+12
| * device: add special NM_UNMANAGED_ALL flagThomas Haller2015-02-241-1/+2
| * device: don't remove and re-add pending action in nm_device_bring_up()Thomas Haller2015-02-241-4/+3
| * device: don't add dummy value to @available_connections hashThomas Haller2015-02-241-3/+2
|/
* core: merge branch 'th/spec-match-bgo743411'Thomas Haller2015-02-2410-135/+431
|\
| * man: explain the format for device specifier in manual page NetworkManager.confThomas Haller2015-02-241-21/+89
| * core: unify parsing of device specs using nm_match_spec_split()Thomas Haller2015-02-243-51/+31
| * core: add nm_match_spec_split() functionThomas Haller2015-02-243-9/+85
| * core: support "except:" spec to negate matchThomas Haller2015-02-246-53/+120
| * core: remove nm_match_spec_string()Thomas Haller2015-02-243-16/+5
| * core: rework matching of nm_match_spec()Thomas Haller2015-02-242-21/+53
| * core/test: add test for nm_match_spec()Thomas Haller2015-02-241-0/+84
|/
* cli/completion: add completion for --colors optionThomas Haller2015-02-231-1/+8
* keyfile: merge branch 'th/keyfile-escape-file-bgo735824'Thomas Haller2015-02-234-46/+128
|\
| * keyfile: ignore all dot files (bgo#735824)Pavel Šimerda2015-02-232-15/+14
| * keyfile: add nm_keyfile_plugin_utils_escape_filename() functionThomas Haller2015-02-234-30/+113
| * keyfile: use locale independent g_ascii_strcasecmp()Thomas Haller2015-02-231-2/+2
|/
* man: fix small typo in nmcli man pageBastien Nocera2015-02-231-1/+1
* merge: nmcli: sort connections and add colors to nmcli output (bgo #738613)Jiří Klimeš2015-02-238-141/+658
|\
| * nmcli: colorize 'general', 'radio' and 'networking' outputsJiří Klimeš2015-02-231-19/+70
| * nmcli: show devices list in colorsJiří Klimeš2015-02-231-1/+13
| * nmcli: show connection list in colorsJiří Klimeš2015-02-231-1/+15
| * nmcli: add global '--colors' option for controlling color outputJiří Klimeš2015-02-234-5/+41
| * nmcli: add support for terminal formatting, like bold, dim, underline, etc.Jiří Klimeš2015-02-234-19/+76
| * nmcli: add support for printing color stringsJiří Klimeš2015-02-233-29/+88
| * nmcli: pay attention to color escape sequencies when counting string lengthJiří Klimeš2015-02-231-5/+34
| * nmcli: make filtering color sequences a utility functionJiří Klimeš2015-02-233-19/+45