summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge: assume connections for slave interfaces (rh #1141266) (rh #1176319)dcbw/nm-0-9-10-slavesDan Williams2015-03-034-85/+257
|\
| * device: move to UNAVAILABLE state when deactivating if device is not availableDan Williams2015-03-031-1/+4
| * device: fix assertion in nm_device_slave_notify_release() logging the master ...Thomas Haller2015-03-031-1/+6
| * core: fix attaching managed slaves to master devices (rh #1141266)Dan Williams2015-03-031-3/+4
| * device: assume connections for device with slavesLubomir Rintel2015-03-031-3/+5
| * device: set the master on device additionLubomir Rintel2015-03-033-20/+50
| * device: release and enslave an interface if its master changedLubomir Rintel2015-03-031-2/+3
| * platform: resynchronize with kernel when we're out of buffer spaceLubomir Rintel2015-03-031-42/+116
| * platform: refactor the object comparison logic into a separate functionLubomir Rintel2015-03-031-18/+30
| * platform: ensure all objects in link cache are of AF_UNSPEC familyLubomir Rintel2015-03-031-1/+38
| * device: don't disconnect assumed connectionsLubomir Rintel2015-03-021-0/+7
|/
* release: update NEWSDan Williams2015-03-021-0/+1
* tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
* dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-20/+77
* device: fix build after 94c1e7827a84bb165787d4ff65cc1e89a61f22e7Dan Williams2015-02-271-0/+1
* device: fix leaking queued NMActiveConnectionThomas Haller2015-02-241-3/+11
* build: update NEWSDan Williams2015-02-191-0/+1
* device: don't fail activation when IP config is unavailable and unneededLubomir Rintel2015-02-191-15/+43
* device: turn nm_d_ip_config_should_fail to get_ip_config_may_failLubomir Rintel2015-02-192-14/+18
* build: don't run tests with valgrind by defaultLubomir 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
* wwan: don't assume DNS info is always availableAleksander Morgado2015-02-171-1/+1
* dhcp: gracefully recover from failed DHCP BOUND state transitions (bgo #743700)Dan Williams2015-02-171-2/+2
* merge: fix memory leaks and enable valgrind for testcasesDan Williams2015-02-1344-142/+518
|\
| * core: intern hyphen_name string in nm_properties_changed_signal_add_property()dcbw/0910-memleaksThomas Haller2015-02-101-1/+2
| * core: fix memory leak in nm_properties_changed_signal_add_property()Thomas Haller2015-02-101-0/+4
| * config: fix memleaks in config tests and readerDan Williams2015-02-102-4/+14
| * config: fix memleak in read_config()Thomas Haller2015-02-101-2/+4
| * config: fix memleak in merge_no_auto_default_state()Dan Williams2015-02-101-2/+3
| * ifcfg-rh: fix memleak in test-ifcfg-rh.cDan Williams2015-02-101-0/+2
| * ifcfg-rh: fix memleak in test_read_ibft_malformed()Dan Williams2015-02-101-0/+1
| * ifcfg-rh: fix memleak in make_ip4_setting()Thomas Haller2015-02-101-0/+1
| * fixup! ifcfg-rh: fix memleaks in readerDan Williams2015-02-101-1/+1
| * fixup! ifcfg-rh/tests: fix memleaks in test code for valgrindDan Williams2015-02-101-1/+0
| * tests: fix memleaks in test-wifi-ap-utils.cDan Williams2015-02-101-0/+3
| * tests: allow running tests without valgrind by setting NMTST_NO_VALGRINDThomas Haller2015-02-101-0/+5
| * test: initialize auto-destructed pointersLubomir Rintel2015-02-104-21/+22
| * libnm-glib/tests: fix calling tests without valgrindThomas Haller2015-02-101-1/+1
| * tests: fail valgrind script if log file is non-emptyThomas Haller2015-02-101-0/+5
| * libnm/tests: enable valgrind for libnm testsThomas Haller2015-02-103-1/+14
| * libnm/tests: add valgrind suppressionsThomas Haller2015-02-101-0/+180
| * libnm/tests: fix memleaks in test code for valgrindThomas Haller2015-02-102-1/+6
| * tests: enable valgrind tests for testsThomas Haller2015-02-1012-0/+13
| * platform/tests: reenable valgrind testsThomas Haller2015-02-101-1/+1