Julien Duponchelle
1fb4d191c9
Fix number of arguments to the UDP errors on VBOX
2016-02-11 09:02:38 +01:00
grossmj
167a0b8435
Add verification when UDP tunnel is created in a VirtualBox VM. Ref #899 .
2016-02-10 19:08:34 -07:00
grossmj
5842487cd0
Fixes VMware linked clone cleanup bug. Fixes #420 .
2016-02-10 11:26:40 -07:00
Julien Duponchelle
1995adf838
Fix Update a docker container is broken and raise a 400
...
Fix #403
2016-02-10 18:20:15 +01:00
Julien Duponchelle
5a8408cdb9
Fix a crash in Travis tests
...
Fix #422
2016-02-10 17:14:14 +01:00
Julien Duponchelle
a7ec224b6d
Docker capture and refactor common capture code
...
Fix https://github.com/GNS3/gns3-gui/issues/891
2016-02-09 16:07:33 +01:00
Julien Duponchelle
89e86b7778
Create veth for docker even if link is not connected
...
Fix #406
2016-02-09 14:22:37 +01:00
Julien Duponchelle
56658756e2
Merge branch 'master' into 1.5
2016-02-08 13:40:49 +01:00
Julien Duponchelle
942d07c8ce
Removed docker support from 1.4 (drop unused code)
2016-02-08 13:40:14 +01:00
Julien Duponchelle
f6fb0623be
Merge branch 'master' into 1.5
2016-02-08 13:14:30 +01:00
Julien Duponchelle
3fc64bced2
Fix a crash if you create a file named IOS in the image dir
...
Fix #419
2016-02-05 10:29:27 +01:00
Julien Duponchelle
373113545f
Code cleanup
2016-02-05 10:07:13 +01:00
Julien Duponchelle
5bee927481
Disallow creating project with " in the path
...
It's not supported by dynamips.
Fix https://github.com/GNS3/gns3-gui/issues/987
2016-02-04 11:47:48 +01:00
grossmj
4f61443b20
Always look at the registry to find vmrun.exe on Windows.
2016-02-03 19:08:41 -07:00
grossmj
4673424da7
Check for VMware VIX library version. Fixes #413 .
2016-02-03 18:15:33 -07:00
grossmj
40261ec99c
Fixes VDE not working #345 .
2016-02-03 16:26:15 -07:00
Jeremy Grossmann
3e4423f663
Merge pull request #418 from GNS3/no_spice
...
Do not list qemu binary with -spice in the name
2016-02-03 13:45:03 -08:00
Jeremy Grossmann
88e8c36d1c
Merge pull request #416 from GNS3/command_line
...
Send command line used to start the VM to client
2016-02-03 11:10:37 -08:00
Julien Duponchelle
537122daba
Do not list qemu binary with -spice in the name
...
It's create confusion and you can enable spice with the -spice
options.
Fix https://github.com/GNS3/gns3-gui/issues/981
2016-02-03 16:40:39 +01:00
Julien Duponchelle
fd22cd8361
Send command line used to start the VM to client
...
Add a command_line attribute to the VM object with
the command line used to start the VM.
Now /start return the object in order to get
this new attribute. And the HTTP status code
is 200 instead of 204 because 204 disallow body.
Support:
* Qemu
* Dynamips
* IOU
Ref https://github.com/GNS3/gns3-gui/issues/513
2016-02-02 18:25:17 +01:00
Julien Duponchelle
71c3bda0a5
Fix crash if you have a { in your user name
...
Fix #414
2016-02-02 10:05:08 +01:00
Julien Duponchelle
53d60bc71a
1.4.2dev1
2016-02-01 17:48:10 +01:00
Julien Duponchelle
ce7ac0505a
1.4.1
2016-02-01 17:46:05 +01:00
Julien Duponchelle
4a3322b822
Add HTTP status to docker error
2016-02-01 17:42:32 +01:00
Julien Duponchelle
98537a242a
Drop duplicate code when ubridge is too old
...
Fix #405
2016-02-01 16:05:37 +01:00
Julien Duponchelle
03414993dc
Merge branch 'master' into 1.5
2016-02-01 15:47:46 +01:00
Julien Duponchelle
bf316f35cc
VMware raise error if version is not found
...
Fix #972
2016-02-01 14:26:55 +01:00
Julien Duponchelle
29089f1884
Cleanup an old kvm-ok test
2016-01-28 17:54:29 +01:00
Julien Duponchelle
889ea14973
For topologies before 1.4 manage qemu missing
...
If qemu is missing for topologies before 1.4 we try
to search it in the path.
Ref #921
2016-01-28 16:24:24 +01:00
grossmj
2e05290206
Fixes issue with packet capture on VMware VMs. Fixes #396 .
2016-01-26 14:45:55 -07:00
grossmj
39ddc4e8c1
Fixes concurrency issue when closing multiple VMware linked clone VMs. Fixes #410 .
2016-01-26 14:23:01 -07:00
grossmj
a279bfe1d9
Fixes "can only use tap interfaces that both already exist and are up". Fixes #399 .
2016-01-26 13:48:58 -07:00
Jeremy Grossmann
35e045a22e
Merge pull request #412 from GNS3/stats_stream
...
Send machine stats via the notification stream
2016-01-26 08:52:16 -08:00
Julien Duponchelle
58b998600e
Send machine stats via the notification stream
...
Fix #252
2016-01-26 16:35:00 +01:00
Julien Duponchelle
119a2a3b66
Add test for unicode char in images path
...
Ref #401
2016-01-26 15:32:40 +01:00
Julien Duponchelle
ee2104ba35
Check for /dev/kvm instead of kvm-ok
...
Fix #411
2016-01-26 13:58:29 +01:00
Julien Duponchelle
425a05ecd8
Bump to 1.4.1dev2
2016-01-26 13:50:13 +01:00
Jeremy Grossmann
cd9cb3eb6a
Merge pull request #408 from GNS3/asa8_warning
...
Show a warning when starting ASA8
2016-01-22 10:53:19 -08:00
Julien Duponchelle
5617ddc4cc
Show a warning when starting ASA8
2016-01-22 19:46:05 +01:00
Julien Duponchelle
179372936e
Raise error if ubridge is missing
2016-01-22 10:07:55 +01:00
Julien Duponchelle
5deb584a03
Fix bug when reading docker images
...
Fix #398
2016-01-21 18:03:51 +01:00
Julien Duponchelle
c280fd5fb8
Merge branch 'master' into 1.5
2016-01-20 17:10:59 +01:00
Julien Duponchelle
e9c2a76f43
Fix error when setting Qemu VM boot to 'cd' (HDD or CD/DVD-ROM)
...
Fix #400
2016-01-20 13:19:33 +01:00
Jeremy Grossmann
65a05791ce
Merge pull request #394 from boenrobot/vmware_VMsFolder_fix
...
VMware default VM location
2016-01-19 19:02:06 -08:00
Vasil Rangelov
a9eae691f6
Fixed the VMware default VM location on Windows, so that it doesn't assume the "Documents" folder is within the %USERPROFILE% folder, and also support Windows Server's folder (which is "My Virtual Machines" instead of "Virtual Machines").
2016-01-18 00:48:24 +02:00
Jeremy Grossmann
0a4a01fed0
Merge pull request #393 from GNS3/avoid_losing_config
...
Improve dynamips startup_config dump
2016-01-17 09:45:00 -08:00
Julien Duponchelle
2938b97bd4
Improve dynamips startup_config dump
...
Two change:
1) Dump the config when you stop the node. This avoid scenar
2) Disallow empty startup config. If it's empty send ! it's
avoid dynamips crash
Fix #914
2016-01-15 18:02:52 +01:00
Julien Duponchelle
f83e878d89
Dump environnement to server debug log
...
Ref https://github.com/GNS3/gns3-gui/issues/921
2016-01-15 10:11:32 +01:00
Julien Duponchelle
8225bad76b
Fix usage of qemu 0.10 on Windows
...
Fix #392
2016-01-14 17:40:58 +01:00
Julien Duponchelle
ba4128f57b
Show hostname when the hostname is missing in the iourc.txt
2016-01-13 16:37:50 +01:00