You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/modules
Julien Duponchelle 93344e9427
Fix crash when NIO doesn't exist
10 years ago
..
adapters Dynamips devices support (packet capture to complete). 10 years ago
dynamips Fixes issue when asyncio read is cancelled and data is still sent by Dynamips hypervisor. Fixes #113. 10 years ago
iou Fix crash when NIO doesn't exist 10 years ago
nios Properly release UDP ports when closing a project or deleting a link. 10 years ago
qemu Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects. 10 years ago
virtualbox Make sure used ports in a project are cleaned up when closing it. 10 years ago
vpcs Fix rare crash in tests for travis and fix coverage 10 years ago
__init__.py Fix tests on MacOS 10 years ago
base_manager.py Save configs when project is committed. 10 years ago
base_vm.py Make sure used ports in a project are cleaned up when closing it. 10 years ago
port_manager.py Make sure used ports in a project are cleaned up when closing it. 10 years ago
project.py Make sure used ports in a project are cleaned up when closing it. 10 years ago
project_manager.py Alternative local server shutdown (mostly intended for Windows). 10 years ago
vm_error.py