1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-01 04:38:12 +00:00

Commit Graph

  • ab60d7929b Basic VMware support (start & stop a VM). Jeremy 2015-04-30 19:05:37 -0600
  • 0bfe0d9ec1 Aiohttp 0.15.1 Julien Duponchelle 2015-04-30 22:48:27 +0200
  • a5ac193357 Do not list file starting with a . in upload handler Julien Duponchelle 2015-04-30 15:56:30 +0200
  • d7fb9339e5 Upload images. Upgrade to aiohttp 0.15.3 Julien Duponchelle 2015-04-24 10:15:23 +0200
  • 359abb0286 Revert "Merge branch 'unstable'" Julien Duponchelle 2015-04-30 16:43:30 +0200
  • c2e085b0b6 Merge a1b9b442f4 into 9d27a70152 Julien Duponchelle 2015-04-30 14:41:57 +0000
  • 9d27a70152 Revert "Merge branch 'unstable' of github.com:GNS3/gns3-server into unstable" Julien Duponchelle 2015-04-30 16:40:41 +0200
  • a1b9b442f4 Upload images. Upgrade to aiohttp 0.15.3 Julien Duponchelle 2015-04-24 10:15:23 +0200
  • d18293ae7c Fixes list images in VirtualBox. grossmj 2015-04-29 22:17:17 -0600
  • 11ee72ddf3 Merge branch 'unstable' of github.com:GNS3/gns3-server into unstable Jeremy 2015-04-29 16:33:24 -0600
  • e4ced882fd Merge branch 'listen_notification' into unstable Jeremy 2015-04-29 16:29:59 -0600
  • 929c337e8b Merge branch 'unstable' Jeremy 2015-04-29 16:29:45 -0600
  • 3b3ddeb435 Merge branch 'unstable' into listen_notification Jeremy 2015-04-29 16:07:19 -0600
  • 6fc7d014c3 Some wording changes. Jeremy 2015-04-29 15:10:42 -0600
  • f8f6f5dc5d Merge branch 'master' into unstable Julien Duponchelle 2015-04-29 14:25:44 +0200
  • b9bc73fd01 Do not crash when closing a project if VirtualBox is not accessible Julien Duponchelle 2015-04-29 14:21:02 +0200
  • e75fbc9d73 Catch connection reset errors Julien Duponchelle 2015-04-29 11:15:06 +0200
  • 0311a0086e Fixes typo. grossmj 2015-04-28 22:16:15 -0600
  • 461e3ce53f 1.3.3dev1 Julien Duponchelle 2015-04-28 21:49:48 +0200
  • 1b4613fbaf Version 1.3.2 v1.3.2 Julien Duponchelle 2015-04-28 21:05:08 +0200
  • 30ff5510d9 Merge remote-tracking branch 'origin/master' grossmj 2015-04-28 12:02:33 -0600
  • cc03017739 Cleanup the VirtualBox Media Manager after closing a project. Fixes #145. grossmj 2015-04-28 12:02:21 -0600
  • bad740d32a Fix test on Linux Julien Duponchelle 2015-04-28 15:31:00 +0200
  • 5f6d1bfdd6 Merge branch 'master' into unstable Julien Duponchelle 2015-04-28 10:43:27 +0200
  • a884af983f Avoid Cygwin warning with VPCS on Windows. grossmj 2015-04-27 22:23:27 -0600
  • 4f021054e0 Merge pull request #158 from GNS3/keep_iou_config Jeremy Grossmann 2015-04-27 18:37:17 -0600
  • 8503472c77 Close VirtualBox VM linked clone disks after the VM is unregistered. Fixes #145. Jeremy 2015-04-27 17:10:32 -0600
  • e7ae1776f4 Final fixes for windows test suite Julien Duponchelle 2015-04-27 23:28:12 +0200
  • 3f26ada081 Comment broken test Julien Duponchelle 2015-04-27 23:20:01 +0200
  • 77f54848e3 Fix some tests on Windows Julien Duponchelle 2015-04-27 23:12:13 +0200
  • bf3444933e Fix test qemu now raise 409 if nio_ethernet Julien Duponchelle 2015-04-27 22:54:24 +0200
  • f208b472a1 TAP interface support for QEMU VMs. Fixes #153. Jeremy 2015-04-27 14:38:15 -0600
  • b6a935aeb8 Return an explicit error when a NIO type is not supported by a VM. Jeremy 2015-04-27 14:19:17 -0600
  • 324a4f73d0 Do not erase the IOU config Julien Duponchelle 2015-04-24 15:12:58 +0200
  • d5ae4750e9 Do not load IOU handler on Windows during tests Julien Duponchelle 2015-04-27 16:21:56 +0200
  • 4df95efdec Skip IOU test on Windows Julien Duponchelle 2015-04-27 15:09:42 +0200
  • 834a554fea Fix VPCS tests Julien Duponchelle 2015-04-27 10:14:46 +0200
  • 271cb527d4 Explicit utf-8 decoding. grossmj 2015-04-26 21:19:39 -0600
  • 6edf1e3649 Check NIO exists when stopping an IOU capture. grossmj 2015-04-26 21:15:15 -0600
  • 017997e0a3 Fixes c7200 NPE setting. grossmj 2015-04-26 18:35:12 -0600
  • 3e6996903f Fixes VPCS process termination. grossmj 2015-04-26 12:57:06 -0600
  • da2b895c99 Catch FileNotFoundError exception in os.getcwd() grossmj 2015-04-26 12:49:29 -0600
  • 683a512917 Fixes #150. grossmj 2015-04-25 15:20:15 -0600
  • 80a0e0ebf7 Explicit utf-8 encoding where necessary to avoid Unicode errors on Windows (we require/set an utf-8 locale on other systems). grossmj 2015-04-25 11:58:34 -0600
  • d68bf1c263 Removes unnecessary sleep in VirtualBox VM. grossmj 2015-04-25 09:36:28 -0600
  • fa544ef888 Fixes #270. Relative paths management with empty ones. Jeremy 2015-04-24 17:27:32 -0600
  • ee1e5b8204 Merge pull request #156 from GNS3/daemon Jeremy Grossmann 2015-04-24 16:38:59 -0600
  • 8f6e5b4ad8 Merge branch 'unstable' into daemon Jeremy 2015-04-24 16:37:56 -0600
  • 24bfd8ab53 New crash report key and doesn't send report for developers Julien Duponchelle 2015-04-24 18:30:31 +0200
  • 14cc01bb8b Merge pull request #152 from GNS3/api_list_images Jeremy Grossmann 2015-04-23 17:20:15 -0600
  • 40ce22222e Merge branch 'unstable' into api_list_images Jeremy 2015-04-23 17:19:37 -0600
  • 7e991cc404 Merge pull request #154 from GNS3/wireshark_remote_capture Jeremy Grossmann 2015-04-23 16:17:44 -0600
  • 83f2509cfe Cleanup exceptions Julien Duponchelle 2015-04-22 10:47:49 +0200
  • 6b862b8397 Correctly show the host in templates Julien Duponchelle 2015-04-23 14:31:36 +0200
  • fac0f5ecd9 Proper daemon support Julien Duponchelle 2015-04-23 11:00:21 +0200
  • 3680c40e23 Catch COM errors when connecting to WMI. grossmj 2015-04-23 00:03:44 -0600
  • 30f6263146 Don't assume the PATH environment variable exists. grossmj 2015-04-22 21:42:36 -0600
  • 161adb781b Use UUIDs instead of the VM names for VirtualBox pipe paths. grossmj 2015-04-22 20:29:52 -0600
  • 99e59bd6cd Merge 60219d9a45 into 9c549b175f Vasil Rangelov 2015-04-23 01:12:00 +0000
  • 2e39265da1 Merge branch 'master' into unstable Julien Duponchelle 2015-04-22 17:34:17 +0200
  • 9c549b175f Add --log options for daemon support Julien Duponchelle 2015-04-22 17:28:58 +0200
  • fc289fd868 Basic upstart script Julien Duponchelle 2015-04-22 17:13:39 +0200
  • bf618d321c Max 100 thread executor Julien Duponchelle 2015-04-22 10:39:43 +0200
  • 8b879c0614 Support wireshark remote capture Julien Duponchelle 2015-04-20 16:57:03 +0200
  • cf0adf56a8 Merge branch 'master' into unstable Julien Duponchelle 2015-04-20 19:26:27 +0200
  • 531e95463c Add qemu-kvm to the list of binary Julien Duponchelle 2015-04-20 10:12:17 +0200
  • 3926390d30 Fix tests broken by a previous commit Julien Duponchelle 2015-04-18 09:22:37 +0200
  • 343e007809 Ignore the "OSError: [WinError 0] The operation completed successfully" exception in Windows. grossmj 2015-04-16 20:17:06 -0600
  • c6dbf296cf Merge remote-tracking branch 'origin/master' grossmj 2015-04-16 13:24:48 -0600
  • dfdc18b20c Merge branch 'master' into unstable Julien Duponchelle 2015-04-16 18:38:59 +0200
  • bca90bc563 API in order to get the list of IOU, Dynamips, Qemu images Julien Duponchelle 2015-04-13 14:33:13 +0200
  • b5e01f7560 Fix IOU licence check flag Julien Duponchelle 2015-04-16 09:51:02 +0200
  • 4136c29b0f Config paths are not used when updating Dynamips or IOU VM settings. grossmj 2015-04-15 19:50:40 -0600
  • aeab9780d8 Fixes initial-configs that were not restored when opening a project containing IOU VMs. grossmj 2015-04-15 19:49:40 -0600
  • 5a4ffae6a2 Merge branch 'master' into unstable Julien Duponchelle 2015-04-15 16:44:09 +0200
  • e367f95f96 Drop darwin specific tests Julien Duponchelle 2015-04-15 16:42:26 +0200
  • 789e24795e Merge branch 'master' into unstable Julien Duponchelle 2015-04-15 16:29:54 +0200
  • 26a7f83db2 Remove the workaround for dynamips OSX Julien Duponchelle 2015-04-15 15:58:31 +0200
  • def453c116 Restore "iourc_path" until I speak with jeremy about it Julien Duponchelle 2015-04-15 15:50:34 +0200
  • 997f7cbd6f Fix noise in logs Julien Duponchelle 2015-04-15 15:40:07 +0200
  • 750958bd12 Fix tests Julien Duponchelle 2015-04-15 14:31:40 +0200
  • aab4a7243b Merge remote-tracking branch 'origin/master' grossmj 2015-04-14 18:21:42 -0600
  • aa2472fb30 Rewrote image search Julien Duponchelle 2015-04-14 18:46:55 +0200
  • e51a129216 Prevent parallel execution of VBox commands Julien Duponchelle 2015-04-14 15:00:45 +0200
  • 6ec081c774 Include tests in Pypi package Julien Duponchelle 2015-04-14 14:53:01 +0200
  • 55fed02299 Fix a crash when in some cases you can't access to VBOX state Julien Duponchelle 2015-04-14 14:35:48 +0200
  • 45ca995dea Fix crash if VirtualBox doesn't return API version Julien Duponchelle 2015-04-14 14:32:44 +0200
  • af942dc419 Fix a crash in VirtualBox vm creation Julien Duponchelle 2015-04-14 14:24:13 +0200
  • 1d5dc2ecf0 1.4.0 dev1 Julien Duponchelle 2015-04-13 10:48:14 +0200
  • 443842e9b8 Allocate random names for Dynamips NIOs. grossmj 2015-04-12 18:14:45 -0600
  • 78bc6e29a8 Explicitly delete Dynamips NIOs and unmap VCs for ATM and Frame-Relay switches. grossmj 2015-04-12 18:09:53 -0600
  • de5e8f852d Cleaner and generic way to set Qemu & IOU VM settings. grossmj 2015-04-12 15:09:37 -0600
  • c99998d73c Fix version Julien Duponchelle 2015-04-12 11:08:30 +0200
  • c4963abcba 1.3.2 dev1 Julien Duponchelle 2015-04-11 13:59:22 +0200
  • 1ba9a2fcfa Prepare 1.3.1 v1.3.1 Julien Duponchelle 2015-04-11 09:34:20 +0200
  • 60219d9a45 Use hex encoding on VirtualBox pipe names Vasil Rangelov 2015-04-10 23:26:08 +0300
  • eac751948e Prepare RC4 v1.3.1rc4 Julien Duponchelle 2015-04-09 10:57:25 +0200
  • b2e53a94d4 Initial config file content can be empty Julien Duponchelle 2015-04-09 10:53:18 +0200
  • 2d507fd17a Fix crash if IOU initial config is emtpy Julien Duponchelle 2015-04-09 10:27:50 +0200
  • 202032f334 Fix error messages in JSON schema Julien Duponchelle 2015-04-09 10:23:54 +0200