summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: fail valgrind script if log file is non-emptyth/memleaksThomas Haller2015-02-091-0/+5
* libnm/tests: enable valgrind for libnm testsThomas Haller2015-02-094-7/+19
* libnm/tests: add valgrind suppressionsThomas Haller2015-02-091-0/+180
* libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-093-9/+13
* tests: enable valgrind tests for testsThomas Haller2015-02-0915-0/+16
* platform/tests: reenable valgrind testsThomas Haller2015-02-091-1/+1
* tests: add valgrind suppression for callouts testsThomas Haller2015-02-091-0/+18
* tests: add valgrind suppression for test-general-with-expectThomas Haller2015-02-091-0/+16
* supplicant/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-3/+6
* dhcp/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-0/+3
* config/tests: fix memleak in test code for valgrindThomas Haller2015-02-091-7/+0
* device: refactor dispose/cleanup of NMDevice to free members in finalizeThomas Haller2015-02-091-3/+5
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-02-0911-36/+79
* ifcfg-rh/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-2/+17
* ibft/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-2/+3
* keyfile/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-0/+5
* callouts/tests: fix memleak in test code for valgrindThomas Haller2015-02-091-5/+25
* core/tests: fix memleak in tests to avoid valgrind warningsThomas Haller2015-02-091-4/+5
* dhcp: fix memleak in process_dhclient_rfc3442_route()Thomas Haller2015-02-091-0/+1
* ifcfg-rh: fix memleak in write_ip4_aliases() and assert against overflowThomas Haller2015-02-091-4/+5
* ifcfg-rh: fix memleaks in readerThomas Haller2015-02-091-23/+13
* ifcfg-rh: fix memleak due to make_wpa_setting() returning both wsec and errorThomas Haller2015-02-091-1/+2
* ifcfg-rh: fix memleak in svSetValue()Thomas Haller2015-02-091-8/+8
* ibft: fix memleak in read_ibft_blocks()Thomas Haller2015-02-091-0/+1
* keyfile: fix memleak in parity_parser()Thomas Haller2015-02-091-0/+1
* config: fix memleak in NMConfigData keyfileThomas Haller2015-02-091-0/+2
* config: fix memleak in read_config()Thomas Haller2015-02-091-2/+4
* libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2015-02-092-4/+6
* libnm: fix memleak in _nm_dbus_bind_properties()Thomas Haller2015-02-091-0/+1
* libnm: fix memleaks in nm_setting_802_1xThomas Haller2015-02-091-0/+2
* libnm: fix memleak in nm_setting_wired_get_s390_option() and refactorThomas Haller2015-02-092-36/+30
* libnm: fix memleak in find_virtual_interface_name()Thomas Haller2015-02-091-1/+2
* libnm: fix memleak in nm_connection_replace_settings()Thomas Haller2015-02-091-0/+2
* libnm: fix memleak in nm_utils_ip_addresses_from_variant()Thomas Haller2015-02-091-0/+1
* libnm: fix memleak for config in NMSettingTeamPortThomas Haller2015-02-092-0/+24
* libnm: fix memleak for app_fcoe_mode in NMSettingDcbThomas Haller2015-02-092-2/+26
* cli: fix memleak in nmc_setting_get_valid_properties()Thomas Haller2015-02-091-0/+1
* examples: add a Lua example showing basic NetworkManager informationJiří Klimeš2015-02-092-1/+53
* examples: add a Lua example for getting Wi-Fi access pointsJiří Klimeš2015-02-092-1/+81
* tests: fix valgrind script to handle exit value 77 (skip)Thomas Haller2015-02-061-1/+1
* callouts/tests: fix parsing dhcp in get_dispatcher_file()Thomas Haller2015-02-061-1/+1
* wwan: recheck available connections when modem becomes unlocked (bgo #740966)Dan Williams2015-02-051-0/+3
* core: fix session-monitor build with --with-session-tracking=noneDan Williams2015-02-051-0/+2
* wwan: fix wrong assert in deactivate_cleanup()Lubomir Rintel2015-02-041-1/+2
* config,connectivity: merge branch 'th/rh1066697_reload_config'Thomas Haller2015-02-0320-443/+1382
|\
| * config: use flags argument in config-changed signal instead of a hash tableth/rh1066697_reload_configThomas Haller2015-02-035-42/+66
| * config: make NMConfig implement GInitableThomas Haller2015-02-031-17/+36
| * config: move no-auto-default to NMConfigDataThomas Haller2015-02-037-51/+143
| * config: refactor merging no_auto_defaultThomas Haller2015-02-031-16/+13
| * config: move keyfile values to NMConfigDataThomas Haller2015-02-037-79/+121