.. |
adapters
|
Rename hypervisor to compute
|
2016-04-15 17:59:59 +02:00 |
builtin
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
docker
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
dynamips
|
Update setup.py and fix minor issues.
|
2018-09-02 15:32:33 +07:00 |
iou
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
nios
|
Filter implementation for cloud & Nat
|
2017-07-17 17:27:07 +02:00 |
qemu
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
traceng
|
Add default destination setting for traceng + some checks.
|
2018-04-16 15:03:22 +08:00 |
virtualbox
|
Fix small errors like unhandled exceptions etc.
|
2018-09-11 15:06:01 +02:00 |
vmware
|
Check if serial pipe can be opened for VMware and VirtualBox VMs.
|
2018-09-06 07:02:32 +02:00 |
vpcs
|
Fix exception from send_signal() on Windows.
|
2018-04-27 17:00:28 +07:00 |
__init__.py
|
Check for valid IP address and prevent to run on non-Windows platforms.
|
2018-03-29 13:26:43 +07:00 |
base_manager.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 |
base_node.py
|
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 |
error.py
|
Auto upload missing images
|
2016-06-07 19:38:01 +02:00 |
notification_manager.py
|
Some more (spring) cleaning.
|
2016-05-13 18:48:10 -06:00 |
port_manager.py
|
Drop a useless line of code in port_manager
|
2017-01-09 16:11:34 +01:00 |
project_manager.py
|
Add API endpoint to return all links attached to a node.
|
2018-06-06 20:46:44 +07:00 |
project.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 |