grossmj
|
86f87aec74
|
Fix installation with Python 3.7. Fixes #1414.
Fix deprecated use of aiohttp.Timeout. Fixes #1296.
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
|
2018-10-16 15:56:06 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
8d4e73d23c
|
Replace vboxnet0 (if it does not exist) by the first available vboxnet interface on Windows. Fixes https://github.com/GNS3/gns3-vm/issues/102
|
2018-08-26 03:28:38 -07:00 |
|
grossmj
|
4d57a3befa
|
Check if the VirtualBox host-only network exists when starting a GNS3 VM running on VirtualBox. Ref https://github.com/GNS3/gns3-vm/issues/102
|
2018-08-26 02:43:40 -07:00 |
|
grossmj
|
dd9c18b9f8
|
Use SO_REUSEADDR before calling bind() where missing. Fixes #1289.
|
2018-04-16 16:36:36 +08:00 |
|
ziajka
|
009677f019
|
Fix typo in vcpus on VirtualBoxVM, fixes: #1213
|
2017-11-07 11:15:49 +01:00 |
|
Julien Duponchelle
|
211f48d981
|
Catch error when something that is not the GNS3 server answer to virtualbox requests
Fix #1155
|
2017-08-03 16:31:28 +02:00 |
|
Julien Duponchelle
|
a4245fcf44
|
Aiohttp 2.0
Ref #1000
|
2017-05-17 18:42:17 +02:00 |
|
Julien Duponchelle
|
7ba351c888
|
Catch timeout error when loading virtualbox VM
Fix #999
|
2017-05-03 17:44:55 +02:00 |
|
Julien Duponchelle
|
5bfa864f0c
|
Increase timeout for detecting VirtualBox GNS3 VM
|
2017-02-23 16:19:20 +01:00 |
|
Julien Duponchelle
|
69d8ed5636
|
Catch Timeout error from VirtualBox GNS3 VM
Fix #864
|
2017-01-11 15:49:36 +01:00 |
|
Julien Duponchelle
|
e53db1ed81
|
Replace JSONDecodeError by ValueError (Python 3.4 compatibility)
Fix #847
|
2016-12-21 09:45:24 +01:00 |
|
Julien Duponchelle
|
4cd164fc24
|
Better management of the GNS3 VM with VirtualBox
|
2016-09-21 17:01:50 +02:00 |
|
Julien Duponchelle
|
896d279ded
|
Support configuration of ram and vcpus of GNS3 VM in setup wizard
Ref #1445
|
2016-09-21 15:46:56 +02:00 |
|
Julien Duponchelle
|
1412462229
|
Suspend the GNS3 VM
Fix #656
|
2016-09-08 15:32:35 +02:00 |
|
Julien Duponchelle
|
5fdd33fe3b
|
Repair VirtualBox VM support
Fix #650
|
2016-08-30 16:39:03 +02:00 |
|
Julien Duponchelle
|
3bff094238
|
Remote GNS3 VM support
Fix #623
|
2016-08-30 10:19:01 +02:00 |
|
Julien Duponchelle
|
21b99ad9f9
|
Support for sendings settings for the GNS3VM from the GUI
Ref https://github.com/GNS3/gns3-gui/issues/1441
|
2016-08-25 09:32:06 +02:00 |
|