gns3-server/gns3server/utils
grossmj 802959f9ab Merge branch 'master' into 3.0
# Conflicts:
#	dev-requirements.txt
#	gns3server/controller/__init__.py
#	gns3server/controller/appliance_manager.py
#	gns3server/controller/compute.py
#	gns3server/controller/topology.py
#	gns3server/handlers/api/compute/ethernet_switch_handler.py
#	gns3server/handlers/api/controller/link_handler.py
#	gns3server/handlers/api/controller/symbol_handler.py
#	gns3server/version.py
#	requirements.txt
#	tests/controller/test_export_project.py
#	tests/handlers/api/compute/test_qemu.py
#	tests/web/test_response.py
#	win-requirements.txt
2021-04-10 12:46:40 +09:30
..
asyncio Comment unused code that causes issue with flake8 2020-06-26 18:47:31 +09:30
__init__.py Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866 2019-10-09 17:02:30 +08:00
application_id.py Fix tests 2020-11-05 18:47:59 +10:30
cpu_percent.py Implement a minimum interval between cpu_percent() calls. Fixes #1738 2020-04-19 20:42:46 +02:00
file_watcher.py Optimize appliance templates update from GitHub repository by only downloading when the repository 2018-08-21 16:26:07 +07:00
get_resource.py Fix an error in frozen ressources loading 2015-07-03 20:29:49 +02:00
http_client.py Add HTTP client to reuse the aiohttp session where needed. 2020-10-22 16:19:44 +10:30
images.py Add debug message when searching for an image. Ref https://github.com/GNS3/gns3-gui/issues/2828 2019-07-10 11:16:50 +02:00
interfaces.py Add HTTP client to reuse the aiohttp session where needed. 2020-10-22 16:19:44 +10:30
notification_queue.py Move endpoints to routes & preparations to use a database. 2020-11-19 15:21:03 +10:30
path.py Add HTTP client to reuse the aiohttp session where needed. 2020-10-22 16:19:44 +10:30
picture.py Update picture.py 2021-04-08 23:29:46 +02:00
qt.py Fix an error when importing old topology without color for label 2016-10-24 14:58:14 +02:00
vmnet.py Change order to find vnetlib on Windows (PATH -> Registry -> Default directories). 2018-06-04 21:57:34 +07:00
windows_loopback.py Tool to add, configure and remove Windows loopback adapters. 2016-11-05 15:10:05 +11:00
windows_service.py Add HTTP client to reuse the aiohttp session where needed. 2020-10-22 16:19:44 +10:30