1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-12 10:08:10 +00:00
gns3-server/gns3server/modules
Vasil Rangelov 60219d9a45 Use hex encoding on VirtualBox pipe names
This allows arbitrary characters in VirtualBox VM names, while also ensuring all different weird names can coexist.

Example of two VMs that previously couldn't both have a serial console - "VM 1" and "VM_1", because the former's pipe name is converted to the latter, while the latter would remain unchanged.
2015-04-10 23:35:21 +03:00
..
adapters Some spring cleaning. 2015-04-08 11:17:34 -06:00
dynamips Some spring cleaning. 2015-04-08 11:17:34 -06:00
iou Fix crash if IOU initial config is emtpy 2015-04-09 10:27:50 +02:00
nios Some spring cleaning. 2015-04-08 11:17:34 -06:00
qemu Some spring cleaning. 2015-04-08 11:17:34 -06:00
virtualbox Use hex encoding on VirtualBox pipe names 2015-04-10 23:35:21 +03:00
vpcs Some spring cleaning. 2015-04-08 11:17:34 -06:00
__init__.py Fix missing IOU documentation 2015-04-07 16:09:27 +02:00
base_manager.py Some spring cleaning. 2015-04-08 11:17:34 -06:00
base_vm.py Some spring cleaning. 2015-04-08 11:17:34 -06:00
port_manager.py Some spring cleaning. 2015-04-08 11:17:34 -06:00
project_manager.py Alternative local server shutdown (mostly intended for Windows). 2015-03-13 18:57:27 -06:00
project.py Some spring cleaning. 2015-04-08 11:17:34 -06:00
vm_error.py Modules support start iou process (not ioucon and iouyap) 2015-02-12 22:29:32 +01:00