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/compute
grossmj 3560cda06c
Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566
6 years ago
..
adapters Rename hypervisor to compute 8 years ago
builtin Fix same base MAC for duplicated IOS routers. Fixes #1264. 7 years ago
docker Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 6 years ago
dynamips Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 6 years ago
iou Catch exceptions when using AsyncioTelnetServer. Fixes #1321. 6 years ago
nios Filter implementation for cloud & Nat 7 years ago
qemu Fix tests. 6 years ago
traceng Add default destination setting for traceng + some checks. 6 years ago
virtualbox Catch exceptions when using AsyncioTelnetServer. Fixes #1321. 6 years ago
vmware Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 6 years ago
vpcs Fix exception from send_signal() on Windows. 6 years ago
__init__.py Check for valid IP address and prevent to run on non-Windows platforms. 6 years ago
base_manager.py Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 6 years ago
base_node.py Use SO_REUSEADDR before calling bind() where missing. Fixes #1289. 6 years ago
error.py Auto upload missing images 8 years ago
notification_manager.py Some more (spring) cleaning. 8 years ago
port_manager.py Drop a useless line of code in port_manager 8 years ago
project.py Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566 6 years ago
project_manager.py Add API endpoint to return all links attached to a node. 6 years ago