.. |
gns3vm
|
Report GNS3 VM errors to the GUI server summary. Ref #1359.
|
2018-08-28 15:42:06 +07:00 |
ports
|
Improve the invalid port format detection. Fixes https://github.com/GNS3/gns3-gui/issues/2580
|
2018-09-05 13:35:42 +08:00 |
__init__.py
|
Catch exceptions in various locations to fix small issues reported by Sentry.
|
2018-09-06 09:49:12 +02:00 |
appliance_template.py
|
Add an appliance templates directory
|
2017-07-19 11:44:05 +02:00 |
appliance.py
|
Fix "Change of linked base VM doesn't work with templates migrated from 2.0"
|
2018-02-05 16:42:29 +08:00 |
compute.py
|
Report GNS3 VM errors to the GUI server summary. Ref #1359.
|
2018-08-28 15:42:06 +07:00 |
controller_error.py
|
Fix logging issues with the controller
|
2016-03-04 16:55:59 +01:00 |
drawing.py
|
Make sure we don't try to read when opening a file in binary more. Fixes #1301.
|
2018-03-07 16:39:04 +07:00 |
export_project.py
|
Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
|
2018-08-25 18:10:40 +07:00 |
import_project.py
|
Fix bug with export project. Ref #1187 #1307.
|
2018-04-28 16:38:52 +07:00 |
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
|
2018-08-24 18:57:18 +07:00 |
node.py
|
Catch exceptions in various locations to fix small issues reported by Sentry.
|
2018-09-06 09:49:12 +02:00 |
notification.py
|
Fix sometimes you have an exception when closing GNS3
|
2017-01-18 18:38:25 +01:00 |
project.py
|
Catch exceptions in various locations to fix small issues reported by Sentry.
|
2018-09-06 09:49:12 +02:00 |
snapshot.py
|
Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
|
2018-08-25 18:10:40 +07:00 |
symbols.py
|
Fix error when you have a directory in your symbols directory
|
2017-05-10 13:40:49 +02:00 |
topology.py
|
Support of supplier and variables in topology
|
2018-05-08 10:07:42 +02:00 |
udp_link.py
|
Catch exception: ZIP does not support timestamps before 1980. Ref #1360.
|
2018-07-26 13:34:23 -05:00 |