summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* valgrind: fix suppression for newer glibth/memleaks-nm-1-0Dan 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
* config/test: fix memleaks in test-config.cThomas Haller2015-03-121-3/+3
* config: fix memleak in merge_no_auto_default_state()Thomas Haller2015-03-121-1/+5
* config/tests: inject NMDBusManager for tests in NMDevice stubThomas Haller2015-03-121-0/+8
* config/test: move test over to nm-test-utilThomas Haller2015-03-121-5/+6
* dbus-manager: add nm_dbus_manager_setup() function for testingThomas Haller2015-03-122-8/+17
* dbus-manager: refactor singleton getter dropping g_once_init_enter()Thomas Haller2015-03-121-4/+6
* dbus: destroy singleton instance of NMDBusManager on exitThomas Haller2015-03-122-8/+6
* core/trivial: rename singleton variables according to default nameThomas Haller2015-03-124-28/+28
* all: add macro NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-03-121-0/+60
* core: fix memleak in NMDBusManager:private_server_new()Thomas Haller2015-03-121-0/+1
* ifcfg-rh: fix memleak in test-ifcfg-rh.cDan Williams2015-03-121-0/+1
* tests: fix memleaks in test-wifi-ap-utils.cDan Williams2015-03-121-0/+3
* tests: allow running tests without valgrind by setting NMTST_NO_VALGRINDThomas Haller2015-03-121-0/+5
* test: initialize auto-destructed pointersLubomir Rintel2015-03-129-39/+39
* libnm-glib/tests: fix calling tests without valgrindThomas Haller2015-03-121-1/+1
* core: merge branch 'th/memleaks'Thomas Haller2015-03-1262-158/+544
|\
| * tests: fail valgrind script if log file is non-emptyThomas Haller2015-03-121-0/+5
| * libnm/tests: enable valgrind for libnm testsThomas Haller2015-03-124-7/+19
| * libnm/tests: add valgrind suppressionsThomas Haller2015-03-121-0/+180
| * libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-03-123-9/+13
| * tests: enable valgrind tests for testsThomas Haller2015-03-1215-0/+16
| * platform/tests: reenable valgrind testsThomas Haller2015-03-121-1/+1
| * tests: add valgrind suppression for callouts testsThomas Haller2015-03-121-0/+18
| * tests: add valgrind suppression for test-general-with-expectThomas Haller2015-03-121-0/+16
| * supplicant/tests: fix memleaks in test code for valgrindThomas Haller2015-03-121-3/+6
| * dhcp/tests: fix memleaks in test code for valgrindThomas Haller2015-03-121-0/+3
| * config/tests: fix memleak in test code for valgrindThomas Haller2015-03-121-7/+0
| * device: refactor dispose/cleanup of NMDevice to free members in finalizeThomas Haller2015-03-121-3/+5
| * libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-03-1211-36/+79
| * ifcfg-rh/tests: fix memleaks in test code for valgrindThomas Haller2015-03-121-2/+17
| * ibft/tests: fix memleaks in test code for valgrindThomas Haller2015-03-121-2/+3
| * keyfile/tests: fix memleaks in test code for valgrindThomas Haller2015-03-121-0/+5
| * callouts/tests: fix memleak in test code for valgrindThomas Haller2015-03-121-5/+25
| * core/tests: fix memleak in tests to avoid valgrind warningsThomas Haller2015-03-121-4/+5
| * dhcp: fix memleak in process_dhclient_rfc3442_route()Thomas Haller2015-03-121-0/+1
| * ifcfg-rh: fix memleak in write_ip4_aliases() and assert against overflowThomas Haller2015-03-121-4/+5
| * ifcfg-rh: fix memleaks in readerThomas Haller2015-03-121-23/+13
| * ifcfg-rh: fix memleak due to make_wpa_setting() returning both wsec and errorThomas Haller2015-03-121-1/+2
| * ifcfg-rh: fix memleak in svSetValue()Thomas Haller2015-03-121-8/+8
| * ibft: fix memleak in read_ibft_blocks()Thomas Haller2015-03-121-0/+1
| * keyfile: fix memleak in parity_parser()Thomas Haller2015-03-121-0/+1
| * config: fix memleak in read_config()Thomas Haller2015-03-121-2/+4
| * libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2015-03-122-4/+6
| * libnm: fix memleak in _nm_dbus_bind_properties()Thomas Haller2015-03-121-0/+1
| * libnm: fix memleaks in nm_setting_802_1xThomas Haller2015-03-121-0/+2
| * libnm: fix memleak in nm_setting_wired_get_s390_option() and refactorThomas Haller2015-03-122-36/+30
| * libnm: fix memleak in find_virtual_interface_name()Thomas Haller2015-03-121-1/+2