1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/gns3server/handlers/api
2015-04-14 14:24:13 +02:00
..
__init__.py
config_handler.py
dynamips_device_handler.py Fixes bug when remove_nio() is not a coroutine for ATM and FR switches. 2015-03-24 22:15:49 -06:00
dynamips_vm_handler.py Fixes unicode decode error when saving IOS router configs. Fixes #115. 2015-03-28 18:09:53 -06:00
iou_handler.py Fixes use_default_iou_values param was not set. 2015-03-26 16:47:55 -06:00
network_handler.py Adds project id when requesting UDP port. 2015-03-21 22:27:40 -06:00
project_handler.py Let the server know about the project name and convert old IOU projects on remote servers. 2015-03-08 19:13:01 -06:00
qemu_handler.py Allocate a random port for Qemu monitor. Fixes issue with pre 1.3 projects. 2015-03-23 22:52:02 -06:00
server_handler.py Alternative local server shutdown (mostly intended for Windows). 2015-03-13 18:57:27 -06:00
version_handler.py Fix version test 2015-03-16 10:18:37 +01:00
virtualbox_handler.py Fix a crash in VirtualBox vm creation 2015-04-14 14:24:13 +02:00
vpcs_handler.py