1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Commit Graph

  • 7223005acd Restore device IDs and fixes race condition when converting an old project. grossmj 2015-03-01 13:05:51 -0700
  • 5ae8728ee6 Fixes ATM switch. grossmj 2015-03-01 10:41:27 -0700
  • 0c767e1c0e Bump to version 1.3.dev3 grossmj 2015-02-28 21:39:52 -0700
  • dfce18a48f Fixes migration issues for pre-1.3 projects. grossmj 2015-02-28 18:55:53 -0700
  • 0f10d25c0b Optional AUX console port allocation for Dynamips VMs. grossmj 2015-02-28 16:20:27 -0700
  • 7fe2d6c367 Support to deactivate sparsemem or mmap globally for Dynamips VMs. grossmj 2015-02-28 15:53:21 -0700
  • d762c43314 Include the images directory when converting an old project. grossmj 2015-02-28 15:00:00 -0700
  • 708f66b608 Fixes asyncio Lock instantiation issues on Windows. Because the event loop is essentially a global variable, asyncio Lock objects that get instantiated early could grab a reference to the wrong loop (Selector instead of Proactor). grossmj 2015-02-27 22:12:43 -0700
  • 666064f1ae Revert commit: Remove lock for Ghost IOS (problem on Windows). grossmj 2015-02-27 22:01:37 -0700
  • 70d5dea256 Remove lock for Ghost IOS (problem on Windows). Jeremy 2015-02-27 19:36:45 -0700
  • ba95567886 Some info message and fixes ghost IOS activation/deactivation. Jeremy 2015-02-27 19:35:31 -0700
  • 84870bf736 Some changes with config files on Windows. Jeremy 2015-02-27 18:08:34 -0700
  • 0e8b8fa66f Update hypervisors working dir when the project is moved. Jeremy 2015-02-27 16:51:17 -0700
  • b55719186e Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-27 13:27:40 -0700
  • 1d6d2a39f0 Allow signals to be processed on Windows. Jeremy 2015-02-27 12:51:39 -0700
  • d0c386860e Fix curl sample generation in the documentation Julien Duponchelle 2015-02-27 18:47:08 +0100
  • ebd72d1149 Add a curl sample sessions Julien Duponchelle 2015-02-27 18:39:20 +0100
  • ae7bf828cd Fix tests on MacOS Julien Duponchelle 2015-02-27 18:30:22 +0100
  • 38326f7d72 Add changelog file Julien Duponchelle 2015-02-27 16:13:30 +0100
  • f6448bb05d Turn off collored log output on windows Julien Duponchelle 2015-02-27 15:27:13 +0100
  • ebb865d973 Export vpcs config path Julien Duponchelle 2015-02-27 13:36:11 +0100
  • 985c23a40e Explicitly import handlers so freezing application can find and include the right modules. Do not import IOU on Windows to avoid importing unknown modules like fcntl on that platform. Jeremy 2015-02-26 19:31:18 -0700
  • 58d92f1584 Fixes Dynamips console/aux ports restoration when loading a project. Jeremy 2015-02-26 16:15:44 -0700
  • 62afef06af After an iou reload you can write on the console Julien Duponchelle 2015-02-26 15:47:47 +0100
  • 5e59145948 If you type reload inside iou you are no longer disconnected Julien Duponchelle 2015-02-26 15:09:15 +0100
  • 29e8d91745 Do not output debug for ioucon standard telnet commands Julien Duponchelle 2015-02-26 13:06:10 +0100
  • 5a58f6efc8 Fix a crash with Python 3.4 when you stop IOU Julien Duponchelle 2015-02-26 11:29:57 +0100
  • aa40e6097e Fix tests Julien Duponchelle 2015-02-26 10:45:37 +0100
  • c07b8c746e Drop poll from Qemu Julien Duponchelle 2015-02-26 10:18:01 +0100
  • 0eaad579c2 IOU + VirtualBox conversion of old projects. Jeremy 2015-02-25 18:55:35 -0700
  • 85518a3cd6 Fixes race condition when generating an ghost IOS file. Jeremy 2015-02-25 17:38:55 -0700
  • 9dc713f31d Fixes race condition when deleting empty legacy project files dir. Jeremy 2015-02-25 17:38:36 -0700
  • 473eb0280e Support for relative path in Dynamips. Jeremy 2015-02-25 17:19:37 -0700
  • de1be0961f Do not return an error when creating the same project multiple times (for now). Jeremy 2015-02-25 17:19:12 -0700
  • 54fc873be5 Prevent multiple projects with the same ID to be created. Jeremy 2015-02-25 16:05:57 -0700
  • 349d9d4540 Fixes small issues when deleting Dynamips devices. Jeremy 2015-02-25 11:52:52 -0700
  • f12d3f07f7 Drop the old -files in the project Julien Duponchelle 2015-02-25 18:23:41 +0100
  • 8434a286b6 Fix IOU old project import Julien Duponchelle 2015-02-25 16:35:13 +0100
  • 818676ce5e Support relative path in iou Julien Duponchelle 2015-02-25 16:26:17 +0100
  • 47f8ac00c0 Remove debug Julien Duponchelle 2015-02-25 16:04:18 +0100
  • 4ea25739e5 Correctly check if qemu is running Julien Duponchelle 2015-02-25 15:42:01 +0100
  • 0713724a97 Properly handle when client cancel's query Julien Duponchelle 2015-02-25 11:42:02 +0100
  • 7c2329d870 Garbage collect the lock Julien Duponchelle 2015-02-25 11:19:16 +0100
  • 545acd1f06 Limitation documentation Julien Duponchelle 2015-02-25 10:29:20 +0100
  • 36bb510ac1 Add api limitations in the documentation Julien Duponchelle 2015-02-25 09:47:55 +0100
  • 3528efb1e0 Fixes packet capture for devices when spaces are present in the output file. grossmj 2015-02-24 23:12:09 -0700
  • 550cc7f508 Rename vms_lock to vm_locks. grossmj 2015-02-24 21:02:37 -0700
  • 6bb7ab20b3 Fixes vm concurrency and support for devices. Jeremy 2015-02-24 15:26:03 -0700
  • 46b348e46a VM concurrency Julien Duponchelle 2015-02-24 21:53:38 +0100
  • 9153b42b9d Fix crash in crash report Julien Duponchelle 2015-02-24 20:22:10 +0100
  • 250bb38d7c Crash report with Sentry Julien Duponchelle 2015-02-24 17:40:01 +0100
  • 67be24a412 Fix doc generation Julien Duponchelle 2015-02-24 11:38:57 +0100
  • fd03b36258 Fix tests Julien Duponchelle 2015-02-24 10:07:22 +0100
  • 1ca445d5f5 Fix dynampis resume API Julien Duponchelle 2015-02-24 10:02:06 +0100
  • e910167a85 Quick change warning -> debug Jeremy Grossmann 2015-02-23 22:19:03 -0700
  • 49f3c9295f Some debug messages to help with port allocation debugging. Jeremy 2015-02-23 19:59:19 -0700
  • 42c07cee1a Properly release UDP ports when closing a project or deleting a link. Jeremy 2015-02-23 19:00:34 -0700
  • 3d3300e83a Rename console methods in port manager to use the generic tcp term in the name. Fixes bug when a console port is allocated to a Ghost VM instance and not released. Warnings at exit when TCP/UDP ports are still allocated. Jeremy 2015-02-23 17:42:55 -0700
  • 182d2e465e Use projects_path & images_path. Jeremy 2015-02-23 17:08:34 -0700
  • fb9f5d3c14 List only executable files in upload handler. Jeremy 2015-02-23 15:56:40 -0700
  • 8b19029d97 List only executable files in upload handler. Jeremy 2015-02-23 15:56:10 -0700
  • 0e8c184987 Recursive listing of the images directory & fixes bug when uploading no files. Jeremy 2015-02-23 15:49:05 -0700
  • 4d1f08c96e Turn off Qemu graphics if no display is available Julien Duponchelle 2015-02-23 20:21:00 +0100
  • cad708f4ab Add warning unstable at the beginning of the API Julien Duponchelle 2015-02-23 18:00:59 +0100
  • 4ffb2c8c20 Fix tests Julien Duponchelle 2015-02-23 17:32:55 +0100
  • 89b7d62ec6 Some code cleanup Julien Duponchelle 2015-02-23 17:28:17 +0100
  • c9314ec509 autopep8 et upload files Julien Duponchelle 2015-02-23 17:21:39 +0100
  • 259f6249e2 Fix tests Julien Duponchelle 2015-02-23 16:09:52 +0100
  • f7cd09d5fb Display an upload form (upload is not yet ready) Julien Duponchelle 2015-02-23 11:27:07 +0100
  • 210aa6f12a Bit of cleaning. Jeremy 2015-02-22 19:56:52 -0700
  • da11343647 Fixes aiohttp.errors.ClientDisconnectedError errors when SIGINT is received. Jeremy 2015-02-22 12:36:44 -0700
  • 565a7b35a6 Default NVRAM and Idle-PC for some IOS images. Jeremy 2015-02-21 17:24:39 -0700
  • 9a745ed3f4 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-20 16:53:57 -0700
  • af700e9bcb Idle-PC and auto idle-pc for Dynamips. Jeremy 2015-02-20 16:53:51 -0700
  • cecf2f5014 Async qemu monitor reading Julien Duponchelle 2015-02-21 00:15:56 +0100
  • 45a48cfcc1 Embeded debugging shell Julien Duponchelle 2015-02-20 22:40:20 +0100
  • a0f4c6d021 Repare live reload Julien Duponchelle 2015-02-20 22:23:09 +0100
  • 71357fa7ab Fix tests Julien Duponchelle 2015-02-20 17:45:27 +0100
  • 47be57dca7 Fix qemu close Julien Duponchelle 2015-02-20 17:31:02 +0100
  • 15036837bb No project for qemu binaries list Julien Duponchelle 2015-02-20 16:54:23 +0100
  • 8aa5514890 Qemu binary list Julien Duponchelle 2015-02-20 14:39:13 +0100
  • 90f71e7581 Idle-PC proposals for Dynamips. Jeremy 2015-02-19 19:14:30 -0700
  • b393948b67 Fixes iouyap shutdown. Jeremy 2015-02-19 16:58:44 -0700
  • 8d02f464c5 Dynamips import/export configs. Jeremy 2015-02-19 16:04:15 -0700
  • 3797e27de5 Update documentation Julien Duponchelle 2015-02-19 20:23:27 +0100
  • 48f5c7c8b3 All params for qemu Julien Duponchelle 2015-02-19 20:22:30 +0100
  • d0244824bf Get a working Qemu handler. Next step add all parameters Julien Duponchelle 2015-02-19 19:43:45 +0100
  • b03b9226ff So we have running code for a qemu module Julien Duponchelle 2015-02-19 16:46:57 +0100
  • 25bcbfb073 Allocation of console port in base vm Julien Duponchelle 2015-02-19 11:33:25 +0100
  • 4a3e6632c1 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-18 18:40:16 -0700
  • 380c4d8211 Fixes capture directory path. Jeremy 2015-02-18 18:40:01 -0700
  • 3d1363150e Fixes ghost file path. grossmj 2015-02-18 18:24:35 -0700
  • 610dee957d Use HTTP error 409 instead of 500 for VMError. grossmj 2015-02-18 17:48:02 -0700
  • d65617657c Fix old project directories renames Julien Duponchelle 2015-02-18 16:13:09 +0100
  • 3cb7213427 Fix crash in VPCS Julien Duponchelle 2015-02-18 15:18:18 +0100
  • 0977af1c00 Add a dedicated glossary page Julien Duponchelle 2015-02-18 11:06:13 +0100
  • 03b6563864 Initial config path for IOU Julien Duponchelle 2015-02-17 18:12:43 +0100
  • dd1833c4f0 iourc_path is set from server settings file Julien Duponchelle 2015-02-17 16:40:45 +0100
  • 0e98497a99 Add an endpoint for exporting the initial config file Julien Duponchelle 2015-02-17 14:52:51 +0100
  • 57348d0508 Better organisation of the API documentation Julien Duponchelle 2015-02-17 10:37:09 +0100