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 ae3515434c
Do not export/import symlinks for projects. Fixes #2699
5 years ago
..
gns3vm Configure coresPerSocket value in VMX file for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/2688 5 years ago
ports Improve the invalid port format detection. Fixes https://github.com/GNS3/gns3-gui/issues/2580 6 years ago
__init__.py Fix small errors like unhandled exceptions etc. 6 years ago
appliance.py Fix "Change of linked base VM doesn't work with templates migrated from 2.0" 6 years ago
appliance_template.py Add an appliance templates directory 7 years ago
compute.py Catch some exceptions. 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 Do not export/import symlinks for projects. Fixes #2699 5 years ago
import_project.py Do not export/import symlinks for projects. Fixes #2699 5 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 Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674. 6 years ago
notification.py Fix sometimes you have an exception when closing GNS3 8 years ago
project.py Fix some typos. 6 years ago
snapshot.py Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360. 6 years ago
symbols.py Fix small errors like unhandled exceptions etc. 6 years ago
topology.py Fix small errors like unhandled exceptions etc. 6 years ago
udp_link.py Catch exception: ZIP does not support timestamps before 1980. Ref #1360. 6 years ago