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 5d4de9d0ba
Fix AttributeError: Cannot set attribute '%s'. Fixes #1646
5 years ago
..
gns3vm Fix vcpus configuration for GNS3 VM on VMware. Ref #2738. 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
appliance_template.py
compute.py Catch some exceptions. 6 years ago
controller_error.py
drawing.py Fix topology images (Pictures) disappearing from projects. Fixes #1514. 5 years ago
export_project.py Reset MAC addresses when duplicating a project. Fixes #1522 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 Fix AttributeError: Cannot set attribute '%s'. Fixes #1646 5 years ago
notification.py
project.py Fix topology images (Pictures) disappearing from projects. Fixes #1514. 5 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