Commit Graph

237 Commits (master)

Author SHA1 Message Date
grossmj 3df7af12e1
Allow listing x86_64 IOU images. Fixes #2376
1 week ago
grossmj 18002a7580
Fix invalid escape sequences
4 weeks ago
John Fleming 763ef24108 Address the telnet console bug. Add wait_for for drain() call. If we're stuck on drain then the buffer isn't getting emptied. 5 seconds after drain() blocks, exception will be thrown and client will be removed from connection table and will no longer be a problem.
4 months ago
John Fleming 54abf85523
Update telnet_server.py
4 months ago
John Fleming ac86717bc0
Update telnet_server.py
4 months ago
grossmj 7f595b089b Use certifi to get SSL root certificates
10 months ago
grossmj 5da742394e Use bundled cacert file on Windows and macOS
10 months ago
grossmj 7ef9b7600c Use DEFAULT_BUFFER_SIZE for md5sum
10 months ago
grossmj af83adfdf6 Add debug message when calculating MD5 checksum
10 months ago
grossmj af2fc8c111 Use proc.communicate() when checking for subprocess output
1 year ago
grossmj 161f62d083 Install empty Qemu disks on first start
1 year ago
grossmj 30c85703c8 Attempt to fix "cannot reopen console". Ref #2182
1 year ago
grossmj a7d19fd89a Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes #2170
1 year ago
grossmj c57b0cbb53 Find Dynamips version before hypervisor launch and do not require Dynamips v0.2.23
1 year ago
grossmj ae200d9add Add Trusted Platform Module (TPM) support for Qemu VMs
1 year ago
grossmj b3a6b9173b Fix reset console. Fixes #1619
1 year ago
grossmj 1148dbc48e Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
1 year ago
grossmj c56a8ef8f7 Only use importlib_resources for Python < 3.9. Fixes #2147
1 year ago
grossmj a4b24eaceb Use importlib_resources instead of pkg_resources and install built-in appliances in config dir.
2 years ago
grossmj f3b8f43689 Fix creating asyncio task in Python 3.6
2 years ago
grossmj 2d74d1ad94 Fix tests for Python 3.11
2 years ago
grossmj a55c9a5c6a Return disk usage for partition that contains the default project directory. Fixes #1947
3 years ago
grossmj 8aada49414 Some fixes for early support for Python3.10
3 years ago
grossmj 6847e19847 Change method to prevent forbidden directory traversal. Fixes #1894
3 years ago
grossmj 9a6978902d Fix tests.
3 years ago
grossmj 6294ad9e76 Prevent directory traversal
3 years ago
piotrpekala7 30cbfe2154 Update picture.py
3 years ago
grossmj 5d1fdceb98 Fix bug with application id allocation for IOU nodes. Fixes #3079
4 years ago
grossmj af22fb8e98 Comment unused code that causes issue with flake8
4 years ago
grossmj f498ab06b4 Wait longer for x11 socket file to be created. Ref #1761
4 years ago
grossmj 5b59a09e8d Deprecate running with Python 3.5
4 years ago
Bernhard Ehlers 10bb259248 Implement a minimum interval between cpu_percent() calls. Fixes #1738
4 years ago
Bernhard Ehlers 4ab100b716 Revert "Implement a minimum interval between psutil calls. Fixes #2262"
4 years ago
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
4 years ago
grossmj a98fc2d308 Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895
5 years ago
grossmj 2af9127879 Fix issue when linking to more than one NAT node with allowed_interface option enabled. Fixes #1671
5 years ago
grossmj 7cfd0d4d1d 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
5 years ago
grossmj aad74dbcb9 Add debug message when searching for an image. Ref https://github.com/GNS3/gns3-gui/issues/2828
5 years ago
grossmj 6db8cecda5 Merge 2.1 into 2.2
5 years ago
grossmj cc1980ac1c Fix broken embedded console for Ethernet switch. Fixes #1574
5 years ago
ziajka cbb6eccad8 Merge branch '2.2' of github.com:GNS3/gns3-server into 2.2
5 years ago
ziajka 9edbd27b4f Serve WebUI via get_resource for freezed app
5 years ago
grossmj 1f1d93d078 Deactivate the embedded shell for Ethernet switch. Ref #1424 #1556
5 years ago
grossmj 03401a477e Fix issue when images are not uploaded from appliance wizard. Ref https://github.com/GNS3/gns3-gui/issues/2738
5 years ago
grossmj 52bfa636c1 Project duplication support.
5 years ago
grossmj a8990c9e89 Non blocking project exportation.
5 years ago
grossmj 3e21f96bf9 Fix indentation issue. Ref https://github.com/GNS3/gns3-gui/issues/2674
5 years ago
grossmj 5f932fee9f Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674.
5 years ago
grossmj c14d79a3d5 Fix indentation issue. Ref https://github.com/GNS3/gns3-gui/issues/2674
5 years ago
grossmj e3757a8955 Tune how to get the size of SVG images. Ref https://github.com/GNS3/gns3-gui/issues/2674.
5 years ago