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 4d95e0b51f
Catch some exceptions.
6 years ago
..
adapters Rename hypervisor to compute 8 years ago
builtin Fix small errors like unhandled exceptions etc. 6 years ago
docker Fix small errors like unhandled exceptions etc. 6 years ago
dynamips Update setup.py and fix minor issues. 6 years ago
iou Fix small errors like unhandled exceptions etc. 6 years ago
nios Filter implementation for cloud & Nat 7 years ago
qemu Fix small errors like unhandled exceptions etc. 6 years ago
traceng Add default destination setting for traceng + some checks. 6 years ago
virtualbox Fix small errors like unhandled exceptions etc. 6 years ago
vmware Check if serial pipe can be opened for VMware and VirtualBox VMs. 6 years ago
vpcs Catch some exceptions. 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 Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568 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