VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81492   5 years vboxsync Main/Snapshot: fix (harmless) code ordering goof which triggers an …
(edit) @81425   5 years vboxsync Main/Machine+BIOSSettings+Console: Full implementation of NVRAM …
(edit) @79154   5 years vboxsync Main: bugref:6913: Fixed the NULL id in the MediumRegisteredEvent …
(edit) @78829   6 years vboxsync Main: bugref:6913: Fixed macos compiler errors
(edit) @78825   6 years vboxsync Main: bugref:6913: Fixed IMediumRegisteredEvent issues
(edit) @78766   6 years vboxsync Main/SessionMachine::takeSnapshot: Missed a pTask reference after …
(edit) @78762   6 years vboxsync Main: NULL pTask after createThread() call to catch any useage after …
(edit) @78565   6 years vboxsync Main: bugref:6913: Fixed NULL id in the IMediumRegisteredEvent and …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76298   6 years vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 years vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76239   6 years vboxsync Main: bugref:6913: don't try to notify changes related to NULL medium …
(edit) @76238   6 years vboxsync Main: bugref:6913: Fixed use of already NULL reference to VirtualBox
(edit) @76215   6 years vboxsync Main: bugref:6913: Added generation of medium events
(edit) @75373   6 years vboxsync Main: bugref:6598: Added ability to merge mediums with different sizes …
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75278   6 years vboxsync Capturing: Also initialize settings copies in SnapshotMachine::init().
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @70236   7 years vboxsync Main/Snapshot: coding style whitespace cleanup, adding a todo …
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @67885   7 years vboxsync Main/Snapshot: detect if snapshot merging would lose data due to …
(edit) @67884   7 years vboxsync Main/Snapshot: fix error message formatting
(edit) @67466   7 years vboxsync Main/Snapshot: fix too paranoid assertion, snapshots without a name …
(edit) @67433   7 years vboxsync Main/Snapshot: Pass the restored snapshot ID as part of the event, for …
(edit) @66126   8 years vboxsync Main/Machine+Snapshot+Appliance+StorageController: eliminate the …
(edit) @66046   8 years vboxsync Main/Snapshot: When creating a snapshot it's necessary to copy the …
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @65063   8 years vboxsync Main: doxygen fixes
(edit) @64217   8 years vboxsync Main/Snapshot: fix regression in previous fix (i_deparent may only be …
(edit) @64212   8 years vboxsync Main/Snapshot: make sure that the source medium has no parent any more …
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60288   9 years vboxsync Main/Medium+Snapshot: fix long standing bugs in medium locking during …
(edit) @56820   9 years vboxsync Main/StorageController: Fix storage controller renaming, it needs …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55977   10 years vboxsync Main/Snapshot: add a parameter to IMachine.takeSnapshot, returning the …
(edit) @55749   10 years vboxsync Main/Snapshot: fix complete breakage of taking snapshots (smart …
(edit) @55728   10 years vboxsync Main/Machine+Snapshot+Medium: Remove bogus assertion when locking a …
(edit) @55698   10 years vboxsync Main/Snapshot: fix taking a snapshot of an already paused VM (needs …
(edit) @55511   10 years vboxsync Main/Snapshot: fix handling of saved state with offline snapshots …
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(edit) @55233   10 years vboxsync Main/Machine+Snapshot: fix state checks and introduce standardized …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @52615   10 years vboxsync Main/src-server: warnings.
(edit) @52498   10 years vboxsync Main/Snapshot: fix broken snapshot deletion, assert became partially …
(edit) @52483   10 years vboxsync Main: cleanup after r95701
(edit) @52481   10 years vboxsync 6813 - MachineImpl.cpp - IInternalMachineControl changes.
(edit) @52168   10 years vboxsync Main/VirtualBox+Medium+Snapshot: fix lock inconsistency which crept …
(edit) @52095   10 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
(edit) @51903   10 years vboxsync Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
(edit) @51498   11 years vboxsync 6813 - MachineImpl use of server side wrappers + misc mods on other …
(edit) @50899   11 years vboxsync remove changes that break up log and error strings, introduced in 92972
(edit) @50874   11 years vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49960   11 years vboxsync 6813 stage 6 - Make use of server side API wrapper code in all interfaces
(edit) @49871   11 years vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @49687   11 years vboxsync Main/Snapshot: block deleting of current snapshot if it has child …
(edit) @48311   11 years vboxsync Warnings.
(edit) @48297   11 years vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @47401   11 years vboxsync Main,Frontends: Second step of USB controller rework. There is one …
(edit) @47376   11 years vboxsync Main/USB: USB Controller implementation rework. Moved filter handling …
(edit) @46720   11 years vboxsync Main/xml/Settings.cpp: limit snapshot depth to 250, avoiding crashes …
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45098   12 years vboxsync Main/Snapshot: fragment of code has been replaced by a call …
(edit) @44503   12 years vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44406   12 years vboxsync Main/Snapshot: fix indentation
(edit) @44395   12 years vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44327   12 years vboxsync Main/Snapshot: the merge procedure became a little bit better. …
(edit) @44152   12 years vboxsync Main/Snapshot+Console: Set up logging earlier to capture more error …
(edit) @44041   12 years vboxsync Main/Snapshot: re-add a vital fix for taking snapshots which somehow …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @43915   12 years vboxsync Main/Machine+Snapshot+Medium: fix cancelling snapshots, used to …
(edit) @43870   12 years vboxsync Stop cancel operation succeeds ref 5903
(edit) @43794   12 years vboxsync Main/Snapshot: issue 4386. Small changes in error messages and log …
(edit) @43740   12 years vboxsync Main/Snapshot: only check free space on filesystems when the target …
(edit) @43689   12 years vboxsync Main/Snapshot: issue 4386. Check available free space on the storages …
(edit) @43677   12 years vboxsync Main/Snapshot: issue 4386. Check available free space on the storages …
(edit) @42889   12 years vboxsync Main/Snapshot: stop abusing the mPeer field, because this triggers …
(edit) @42123   12 years vboxsync Main/Machine+Snapshot: fix crash on snapshot restore due to incorrect …
(edit) @42110   12 years vboxsync Main/SnapshotImpl.cpp: eliminate dead code
(edit) @41914   12 years vboxsync Main: Implement API to configure autostart/-stop for virtual machines
(edit) @40565   13 years vboxsync Main/Snapshot: fix locking problem when taking a snapshot, and when …
(edit) @40492   13 years vboxsync Main/Machine+Snapshot: add a comment to make it easier to get rid of …
(edit) @40487   13 years vboxsync Main/VirtualBox+Machine+Snapshot+Medium: fix lock order issues …
(edit) @40432   13 years vboxsync Main/VirtualBox+Machine+Medium: redesign the medium registry save …
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @38996   13 years vboxsync Main: fix setting the current state modification flag in some circumstances
(edit) @38818   13 years vboxsync Main/Medium+Snapshot+VirtualBox: extend the API in a compatible way to …
(edit) @38718   13 years vboxsync Main: Fix wrong medium attachment references after "Restore Snapshot" …
(edit) @37985   13 years vboxsync Main/Machine: fix the medium registry logic for linked clones. …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette