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) @100200   18 months vboxsync Main/Snapshot: Attempting to take a live snapshot, i.e. calling …
(edit) @99739   20 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98352   23 months vboxsync Main: Fix identifiers containing an incorrect plural of "medium".
(edit) @98292   23 months vboxsync Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223
(edit) @98289   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97598   2 years vboxsync Main/SnapshotImpl: Check if a given (current) snapshot object is …
(edit) @96888   2 years vboxsync Main,FE/VBoxManage: Implement possiblity to configure some of the …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95639   2 years vboxsync Recording: Settings handling fixes / overhaul. This adds the ability …
(edit) @95476   2 years vboxsync Main/Snapshot: not able to restore from a snapshot more than once if …
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @94864   3 years vboxsync Main/Snapshot: Fix deparenting crash (lost in the big change for …
(edit) @94598   3 years vboxsync Main/Machine+Medium+Snapshot+VirtualBox: Recursion elimination to save …
(edit) @93410   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91743   3 years vboxsync Main/Machine: Release lock while waiting in …
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91363   3 years vboxsync FE/VBoxSDL+VirtualBox,Main/Console+Machine+VirtualBox.xidl: VMs which …
(edit) @91326   3 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91213   3 years vboxsync Main,FE/VBoxManage: Add the necessary Main API bits to control the …
(edit) @90790   3 years vboxsync Main: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @85304   4 years vboxsync Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
(edit) @85261   4 years vboxsync Main/SnapshotImpl.cpp: Unused member m_uMemSize in …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(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   6 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   8 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 …
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