VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31242   14 years vboxsync Main: finish Machine::Unregister(), which can now recursively delete …
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31224   14 years vboxsync typo
(edit) @31063   14 years vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30884   14 years vboxsync Main/Snapshot: Delete the current state saved file before copying the …
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30380   14 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30377   14 years vboxsync Main: do not hold any other lock while calling …
(edit) @29540   15 years vboxsync Main/Snapshot: fix lock order violation when restoring a snapshot
(edit) @29421   15 years vboxsync Main/Snapshot: some mix between fix and workaround to sensure that the …
(edit) @29204   15 years vboxsync Main/Medium: improve r61220 (add forgotten medium registry save when …
(edit) @29036   15 years vboxsync Main/Snapshot: handle late failures more gracefully when the actual …
(edit) @28875   15 years vboxsync Main/Snapshot: comment update
(edit) @28873   15 years vboxsync Main/Snapshot+Console: implement reparenting children as part of a …
(edit) @28856   15 years vboxsync Main/Snapshot: update lock states at the end of a live merge to the …
(edit) @28852   15 years vboxsync Main/Snapshot: When updating stapshot information on a live merge, do …
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28774   15 years vboxsync Main: mark machine as dirty when snapshot name or description are changed
(edit) @28770   15 years vboxsync Main/Snapshot+Medium: fix a medium locking and medium state bug
(edit) @28585   15 years vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28401   15 years vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @28149   15 years vboxsync Main/OVF: write vbox:uuid attribute for each disk on export
(edit) @28110   15 years vboxsync Main: more Machine::init() work to get OVF vbox:Machine import …
(edit) @28091   15 years vboxsync Main: clean up Machine::init() and instance data
(edit) @27835   15 years vboxsync Main/OVF: dump vbox machine XML into OVF's VirtualSystem element on …
(edit) @27644   15 years vboxsync Main: fix missing machine settings save in some takeSnapshot() …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27278   15 years vboxsync Main: fix snapshot regression from yesterday (media registry not saved …
(edit) @27256   15 years vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26201   15 years vboxsync Main: fix deleteSnapshot() which was broken for immutable and …
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26167   15 years vboxsync Main: get rid of isModified() loops in Machine and subclasses; …
(edit) @26088   15 years vboxsync Main: debugging notes, coding style
(edit) @26051   15 years vboxsync Main: fix assertion while taking offline snapshot
(edit) @25936   15 years vboxsync Main: make deleteSnapshot() work with the lock validator
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25907   15 years vboxsync Main: fix regression from today that media registry was not saved …
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25834   15 years vboxsync Main: finish integration of Main lock validation with IPRT; only …
(edit) @25696   15 years vboxsync Main: fix stupid, stupid typo in r55674 which caused weirdness with …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25200   15 years vboxsync Main: make MediumAttachment instance data private
(edit) @25194   15 years vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24992   15 years vboxsync Main: fix mac burn
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24920   15 years vboxsync SnapshotImpl.cpp: BeginSnapshot error path (#4486).
(edit) @24572   15 years vboxsync Main: gcc warning
(edit) @24556   15 years vboxsync Main/snapshots: another attempt at progress crash fixing
(edit) @24554   15 years vboxsync 2nd attempt to fix the cast problem
(edit) @24553   15 years vboxsync Wrong pointer type for the progress object
(edit) @24509   15 years vboxsync Main: fix deleteSnapshot failure: medium backreferences were not …
(edit) @24458   15 years vboxsync Main: fix medium detachments when restoring snapshot, second try
(edit) @24447   15 years vboxsync Main: fix double medium detachment when restoring snapshot
(edit) @24433   15 years vboxsync Main: fix crash when deleting the only snapshot
(edit) @24354   15 years vboxsync Main: deleteSnapshot() fixes; should mostly work now
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24299   15 years vboxsync Main: reorganize and document take/restore/delete snapshot code (no …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24291   15 years vboxsync Main: remove redundant utf-8 conversion
(edit) @24279   15 years vboxsync Main: move huge amounts of snapshot code from MachineImpl.cpp to …
(edit) @24196   15 years vboxsync Main: add logging + weighted progress to restoreSnapshot(); convert …
(edit) @23341   15 years vboxsync Main: opimization for r52856
(edit) @23257   15 years vboxsync Main: IHost header cleanup, remove cruft elsewhere
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22778   15 years vboxsync Main: fix infinite recursion when renaming machines with snapshots
(edit) @22624   15 years vboxsync Main: cosmetics
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21835   15 years vboxsync Main: snapshots cleanup, documentation, memory leak fix, locking
(edit) @21826   15 years vboxsync Main: fix wrong snapshot counts introduced by r50442 (erroneous error …
(edit) @21825   15 years vboxsync Main: fix accidental infinite recursion creating snapshots introduced …
(edit) @21824   15 years vboxsync Main: fix snapshot cleanup error that leads to hangs to startup
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21369   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21362   15 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   15 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
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