1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/modules
2015-03-30 17:03:49 +02:00
..
adapters
dynamips Fixes issue when asyncio read is cancelled and data is still sent by Dynamips hypervisor. Fixes #113. 2015-03-28 19:23:01 -06:00
iou Fixes use_default_iou_values param was not set. 2015-03-26 16:47:55 -06:00
nios
qemu Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects. 2015-03-23 22:52:02 -06:00
virtualbox Make sure used ports in a project are cleaned up when closing it. 2015-03-21 17:19:12 -06:00
vpcs Fix rare crash in tests for travis and fix coverage 2015-03-30 17:03:49 +02:00
__init__.py Fix tests on MacOS 2015-02-27 18:30:22 +01:00
base_manager.py Save configs when project is committed. 2015-03-21 14:52:17 -06:00
base_vm.py Make sure used ports in a project are cleaned up when closing it. 2015-03-21 17:19:12 -06:00
port_manager.py Make sure used ports in a project are cleaned up when closing it. 2015-03-21 17:19:12 -06:00
project_manager.py Alternative local server shutdown (mostly intended for Windows). 2015-03-13 18:57:27 -06:00
project.py Make sure used ports in a project are cleaned up when closing it. 2015-03-21 17:19:12 -06:00
vm_error.py