summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/MachineImplMoveVM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Main/Progress: Split into safe public interface and a private one which is us...vboxsync2018-10-121-1/+1
* Main,Devices: Compile fixes (gcc 8.2.0-7).vboxsync2018-09-281-1/+3
* Main: bugref:9231: added ability to set IMedium:location for medium moved by ...vboxsync2018-08-311-2/+2
* MachineImplMoveVM.cpp: Try fix doxygen burn on Win64dep.vboxsync2018-08-181-1/+1
* Main/Progress+Appliance+Machine: Turn IProgress::waitForAsyncProgressCompleti...vboxsync2018-08-171-18/+17
* Main: Use setErrorBoth when we've got a VBox status code handy. (The COM stat...vboxsync2018-07-091-20/+24
* Main/MachineImplMoveVM: bugref:8345. Fixed wrong manipulation with iterator, ...vboxsync2018-07-031-4/+10
* bugref:8345. Fixed wrong manipulation with iterator.vboxsync2018-07-031-4/+11
* MachineImplMoveVM: match new[] with delete[]vboxsync2018-07-031-1/+1
* bugref:8345. Removed the trailing blanks.vboxsync2018-04-241-3/+3
* bugref:8345. Small fix in the ErrorInfoItem() constructor.vboxsync2018-04-241-1/+1
* bugref:8345. Added a check into MachineMoveVM::updatePathsToStateFiles().vboxsync2018-04-241-3/+10
* bugref:8345. Call WaitForAsyncProgressCompletion only in success.vboxsync2018-04-241-2/+8
* bugref:8345. Splitted two AutoWriteLocks into two different scopes because th...vboxsync2018-04-241-1/+3
* bugref:8345. Fixed the progress operation counter.vboxsync2018-04-241-6/+9
* bugref:8345. Added a new internal class ErrorInfoItem and a list errorsList. ...vboxsync2018-04-241-51/+129
* bugref:8345. Added a check for read-only destination.vboxsync2018-04-061-0/+23
* bugref:8345. Attempt to fix the subtle bug with MEDIUMTASK structure initiali...vboxsync2018-03-301-19/+20
* Main/Machine: bugref:8345 Release Machine lock early enough, since setting th...vboxsync2018-03-191-1/+3
* bugref:8345. Removed trailing blanks.vboxsync2018-03-131-1/+1
* bugref:8345. Improved logic updating the path of state files.vboxsync2018-03-131-7/+19
* bugref:8345. The trailing blanks were removed.vboxsync2018-03-051-2/+2
* bugref:8345. Cleaned up the code. Fixed an assertion on the debug build tied ...vboxsync2018-03-051-111/+152
* Whitespace.vboxsync2018-02-191-3/+3
* bugref: 8345. Added a function isMediumTypeSupportedForMoving(). Checking a t...vboxsync2018-02-191-67/+128
* bugref:8345. Fixed trailing blanks.vboxsync2018-02-121-4/+4
* bugref:8345. Corrected progress setup and handling. Replaced RTPrintf by LogR...vboxsync2018-02-121-154/+194
* bugref:8345. Added the checks for floppy images and for DVD disks. Other smal...vboxsync2018-02-061-38/+79
* bugref:8345. Removed unused variable.vboxsync2018-01-311-3/+0
* bugref:8345. removed changeset r120593 as useless for now. The function updat...vboxsync2018-01-311-133/+40
* bugref:8345. Fixed updating a saved state path for a snapshot.vboxsync2018-01-301-4/+58
* bugref:8345. The unused variables were removed.vboxsync2018-01-221-2/+0
* bugref:8345. The part for moving the log files was added.vboxsync2018-01-221-35/+71
* bugref:8345. Added a Progress object for rollback action. is it correct or no...vboxsync2018-01-221-23/+57
* scm policevboxsync2018-01-191-0/+1257