grossmj
|
a98fc2d308
|
Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895
|
2019-11-11 12:44:31 +08: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
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07:00 |
|
grossmj
|
3560cda06c
|
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 |
|
grossmj
|
b7f9b865c8
|
Optimize appliance templates update from GitHub repository by only downloading when the repository
has been updated. Ref https://github.com/GNS3/gns3-gui/issues/2490
|
2018-08-21 16:26:07 +07:00 |
|
ziajka
|
1582ac3195
|
Merge branch '2.2' into async-md5-calcs
|
2018-01-29 13:01:45 +01:00 |
|
ziajka
|
eeae07e783
|
Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
|
2018-01-29 12:13:20 +01:00 |
|
ziajka
|
dc377165f2
|
Cancellable md5sum calculation on thread, Ref. gui#2239
|
2018-01-29 10:18:13 +01:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
grossmj
|
1524493c33
|
Fix IOU detection of layer 1 keepalive support. Fixes #1183.
|
2017-10-12 23:32:45 +08:00 |
|
Julien Duponchelle
|
bfbc6ff0be
|
Fix rare race condition when stopping ubridge
Fix #887
|
2017-01-31 13:43:05 +01:00 |
|
Julien Duponchelle
|
dcff51eb75
|
Use wait_for for waiting a process with python 3.5
|
2016-11-17 18:09:46 +01:00 |
|
Julien Duponchelle
|
72fe5d3489
|
Merge branch 'master' into 2.0
|
2016-08-29 14:08:23 +02:00 |
|
Julien Duponchelle
|
0eafb6f06c
|
Fix a lock issue with some virtualbox vm
Fix https://github.com/GNS3/gns3-gui/issues/1444
|
2016-08-29 10:51:50 +02:00 |
|
Julien Duponchelle
|
fa76b89731
|
Fix websocket error when closing the server
Fix #634
|
2016-08-19 11:20:56 +02:00 |
|
Julien Duponchelle
|
f0fad5289c
|
Correclty cleanup packet capture objects when closing server
Fix #592
|
2016-08-19 11:05:54 +02:00 |
|
grossmj
|
c3c5eb533f
|
Detect Wifi adapters on OSX. Fixes #549.
|
2016-06-10 12:36:41 -06:00 |
|
Julien Duponchelle
|
d3436756b2
|
Fix permissions and ownership when stopping container
Fix #550
|
2016-05-31 21:08:41 +02:00 |
|
Julien Duponchelle
|
871fea33e0
|
Cleanup unbreakable space
|
2016-05-18 11:23:45 +02:00 |
|
Julien Duponchelle
|
33edbefa3b
|
Docker cleanup and improvements
|
2015-12-18 18:20:56 +01:00 |
|