1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/modules
Jeremy 985c23a40e Explicitly import handlers so freezing application can find and include the right modules.
Do not import IOU on Windows to avoid importing unknown modules like fcntl on that platform.
2015-02-26 19:31:18 -07:00
..
adapters Dynamips devices support (packet capture to complete). 2015-02-15 12:18:12 -07:00
dynamips Fixes Dynamips console/aux ports restoration when loading a project. 2015-02-26 16:15:44 -07:00
iou After an iou reload you can write on the console 2015-02-26 15:47:47 +01:00
nios Properly release UDP ports when closing a project or deleting a link. 2015-02-23 19:00:34 -07:00
qemu Drop poll from Qemu 2015-02-26 10:18:52 +01:00
virtualbox IOU + VirtualBox conversion of old projects. 2015-02-25 18:55:35 -07:00
vpcs IOU + VirtualBox conversion of old projects. 2015-02-25 18:55:35 -07:00
__init__.py Explicitly import handlers so freezing application can find and include the right modules. 2015-02-26 19:31:18 -07:00
base_manager.py IOU + VirtualBox conversion of old projects. 2015-02-25 18:55:35 -07:00
base_vm.py Rename console methods in port manager to use the generic tcp term in the name. 2015-02-23 17:42:55 -07:00
port_manager.py Rename console methods in port manager to use the generic tcp term in the name. 2015-02-23 17:42:55 -07:00
project_manager.py Do not return an error when creating the same project multiple times (for now). 2015-02-25 17:19:12 -07:00
project.py Prevent multiple projects with the same ID to be created. 2015-02-25 16:05:57 -07:00
vm_error.py Modules support start iou process (not ioucon and iouyap) 2015-02-12 22:29:32 +01:00