1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 22:08:56 +00:00
gns3-server/gns3server/handlers/api/controller
2018-08-25 18:10:40 +07:00
..
__init__.py
appliance_handler.py
compute_handler.py Fix auto idle-pc from preferences. 2017-11-23 23:00:31 +07:00
drawing_handler.py GNS3-API: implement GET for specific drawing and link 2018-01-05 13:44:46 +01:00
gns3_vm_handler.py
link_handler.py Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307. 2018-04-28 16:01:43 +07:00
node_handler.py Fix API status code for start/stop/suspend/reload a node. Fixes #1353. 2018-06-14 16:39:32 +08:00
project_handler.py Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360. 2018-08-25 18:10:40 +07:00
server_handler.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
snapshot_handler.py
symbol_handler.py Handle asyncio timeouts. Ref #1307. 2018-04-28 17:42:02 +07:00