summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-202-16/+16
| * | main: (order) call g_type_init() very early in main()Thomas Haller2015-03-202-8/+8
| * | main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-204-32/+24
| * | main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-204-6/+16
| * | main: refactor early setup in main()Thomas Haller2015-03-202-58/+75
| * | main: move option variables to static variableThomas Haller2015-03-202-108/+129
| * | main-utils: don't leak description for command line arguments in nm_main_util...Thomas Haller2015-03-201-2/+18
| * | main: don't unref config instance at end of main()Thomas Haller2015-03-201-1/+1
| * | main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-204-4/+4
|/ /
* | cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)Jiří Klimeš2015-03-203-129/+239
* | trivial: use macro instead of plain C string for gobject property nameThomas Haller2015-03-191-1/+1
* | build: fix clang + glib 2.43 buildLubomir Rintel2015-03-191-0/+3
* | build: disable warnings that trigger known clang problemsLubomir Rintel2015-03-191-16/+64
* | build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-194-1/+7
* | trivial: remove a tautological compareLubomir Rintel2015-03-191-1/+1
* | libnm,core: don't mix up enum typesLubomir Rintel2015-03-194-4/+4
* | examples: bash: print errors int stderrPetr Vorel2015-03-182-3/+3
* | device: if there's a ll address already don't re-commit itLubomir Rintel2015-03-172-6/+10
* | device: fix a couple of copy & paste errorsLubomir Rintel2015-03-171-2/+2
* | device: do not touch sysctls after the device was removedLubomir Rintel2015-03-171-14/+20
* | libnm/keyfile: fix format string for unsigned integerThomas Haller2015-03-171-1/+1
* | libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller2015-03-172-2/+2
* | cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-03-162-88/+99
* | connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* | trivial: do an assignment before the conditional instead of in both branchesThomas Haller2015-03-161-3/+2
* | valgrind: fix suppressions for Fedora 20Thomas Haller2015-03-161-1/+1
* | libnm,nm-object: fix tracing of object removalLubomir Rintel2015-03-161-15/+18
* | cli: only offer active connections in TAB completion for 'nmcli con down'Jiří Klimeš2015-03-131-2/+30
* | device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-03-131-0/+1
* | trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-03-131-12/+12
* | device: don't assume valid ip4/ip6 config in nm_device_get_ipX_route_metric()Dan Williams2015-03-121-4/+18
* | device: fix handling if DHCP hostname for configure-and-quitDan Williams2015-03-121-1/+1
* | valgrind: fix suppression for newer glibDan Williams2015-03-121-0/+1
* | dispatcher: fix memleak in construct_device_dhcp4_items()Dan Williams2015-03-121-0/+1
* | valgrind: update suppressions for newer glib and toolchain changesDan Williams2015-03-121-6/+41
* | keyfile: merge branch 'th/libnm-keyfile-bgo744699'Thomas Haller2015-03-1241-2620/+4336
|\ \
| * | test: add nmtst_create_connection_from_keyfile()Thomas Haller2015-03-122-0/+37
| * | keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-1213-98/+991
| * | libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-126-30/+28
| * | keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-129-2170/+128
| * | libnm: merge nm-keyfile-reader.h and nm-keyfile-writer.h to internal headerThomas Haller2015-03-125-94/+67
| * | libnm: add keyfile support to libnm-coreThomas Haller2015-03-128-759/+636
| * | keyfile: copy read/writer files to libnm-coreThomas Haller2015-03-126-0/+2805
| * | libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-126-94/+98
| * | trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-125-13/+13
| * | libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-1210-208/+218
| * | trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-1211-22/+22
| * | keyfile: remove unused struct member ObjectType.privkey_pw_prop in writer.cThomas Haller2015-03-121-7/+0
| * | keyfile: handle invalid integer list in keyfile reader get_bytes()Thomas Haller2015-03-121-0/+8
| * | keyfile: make reader more strict in handle_as_path()Thomas Haller2015-03-121-6/+9