50 most recent check-ins related to "trunk" occurring on or after 2015-11-10 15:21:05.
More ↑
2017-01-13
| ||
20:23 | Implemented --localtime option for vws create. Fixes [b361b92a4d57] check-in: 8d7b8d03b4 user: vitus tags: trunk | |
19:54 | Cleaned up installation procedure check-in: 6d27dc1088 user: vitus tags: trunk | |
19:42 | Added support for machine name patterns in the list command. Added preprocessing of vws.service.in check-in: cd20fc353b user: vitus tags: trunk | |
15:09 | Fix working without /home/vitus env var. Fixes [370911207add19] . Add full path to vws script into service file. Autostart from systemd now works check-in: 83e14cb536 user: vitus tags: trunk | |
2017-01-09
| ||
16:24 | Incremented delay waiting for unsolicited prompt upon connect check-in: 34d65aa483 user: vitus tags: trunk | |
2016-05-30
| ||
06:36 | Add chgrp for pid and monitor to startup script check-in: 3a33d29e3f user: vitus tags: trunk | |
2016-05-28
| ||
19:19 | Fixed autostart command check-in: 4450a86be8 user: vitus tags: trunk | |
2016-04-19
| ||
14:02 | Added documentation for create command options. Added handling of strange situation when spiceurl function is unable to return url from working socket check-in: f56bcf1c34 user: vitus tags: trunk | |
2016-04-15
| ||
16:45 | Added init script check-in: e5502a4893 user: vitus tags: trunk | |
16:35 | Now stop --hard doesn't throw exception. vws list correctly shows user net mode for stopped VM check-in: 9fea10a806 user: vitus tags: trunk | |
15:15 | Improved docs, removed forgotten debug output check-in: b31d32b79f user: vitus tags: trunk | |
14:58 | Set version to 0.4 check-in: 52e0b8ea22 user: vitus tags: trunk | |
14:58 | Debugged shutdown command check-in: bf2749a038 user: vitus tags: trunk | |
14:28 | Implemented shutdown command. Added systemd servcice file check-in: f1d54672c8 user: vitus tags: trunk | |
12:23 | vws list --state now outputs IP and mac addresses check-in: 5b974714bc user: vitus tags: trunk | |
2016-04-14
| ||
20:10 | documented permission setction of config file. Make autostart_user option work check-in: 57c08957e3 user: vitus tags: trunk | |
19:56 | Added display of privare/public status and spice url to vws list command. Fixes 96cc307ed7 check-in: d72aaf8da4 user: vitus tags: trunk | |
14:35 | Set permissions on VM files. Fixes [067fea7873] check-in: 6c894d8ca6 user: vitus tags: trunk | |
2016-04-07
| ||
13:53 | Written autostart command check-in: 1d444062a8 user: vitus tags: trunk | |
2016-04-05
| ||
13:37 | Fixed some pylint warnings check-in: 0fda55579a user: vitus tags: trunk | |
2016-03-24
| ||
07:34 | Added sendkey command check-in: 50904ddda0 user: vitus tags: trunk | |
2016-02-22
| ||
10:10 | Fix handling of relative path in --install option of create command check-in: 32b7960ce4 user: vitus tags: trunk | |
2016-02-10
| ||
15:57 | Fix typo in the find_vm check-in: 6438e10b80 user: vitus tags: trunk | |
2015-12-23
| ||
19:39 | added Makefile and man page for find_free_port check-in: 93ffba148e user: vitus tags: trunk | |
10:49 | some more pylint warnings supressed check-in: ab32712efb user: vitus tags: trunk | |
09:22 | Run pylint on script, fixed some interesting warnings check-in: 9b67069d30 user: vitus tags: trunk | |
2015-12-22
| ||
12:57 | Fix error crawled into previous commit check-in: d3ca2e329c user: vitus tags: trunk | |
12:55 | Hard-stop VMs running in snapshot-mode Fixes [a81419cca7] check-in: 973d89a386 user: vitus tags: trunk | |
08:54 | Implemented restoration of saved VM state upon start. Fixes [04513cf080] check-in: de32d3e822 user: vitus tags: trunk | |
2015-12-21
| ||
19:22 | some more documentation check-in: 8360253536 user: vitus tags: trunk | |
09:30 | Properly shutdown socket when VM started during created check-in: aa9f7e3c8a user: vitus tags: trunk | |
08:47 | Fix order of names in the snapshot command check-in: 64cd309237 user: vitus tags: trunk | |
08:44 | Fixed some problems appeared when integrating create into vws check-in: fe4f40d658 user: vitus tags: trunk | |
2015-12-18
| ||
14:42 | Added checks for snapshots into cmd_commit. Fixes [b5f7b7a1e8] check-in: 34605c20d1 user: vitus tags: trunk | |
13:14 | Expanded config handling. Fixes [00962e4d5d] and [381a103023] check-in: 30d9fa306e user: vitus tags: trunk | |
08:32 | Added function list_briges which disappeared somewhere when create command was incorporated in vws script check-in: 155c39c9b5 user: vitus tags: trunk | |
05:26 | Added try-finally to the vws command execution. Fixes [5a1bd05199] check-in: daa18d8131 user: vitus tags: trunk | |
2015-12-17
| ||
14:31 | Incremented version number to 0.2 check-in: b07302139d user: vitus tags: trunk | |
14:27 | Added shutdown of socket before exit check-in: a816083630 user: vitus tags: trunk | |
12:47 | Implented snapshots check-in: d9a66bb196 user: vitus tags: trunk | |
2015-12-12
| ||
07:26 | Hopefilly fixed problem with hangs of monitor operation. Implemented screenshot, record and stoprecord commands. Incorporated start.template inside script, improved error diagnostic on create check-in: a090f477b4 user: vitus tags: trunk | |
2015-12-11
| ||
21:21 | Added stop --hard, written some usb-related code check-in: 2cc90f6c24 user: vitus tags: trunk | |
20:50 | Improved help messages check-in: 4eed41b225 user: vitus tags: trunk | |
20:21 | Moved create functionality into main vws script check-in: 8f4a02281b user: vitus tags: trunk | |
15:27 | More or less written command line interface to create vms. Fixed monitor path in the start.template check-in: e43aa4d9b2 user: vitus tags: trunk | |
2015-11-18
| ||
14:44 | Implemented list --state. Fixed first start of vm, when no monitor socket exists yet check-in: 33f6d5eeca user: vitus tags: trunk | |
2015-11-17
| ||
15:36 | Skip unexisting dirs in find_vm check-in: 2d6b5b3575 user: vitus tags: trunk | |
06:52 | Implemented monitor. started usb code check-in: 48132590a1 user: vitus tags: trunk | |
2015-11-13
| ||
16:29 | Fixed launch of the viewer in start command check-in: cb26ea490c user: vitus tags: trunk | |
2015-11-10
| ||
15:21 | Fix first screen of wizard check-in: c97821cce1 user: vitus tags: trunk | |