Commit Graph

32 Commits (1db1a892b4c7736c07b2a9ad06dee2140a951cff)

Author SHA1 Message Date
grossmj 082206a7db Fix packet capture with HTTPS remote server. Fixes #1882
3 years ago
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
grossmj 50a922f83e Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307.
6 years ago
Bernhard Ehlers 8907b3d58a GNS3-API: implement GET for specific drawing and link
7 years ago
Julien Duponchelle fc6b6b5e63
Fix race condition in startup of capture
7 years ago
Julien Duponchelle 5fd842e54d
Suspend link
7 years ago
Julien Duponchelle 08423eff96
Support packet filtering for VPCS
7 years ago
Julien Duponchelle 7044c8c9ff
Fix the GUI disconnect from the server
7 years ago
Julien Duponchelle a4245fcf44
Aiohttp 2.0
7 years ago
Julien Duponchelle 40af2a35e0
Wait for the end of project loading before making new change
8 years ago
Julien Duponchelle 99bdf37ec3
Prevent connect a node to himself
8 years ago
Julien Duponchelle 3ce3f925ae
Fix creation of link when reloading a project
8 years ago
Julien Duponchelle 6a259c7e06
Fix streaming of pcap file
8 years ago
Julien Duponchelle 7fee90805b
Ensure we update all the label of a link with only one update notif
8 years ago
Julien Duponchelle fea1e3ba61
Support update link on controller
8 years ago
grossmj 65bfb4b907 Remove debug print.
8 years ago
Julien Duponchelle 54747ee618
Support for link event, fix link not correctly deleted
8 years ago
grossmj 7ebbdcd47c Functional Ethernet hub with new API. Uses Dynamips backend by default for now.
8 years ago
Julien Duponchelle b07dcf552c
Add an endpoint for listing the links of a project
8 years ago
grossmj f81d35cc29 Handlers: cleanup and fixes.
8 years ago
grossmj 5a76f81271 Refactoring to use a common node class for all VMs and other (future) objects.
8 years ago
Julien Duponchelle 92d1594afd
Return link object when start capturing
9 years ago
Julien Duponchelle 264254e657
Captures written in the captures directory on the controller
9 years ago
Julien Duponchelle 1ce576c020
Stream pcap from compute to controller to client
9 years ago
Julien Duponchelle 549a6280c0
Data link type is on the capture not on the link
9 years ago
Julien Duponchelle 04a1b2df3b
Method for start / stop capture on a link
9 years ago
Julien Duponchelle 8fed1d9b9f
API for deleting a link
9 years ago
Julien Duponchelle 9062490be3
API for deleting a list
9 years ago
Julien Duponchelle 9771b33b68
Create link using UDP work
9 years ago
Julien Duponchelle e3580d52c3
Dummy link api documentation
9 years ago
Julien Duponchelle abdda4d3b3
Link API (do nothing for the moment)
9 years ago