gns3-server/gns3server/web
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
* The PCAP file is directly accessed if controller and client are on the same host.
* The PCAP file is streamed from the compute server to the client with the controller as a proxy when the controller is remote for the client.
2018-10-27 14:47:17 +07:00
..
__init__.py New base server. 2015-01-13 17:05:26 -07:00
documentation.py Rebuild documentation 2016-08-15 12:11:36 +02:00
logger.py Filter /settings from log 2017-05-12 10:48:43 +02:00
response.py Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
route.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
web_server.py Remove static dir configuration 2018-10-24 09:04:05 +02:00