summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ndp: memleak: unregister router advertisement handler on disposeLubomir Rintel2015-02-181-0/+1
* dhcp-client: memleak: free uuid on disposeLubomir Rintel2015-02-181-0/+1
* dhcp-client: memleak: free hostname on disposeLubomir Rintel2015-02-181-0/+1
* settings-connection: memleak: free filename on disposeLubomir Rintel2015-02-181-0/+2
* wwan: don't assume DNS info is always availableAleksander Morgado2015-02-171-1/+1
* auth: don't enforce user sessionPavel Šimerda2015-02-171-7/+0
* agent: don't enforce user sessionPavel Šimerda2015-02-171-8/+0
* dhcp: gracefully recover from failed DHCP BOUND state transitions (bgo #743700)Dan Williams2015-02-172-3/+9
* default-route-manager/trivial: add code commentThomas Haller2015-02-171-0/+7
* default-route-manager: own a reference to platform instanceThomas Haller2015-02-171-7/+11
* default-route-manager: avoid crash while disposing of NMDefaultRouteManagerThomas Haller2015-02-171-6/+25
* trivial: fix spelling in commentThomas Haller2015-02-171-2/+2
* config: add configure and quit command line optionLubomir Rintel2015-02-161-0/+7
* config/tests: inject NMDBusManager for tests in NMDevice stubThomas Haller2015-02-161-17/+7
* dbus-manager: add nm_dbus_manager_setup() function for testingThomas Haller2015-02-162-8/+17
* dbus-manager: refactor singleton getter dropping g_once_init_enter()Thomas Haller2015-02-161-4/+6
* test: fix setup of logging for no-expect-messageThomas Haller2015-02-161-0/+12
* core: fix memleak in NMDBusManager:private_server_new()Thomas Haller2015-02-161-0/+1
* examples: add a Lua example setting user name for a VPN connectionJiří Klimeš2015-02-112-1/+87
* nmcli: allow adding 'generic' connections via nmcli connection addJiří Klimeš2015-02-111-0/+5
* tests: ignore warnings upon DBus manager initializationLubomir Rintel2015-02-101-0/+18
* ifcfg-rh: fix memleak in test-ifcfg-rh.cDan Williams2015-02-101-0/+1
* tests: fix memleaks in test-wifi-ap-utils.cDan Williams2015-02-101-0/+3
* examples: add a Lua example getting IP configuration of a deviceJiří Klimeš2015-02-102-1/+162
* tests: allow running tests without valgrind by setting NMTST_NO_VALGRINDThomas Haller2015-02-091-0/+5
* test: initialize auto-destructed pointersLubomir Rintel2015-02-099-39/+39
* libnm-glib/tests: fix calling tests without valgrindThomas Haller2015-02-091-1/+1
* core: merge branch 'th/memleaks'Thomas Haller2015-02-0963-158/+546
|\
| * 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