VirtualBox

source: vbox/trunk/src/VBox/Main/include/VirtualBoxImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40539   13 years vboxsync Main/VirtualBox: new method to get the state of several machines
(edit) @40524   13 years vboxsync Main/VirtualBoxImpl.h: whitespace cleanup
(edit) @40432   13 years vboxsync Main/VirtualBox+Machine+Medium: redesign the medium registry save …
(edit) @40262   13 years vboxsync Main/VirtualBox: clean up parameters of registerMedium method, and fix …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @38818   13 years vboxsync Main/Medium+Snapshot+VirtualBox: extend the API in a compatible way to …
(edit) @37985   13 years vboxsync Main/Machine: fix the medium registry logic for linked clones. …
(edit) @37928   13 years vboxsync Main/MachineDataChangedEvent: new attribute, currently unimplemented
(edit) @37779   13 years vboxsync Main/VirtualBox: add two attributes for querying the list of internal …
(edit) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37244   14 years vboxsync Main/VirtualBox: new method for querying the API version
(edit) @35903   14 years vboxsync Main: before unregistering a machine, move media shared with another …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35608   14 years vboxsync Main: silently ignore removable media that cannot be found when …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33765   14 years vboxsync Main: Added attribute IVirtualBox::ExtensionPackManager.
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33458   14 years vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 years vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33239   14 years vboxsync Main: remove VirtualBox::WaitForPropertyChange which has been …
(edit) @33238   14 years vboxsync Main: new VirtualBox::ComposeMachineFilename() API; remove the …
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(edit) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31725   14 years vboxsync Fix warning when compiling in win64
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31595   14 years vboxsync Main: remove deprecated VirtualBox::createLegacyMachine() and …
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31296   14 years vboxsync Main: cleanup host drives management: do not return different IMedium …
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31273   14 years vboxsync Main: remove unused code
(edit) @31268   14 years vboxsync Main: fix for r63809
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30956   14 years vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30938   14 years vboxsync Main: add option to VirtualBox::findMachine() whether it should find …
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30832   14 years vboxsync Main: win burns
(edit) @30825   14 years vboxsync Main: callbacks removal
(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) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30380   14 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30345   14 years vboxsync Main: more events
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @29925   15 years vboxsync OVF: respect override of import parameters (setFinalValues) also when …
(edit) @29849   15 years vboxsync Main: events for callbacks on Windows (disabled)
(edit) @28944   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28930   15 years vboxsync Main/IVirtualBoxCallback: Added and implemented handling of …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27796   15 years vboxsync Main: attempt at USB locking fixes
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27677   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27668   15 years vboxsync VBoxManage, Main: fixed creating VM, Bstr fixes.
(edit) @27256   15 years vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @27179   15 years vboxsync Main: rename internal method
(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) @26044   15 years vboxsync Main: move Host::Get{DVD|Floppy}Drives implementation into …
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25834   15 years vboxsync Main: finish integration of Main lock validation with IPRT; only …
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @23327   15 years vboxsync Main: more header cleanup; move VirtualBox instance data to cpp …
(edit) @23319   15 years vboxsync Main: more header cleanup
(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) @22624   15 years vboxsync Main: cosmetics
(edit) @22305   15 years vboxsync Main: generic callback wrappers mechanism
(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) @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) @21520   15 years vboxsync COM: missed pieces of scriptability support
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20630   15 years vboxsync Python: moved waiting on client side, removed main API for event …
(edit) @20598   15 years vboxsync Main: implmented waitForEvents(aTimeout) API for XPCOM targets, added …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19236   16 years vboxsync Main: Added first step for ability to run VBox with read-only …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
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