1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 02:18:59 +00:00
gns3-server/gns3server/controller
Julien Duponchelle 8712866489
Fix Can't connect to compute local on some computers
Chicken and egg problem we try to connect to compute
before http was available. I rewrote the code to prevent
erase of settings and rollback the beta4 code for init.

Fix #946
2017-03-21 18:06:45 +01:00
..
gns3vm Remove noise from log when VMware is not installed 2017-02-28 11:42:07 +01:00
ports Fix some port short name display issues 2017-03-20 18:10:00 +01:00
__init__.py Fix Can't connect to compute local on some computers 2017-03-21 18:06:45 +01:00
compute.py Catch server disconnected errors from computes 2017-03-20 17:13:37 +01:00
controller_error.py Fix logging issues with the controller 2016-03-04 16:55:59 +01:00
drawing.py Fix an error with some SVG 2017-02-28 11:22:53 +01:00
export_project.py Raise error if image are not avaible on main server during export 2017-03-14 18:00:16 +01:00
import_project.py Catch unicode error when you try to duplicate a project with invalid characters 2017-03-13 17:11:37 +01:00
link.py Escape special characters from SVG text 2017-03-20 19:14:07 +01:00
node.py Escape special characters from SVG text 2017-03-20 19:14:07 +01:00
notification.py Fix sometimes you have an exception when closing GNS3 2017-01-18 18:38:25 +01:00
project.py Generate a node uuid if the uuid is missing in the .gns3 2017-03-20 16:21:09 +01:00
snapshot.py Catch permission error when restoring a snapshot 2017-02-13 15:30:02 +01:00
symbols.py Fix error when you delete the builtin symbols directory 2017-02-20 18:28:49 +01:00
topology.py Escape special characters from SVG text 2017-03-20 19:14:07 +01:00
udp_link.py UDP tunnel debuging 2016-11-25 15:11:31 +01:00