summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: only warn about duplicated categories in "--order" option (bgo #738613)jk/nmcli-order-warnJiří Klimeš2015-02-241-9/+10
* 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
| * nmcli: add --order option for 'nmcli connection show'Jiří Klimeš2015-02-232-28/+160
| * nmcli: sort connections in 'nmcli connection show' outputJiří Klimeš2015-02-231-40/+143
| * nmcli: (trivial): use real parameter types in fill_output_connection() prototypeJiří Klimeš2015-02-231-3/+1
|/
* po: update Swedish (sv) translation (bgo #744937)Josef Andersson2015-02-221-2380/+2567
* keyfile/writer: fix password_raw_writer() to write NMSetting8021x:password-rawThomas Haller2015-02-192-11/+31
* merge: fix errors found with valgrindLubomir Rintel2015-02-189-10/+20
|\
| * build: don't run tests with valgrind by defaultlr/valgrindLubomir Rintel2015-02-181-3/+3
| * manager: memleak: free the state file name on disposeLubomir Rintel2015-02-181-0/+1
| * agent-manager: memleak: unref the last agent for a request tooLubomir Rintel2015-02-181-4/+5
| * auth-utils: memleak: free the key when we steal dataLubomir Rintel2015-02-181-2/+3
| * connectivity: memleak: drop async result reference on completeLubomir Rintel2015-02-181-0/+2
| * linux-platform: dont use-after-free the driver stringLubomir Rintel2015-02-181-1/+1