VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35139   14 years vboxsync Main: use VirtualBox::saveRegistries() instead of plain …
(edit) @34795   14 years vboxsync ExtPackManager: Drop the drop zone idea.
(edit) @34794   14 years vboxsync ExtPackManager: Drop the drop zone idea.
(edit) @34634   14 years vboxsync VBoxManage: merge the broken addiscsidisk into storageattach
(edit) @34393   14 years vboxsync Main: better type checks when firing events
(edit) @34373   14 years vboxsync Main: make the path compare OS indepentend
(edit) @34287   14 years vboxsync ExtPack: Don't hold any locks when calling extension pack hooks …
(edit) @34277   14 years vboxsync Main: important addition to r68023; allow searching of machines by …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @34086   14 years vboxsync Main: Pass more IVirtualBox pointers to the extension pack. VRDE …
(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) @33905   14 years vboxsync Main: fix regression that media in 4.0 machine folders became …
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33784   14 years vboxsync Main: Added ExtPackManager to Console and implemented the Console and …
(edit) @33770   14 years vboxsync Main: comments
(edit) @33769   14 years vboxsync Main: use a UUID constant for the global media registry
(edit) @33765   14 years vboxsync Main: Added attribute IVirtualBox::ExtensionPackManager.
(edit) @33691   14 years vboxsync Main: openMedium() should return the same IMedium when called twice …
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(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) @33396   14 years vboxsync Main: Some OS/2 build fixes.
(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) @33254   14 years vboxsync Main: fix VirtualBox::ComposeMachineFilename to always return absolute path
(edit) @33250   14 years vboxsync Main: fix finding snapshot diffs in new-vm machine folders …
(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) @33051   14 years vboxsync Main: use .vbox extension for machine XML of newly created or renamed …
(edit) @32894   14 years vboxsync Main: clean up GuestOSType constructor
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @32063   14 years vboxsync Main: comments
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31595   14 years vboxsync Main: remove deprecated VirtualBox::createLegacyMachine() and …
(edit) @31579   14 years vboxsync EventQueue: Fix losing messages, use the right queue type on XPCOM …
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31552   14 years vboxsync Build fix
(edit) @31545   14 years vboxsync build fix
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31473   14 years vboxsync Main: avoid excessive copying in VirtualBox::saveSettings()
(edit) @31464   14 years vboxsync Main: support per-machine media registries in XML settings (not yet used)
(edit) @31388   14 years vboxsync Main: locking optimization
(edit) @31387   14 years vboxsync Main: Lock order when saving host usb filters.
(edit) @31372   14 years vboxsync Main: fix memory leak in VirtualBox::postEvent() when posting the …
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(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) @31300   14 years vboxsync Main: fix floppy/dvd breakage
(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) @31034   14 years vboxsync Main, Python: session API changes, cleanup, tweaks
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(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) @30950   14 years vboxsync Main: use settings::SystemProperties in SystemPropertiesImpl.h
(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) @30882   14 years vboxsync Main/Machine+VirtualBox: add missing synchronization to the delayed …
(edit) @30881   14 years vboxsync Main/OVF: add Appliance::machines[] attribute so that caller can …
(edit) @30871   14 years vboxsync Main: event names now in past tense
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30777   14 years vboxsync Main: Cancelled -> Canceled.
(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) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30742   14 years vboxsync windows build fix
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30717   14 years vboxsync windows build fix
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30591   14 years vboxsync Main: events bits
(edit) @30565   14 years vboxsync Main: spelling
(edit) @30553   14 years vboxsync Main: console events, sample of veto events use (enabled by default, …
(edit) @30510   14 years vboxsync Main: events work, firing of events enabled
(edit) @30381   14 years vboxsync Main: generic events (disabled)
(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) @30358   14 years vboxsync Main: temp disabled EventSource init
(edit) @30345   14 years vboxsync Main: more events
(edit) @30314   14 years vboxsync Main: fixes to saveSettings and locking calls, part 2
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @30159   14 years vboxsync Main: generic Java glue works (including callbacks on Win)
(edit) @30156   14 years vboxsync Main: COM events work (smth along those lines could be done for …
(edit) @30070   15 years vboxsync Main/VirtualBox: handle objects with limited functionality …
(edit) @30055   15 years vboxsync VBoxSVC: Lock order fixes (+assert) for weird shutdown case where we …
(edit) @29937   15 years vboxsync Main: Reapplied r62200 with bug fixes.
(edit) @29934   15 years vboxsync reverted r62200 as it breaks powerup
(edit) @29932   15 years vboxsync Main: Rewrote ProgressProxyImpl.cpp to proxy at the most one progress …
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