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) @69783   7 years vboxsync Main: SDS plan B it is.
(edit) @69729   7 years vboxsync Main: Outlined a possible plan B for the VBoxSDS stuff.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68133   7 years vboxsync Unattended: Moved the createUnattendedInstaller method from IMachine …
(edit) @66938   8 years vboxsync Main/VirtualBox+DHCPServer+GuestOSType: lots of redundant Bstr/Utf8Str …
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @63187   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @62899   8 years vboxsync Main/VirtualBoxImpl.h: cleanup
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59087   9 years vboxsync bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp …
(edit) @56398   9 years vboxsync IVirtualBox: Added APIRevision attribute for the ValidationKit, …
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(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) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53323   10 years vboxsync Main/VirtualBox: take vbox lock before locking dhcp server list (#7500)
(edit) @52596   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: …
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52095   10 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
(edit) @50380   11 years vboxsync Main: fixed attribute type of IVirtualBox::getGuestOSType(). It's a …
(edit) @50358   11 years vboxsync Main/VirtualBox: more windows specific breakage fixes
(edit) @50357   11 years vboxsync Main/VirtualBox: fix Windows specific regressions, a bit too much ATL …
(edit) @50356   11 years vboxsync 6813 - stage 7 rev 2
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48804   11 years vboxsync Main: VirtualBox::onHostNameResolutionConfigurationChange()
(edit) @48709   11 years vboxsync NatNetwork: reference counting. intoroduces natNetworkRef{Inc,Dec}, if …
(edit) @48297   11 years vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @47561   11 years vboxsync Main/VirtualBox+Machine+Session: separate out the client death …
(edit) @47525   11 years vboxsync control VBoxSVC release logging xtracker id 6787
(edit) @45138   12 years vboxsync Main/NATNetworks: API+XML serialization for NATNetworks.
(edit) @45119   12 years vboxsync reverted: r84411. (need to solve issues with java first.)
(edit) @45117   12 years vboxsync Main/NATNetwork API (xTracker/5894).
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44320   12 years vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44316   12 years vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @43041   12 years vboxsync Main/VirtualBox: final API change, cleans up optional parameters to …
(edit) @42888   12 years vboxsync Main/VirtualBox: validate group names for collision with VM names. …
(edit) @42748   12 years vboxsync Main/VirtualBox: add new method for querying normalized version …
(edit) @42569   12 years vboxsync Main/VirtualBox+Machine: new API method for getting VMs which are in …
(edit) @42210   12 years vboxsync Main: propagate error during medium settings decryption
(edit) @42177   12 years vboxsync Main/VirtualBox+Machine: implement the directory handling/renaming …
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @41999   12 years vboxsync More autostart service updates, work in progress
(edit) @41214   13 years vboxsync Main: move handleUnexpectedExceptions method to VirtualBoxBase
(edit) @41120   13 years vboxsync Replace calls of findMedium with openMedium, remove findMedium …
(edit) @41106   13 years vboxsync backed out r77705 as it broke the builds (webservices)
(edit) @41105   13 years vboxsync use openMedium instead of findMedium
(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
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