summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main: (order) early start D-Bus serviceth/main-order-bgo746254Thomas Haller2015-03-191-15/+15
* main: (order) move run_from_build_dir check before setting up loggingThomas Haller2015-03-191-15/+15
* main: (order) earlier create rundirThomas Haller2015-03-192-10/+10
* main: (order) log "is starting" message immediately after setting up loggingThomas Haller2015-03-191-4/+3
* main: (order) parse state file later and use nm-loggingThomas Haller2015-03-191-10/+10
* fixup! main: (order) check pidfile earlier for running NMThomas Haller2015-03-191-2/+2
* main: (order) check pidfile earlier for running NMThomas Haller2015-03-192-12/+12
* nm-iface-helper: fix pidfile name and obtain the ifindex earlierThomas Haller2015-03-191-6/+9
* fixup! main: (order) move root user check after help/version optionThomas Haller2015-03-194-5/+6
* main: (order) move root user check after help/version optionThomas Haller2015-03-194-5/+15
* main: (order) early call _init_nm_debug()Thomas Haller2015-03-191-2/+2
* main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-192-16/+16
* main: (order) call g_type_init() very early in main()Thomas Haller2015-03-192-8/+8
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-194-27/+20
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-194-6/+16
* main: refactor early setup in main()Thomas Haller2015-03-192-58/+75
* main: move option variables to static variableThomas Haller2015-03-192-108/+129
* main-utils: don't leak description for command line arguments in nm_main_util...Thomas Haller2015-03-191-2/+18
* main: don't unref config instance at end of main()Thomas Haller2015-03-191-1/+1
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-194-4/+4
* 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