grossmj
|
bb284d082a
|
Set socket options SO_KEEPALIVE and TCP_NODELAY for embedded Telnet server. Ref #1335
|
2019-01-12 16:50:15 +07:00 |
|
grossmj
|
56412b35e0
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/utils/asyncio/telnet_server.py
|
2018-11-30 12:38:02 +08:00 |
|
grossmj
|
60ac6d2dfe
|
Telnet console resize support for Docker VM.
|
2018-11-27 15:06:56 +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
|
9de13c570c
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/builtin/nodes/cloud.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/dynamips/nodes/ethernet_switch.py
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
# gns3server/controller/__init__.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2018-10-04 15:44:13 +02:00 |
|
grossmj
|
4d95e0b51f
|
Catch some exceptions.
|
2018-09-28 15:04:38 +02:00 |
|
grossmj
|
4021a13651
|
Catch exceptions in various locations to fix small issues reported by Sentry.
|
2018-09-06 09:49:12 +02: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
|
814526ba26
|
Add missing coroutine decorator Ref https://github.com/GNS3/gns3-gui/issues/2566
|
2018-08-25 16:00:40 +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
|
0e1f2e26d0
|
Serve WebUI handlers and update-bundled-web-ui script, Ref: #1362
|
2018-06-26 12:09:08 +02:00 |
|
ziajka
|
867e997b74
|
Support /static/ files serving, Ref: #1362
|
2018-06-22 15:29:47 +02:00 |
|
grossmj
|
96d5e351f7
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-10 21:19:55 +07:00 |
|
grossmj
|
fd5df0052a
|
Fix issue with some SVG symbols that could not be used in GNS3.
This was due to the height and width values being percentages.
|
2018-06-06 16:32:51 +07:00 |
|
grossmj
|
f8bf749577
|
Remove unwanted trailing characters and other white spaces when reading .md5sum files.
|
2018-06-05 00:01:20 +07:00 |
|
grossmj
|
d1ccf3bc84
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/version.py
# requirements.txt
|
2018-06-04 22:46:52 +07:00 |
|
grossmj
|
051eedb406
|
Change order to find vnetlib on Windows (PATH -> Registry -> Default directories).
|
2018-06-04 21:57:34 +07:00 |
|
grossmj
|
7622c10cc9
|
Returns the ports' adapter types and mac addresses when available.
|
2018-04-06 13:19:17 +07:00 |
|
grossmj
|
d419d3fa39
|
Check if the HAXM service is running when starting a Qemu VM with hardware acceleration. Ref #1242.
|
2018-03-24 22:15:20 +07:00 |
|
grossmj
|
08493871a5
|
Restrict the list of available Ethernet/TAP adapters. Fixes #352.
|
2018-03-15 16:33:23 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
grossmj
|
658aa4bae9
|
Merge 2.1 into 2.2 branch
|
2018-03-12 13:38:50 +07:00 |
|
Bernhard Ehlers
|
3a09bd43dc
|
Implement a minimum interval between psutil calls. Fixes #2262
|
2018-02-13 11:31:04 +01: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 |
|
ziajka
|
860ca3b35d
|
Remotely close telnet console. Ref #2330
|
2017-11-20 15:28:07 +01:00 |
|
ziajka
|
96a0b52cf8
|
EthernetSwitch closing connections, Ref: gui/#2330
|
2017-11-20 13:51:07 +01:00 |
|
grossmj
|
1524493c33
|
Fix IOU detection of layer 1 keepalive support. Fixes #1183.
|
2017-10-12 23:32:45 +08:00 |
|
ziajka
|
807bea40d4
|
Fixes running switch console inside PyCharm terminal (Ref. #1172)
|
2017-08-29 12:28:53 +02:00 |
|
ziajka
|
4e3eee33fc
|
Windows console bugfix tests
|
2017-08-29 10:08:10 +02:00 |
|
Julien Duponchelle
|
2dc83d7894
|
Interface starting with gns3 are not display by default in the cloud
Fix https://github.com/GNS3/gns3-gui/issues/2199
|
2017-08-03 16:33:42 +02:00 |
|
ziajka
|
86bd7b6058
|
Added missing corutine flag, fixes #1145
|
2017-07-26 11:37:09 +02:00 |
|
ziajka
|
ac508435c3
|
History support for console and telnet application, Fixes: #1083
Arrows UP/DOWN for telnet, Ref. #1083
Typo, Ref. #1083
Support async commands, Ref. #1083
Small refactor, Ref. #1083
Asyncio telnet server - connections support, Ref. #10831
Prompt-toolkit in dependencies, ref. #1083
Few comments, ref. #1083
Direct imports, ref. #1083
Windows size changed support in telnet server, ref. #1139
Fake termios
Fake termios - different approach
InputStream - copied source from prompt_toolkit
|
2017-07-25 16:18:07 +02:00 |
|
Julien Duponchelle
|
e8a35ac41f
|
Interface ending with -nic are special ethernet interface
It's libvirt internal stuff
Fix #1114
|
2017-07-12 16:13:46 +02:00 |
|
Julien Duponchelle
|
e5bc7c7a66
|
Merge branch '2.1' into embed_shell
|
2017-06-19 11:10:24 +02:00 |
|
Julien Duponchelle
|
40cc5d76b3
|
Fix racecondition when listing interface
Fix #1060
|
2017-06-07 15:57:05 +02:00 |
|
Julien Duponchelle
|
ca3f8d0b43
|
Provide easy to test a shell by using stdin as an input
|
2017-06-02 14:50:34 +02:00 |
|
Julien Duponchelle
|
5616ab0e9a
|
Fake console for simple Ethernet switch
Fix #454
|
2017-05-31 15:13:29 +02:00 |
|
Julien Duponchelle
|
c9ceeee9de
|
Handle some invalid SVG images
Fix #986
|
2017-04-24 17:31:20 +02:00 |
|
Julien Duponchelle
|
36de30e25e
|
Fix various tests for windows
|
2017-04-18 14:23:29 +02:00 |
|
Julien Duponchelle
|
cfe13e1929
|
Support IOU image without .bin at the end
|
2017-03-29 16:08:13 +02:00 |
|
Julien Duponchelle
|
8d22f2930e
|
Fix a crash with missing size in the svg files
Fix #960
|
2017-03-27 10:41:28 +02:00 |
|
Julien Duponchelle
|
7c318d477d
|
Handle some invalid svg
Fix #944
|
2017-03-16 18:39:07 +01:00 |
|
Julien Duponchelle
|
961c209ab1
|
Fix an issue when getting size from some SVG file
Fix https://github.com/GNS3/gns3-gui/issues/1866
|
2017-02-20 17:25:26 +01:00 |
|
Julien Duponchelle
|
10b039074f
|
Avoid a crash in some conditions when reading the serial console
|
2017-02-15 19:31:38 +01:00 |
|
Julien Duponchelle
|
19b70accd5
|
Catch error when we can't access to a unix socket
|
2017-02-06 17:59:00 +01:00 |
|
Julien Duponchelle
|
bfbc6ff0be
|
Fix rare race condition when stopping ubridge
Fix #887
|
2017-01-31 13:43:05 +01:00 |
|
Julien Duponchelle
|
2da20177a2
|
Avoid crash when you broke your system permissions
Fix #877
|
2017-01-27 10:56:48 +01:00 |
|
Julien Duponchelle
|
df694ca9eb
|
Fix export of IOU configuration
Fix https://github.com/GNS3/gns3-gui/issues/1745
|
2017-01-10 15:50:35 +01:00 |
|
Julien Duponchelle
|
3259ec1220
|
Close project if one one the compute of the project is down
Fix #836
|
2016-12-15 21:57:59 +01:00 |
|
Julien Duponchelle
|
c4327ec74c
|
Improve docker HTTP console
Fix #816
|
2016-12-09 16:41:15 +01:00 |
|
Julien Duponchelle
|
49315adf79
|
Do not recurse scan for images in standard image directory
Fix https://github.com/GNS3/gns3-gui/issues/1680
|
2016-11-28 19:49:50 +01:00 |
|
Julien Duponchelle
|
9be293909e
|
Use vnetlib64.exe when possible
Fix https://github.com/GNS3/gns3-gui/issues/1648
|
2016-11-21 17:49:40 +01:00 |
|
Julien Duponchelle
|
a872f0328d
|
Fix closing console of VBox on NIX systems
|
2016-11-18 11:27:50 +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
|
ecfa89cba8
|
Speed up interfaces listening on Windows
Fix #788
|
2016-11-16 12:28:02 +01:00 |
|
Julien Duponchelle
|
6e5e9e3df9
|
Fix filtering special interfaces on Windows
|
2016-11-16 12:21:43 +01:00 |
|
Julien Duponchelle
|
56c580dc44
|
On windows filter VMware and VirtualBox adapters by default
Ref #788
|
2016-11-16 12:16:46 +01:00 |
|
Julien Duponchelle
|
52577b55b2
|
Typo
|
2016-11-11 14:44:27 +01:00 |
|
Julien Duponchelle
|
3bb4f6f133
|
Display path of vnetlib during interface creations
Ref https://github.com/GNS3/gns3-gui/issues/1648
|
2016-11-11 14:26:09 +01:00 |
|
Julien Duponchelle
|
69f154d9cc
|
Correctly initialize connection to VPCS console
|
2016-11-08 20:10:17 +01:00 |
|
Julien Duponchelle
|
553e137a13
|
Support for serial console for Virtual BOX and VMware using asyncio
Ref #747
|
2016-11-07 23:43:20 +01:00 |
|
grossmj
|
c271ef8c6a
|
Tool to add, configure and remove Windows loopback adapters.
New dependency: wmi (not added to requirements.txt).
Usage (must be running with admin rights):
gns3loopback.exe --add MY_LOOPBACK 10.0.0.1 255.0.0.0
gns3loopback.exe --remove MY_LOOPBACK
|
2016-11-05 15:10:05 +11:00 |
|
Julien Duponchelle
|
cf723962af
|
Support bridge in cloud
Nat take advantage of that and the code is more simple.
Fix #761
|
2016-11-04 17:32:16 +01:00 |
|
Julien Duponchelle
|
10e7b32409
|
Fix an error when importing old topology without color for label
Fix #736
|
2016-10-24 14:58:14 +02:00 |
|
Julien Duponchelle
|
106915f419
|
Return md5sum and filesize in the list of images
Ref https://github.com/GNS3/gns3-gui/issues/1590
|
2016-10-20 17:24:05 +02:00 |
|
Julien Duponchelle
|
a01b55f07b
|
Fix a crash if font information is missing
Fix #700
|
2016-09-30 10:30:24 +02:00 |
|
Julien Duponchelle
|
c38dd004b8
|
Extract netmask of interfaces on windows
|
2016-09-28 10:48:28 +02:00 |
|
Julien Duponchelle
|
fb2dac6ef1
|
All tests pass on windows
|
2016-09-28 10:27:30 +02:00 |
|
Julien Duponchelle
|
20772a310b
|
Change seperator for additonnal images directory otherwise bug on windows
|
2016-09-27 17:15:59 +02:00 |
|
Julien Duponchelle
|
be5d543f20
|
Fix some bugs on windows
|
2016-09-27 17:05:03 +02:00 |
|
Julien Duponchelle
|
3ea5df7462
|
Make better error when we have no netmask
Fix #1541
|
2016-09-27 11:47:18 +02:00 |
|
Julien Duponchelle
|
29563ed7bc
|
Fill cloud interface server side
Fix https://github.com/GNS3/gns3-gui/issues/1535
|
2016-09-22 17:46:32 +02:00 |
|
Julien Duponchelle
|
84a2f8b4a3
|
Return flag for special interface that you can use in the cloud
Fix https://github.com/GNS3/gns3-gui/issues/1509
|
2016-09-14 17:15:06 +02: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
|
c01bb2436e
|
Return netmask with list of interfaces
|
2016-08-25 17:22:22 +02:00 |
|
Julien Duponchelle
|
0226bb663f
|
Fix start all node is broken
Fix #633
|
2016-08-19 11:32:11 +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 |
|
Julien Duponchelle
|
3e3e7b93ae
|
Merge branch 'master' into 2.0
|
2016-08-18 21:34:52 +02:00 |
|
Julien Duponchelle
|
1c2a56ee8e
|
Filter images starting by .
|
2016-08-18 19:29:09 +02:00 |
|
Julien Duponchelle
|
7777407c4b
|
Filter md5sum files from the list of images
|
2016-08-18 19:26:17 +02:00 |
|
Julien Duponchelle
|
5de27a95f9
|
Center label when hostname change
Fix #1404
|
2016-08-17 17:12:23 +02:00 |
|
Julien Duponchelle
|
938696032c
|
Fix tests
|
2016-08-17 11:05:16 +02:00 |
|
Julien Duponchelle
|
4d8cf8460e
|
Function for computing size of symbols
|
2016-08-17 10:49:31 +02:00 |
|
Athmane Madjoudj
|
db95cb5c46
|
Move utils.vmnet to gns3 namespace
|
2016-07-29 17:53:48 +00:00 |
|
Julien Duponchelle
|
0c3a2c660a
|
Merge branch 'master' into 2.0
|
2016-07-28 15:05:21 +02:00 |
|
Julien Duponchelle
|
7d90a73ed2
|
Catch error when md5sum file is corrupted
Fix #622
|
2016-07-28 12:35:23 +02:00 |
|
Julien Duponchelle
|
c0abe0edfd
|
Merge branch 'master' into 2.0
|
2016-07-13 17:48:18 +02:00 |
|
Julien Duponchelle
|
8be1e77a2e
|
Optimize storage of drawing
If the drawing contain an image we extract it
Fix #591
|
2016-07-13 16:18:22 +02:00 |
|
Julien Duponchelle
|
febf0f7839
|
Fix crash when winpcap is not installed
Ref https://github.com/GNS3/gns3-gui/issues/1380
|
2016-07-12 13:43:08 +02:00 |
|
grossmj
|
50aa198ba7
|
Mark interface type upstream.
|
2016-07-10 14:54:31 -06:00 |
|
grossmj
|
56051b1142
|
UDP server discovery. Ref #545.
|
2016-06-15 17:37:43 -06:00 |
|
Jeremy Grossmann
|
3aea16c527
|
Merge pull request #568 from GNS3/watch_dynamips_change
Watch for dynamips rom & nvram change
|
2016-06-14 11:58:42 -06:00 |
|
grossmj
|
31f4b52631
|
Add zeroconf. Ref #545.
|
2016-06-13 15:07:20 -06:00 |
|