NetworkManager/src/vpn-manager
Dan Williams 9065f247c3 vpn: reduce memory usage a bit
No need to copy the list when (a) we never care if it gets modified
in-place (since the loops break when the connection is found) and
(b) we never modify it in place anyway.  Reduces the possibility of
leaking the list due to programming errors too.
2012-12-17 17:01:11 -06:00
..
Makefile.am build: remove G_DISABLE_DEPRECATED 2012-10-31 19:41:07 +01:00
nm-vpn-connection.c core: add the NM_ACTIVE_CONNECTION_STATE_DEACTIVATED state 2012-12-17 17:01:10 -06:00
nm-vpn-connection.h vpn: kill nm_vpn_connection_get_name() 2012-12-17 17:01:10 -06:00
nm-vpn-manager.c vpn: reduce memory usage a bit 2012-12-17 17:01:11 -06:00
nm-vpn-manager.h vpn: make nm_vpn_manager_deactivate_connection() take an object, not a path 2012-12-17 17:01:11 -06:00
nm-vpn-service.c vpn: reduce memory usage a bit 2012-12-17 17:01:11 -06:00
nm-vpn-service.h vpn: reduce memory usage a bit 2012-12-17 17:01:11 -06:00