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/controller
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
..
gns3vm 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
ports Fix exception with short names for Dynamips interfaces. Fixes #1386. 6 years ago
__init__.py Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307. 6 years ago
appliance.py Fix "Change of linked base VM doesn't work with templates migrated from 2.0" 7 years ago
appliance_template.py Add an appliance templates directory 7 years ago
compute.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
controller_error.py Fix logging issues with the controller 8 years ago
drawing.py Make sure we don't try to read when opening a file in binary more. Fixes #1301. 6 years ago
export_project.py Handle asyncio timeouts. Ref #1307. 6 years ago
import_project.py Fix bug with export project. Ref #1187 #1307. 6 years ago
link.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
node.py Add API endpoint to return all links attached to a node. 6 years ago
notification.py Fix sometimes you have an exception when closing GNS3 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
snapshot.py Fix bug with export project. Ref #1187 #1307. 6 years ago
symbols.py Fix error when you have a directory in your symbols directory 7 years ago
topology.py Support of supplier and variables in topology 6 years ago
udp_link.py Catch exception: ZIP does not support timestamps before 1980. Ref #1360. 6 years ago