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) @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
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @17872   16 years vboxsync partial dhcp settings impl
(edit) @17865   16 years vboxsync Main/dhcp API, E_NOTIMPL yet
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @16971   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16966   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16707   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” - …
(edit) @16662   16 years vboxsync OVF: create new IAppliance::read() method instead of reading in …
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16191   16 years vboxsync VirtualBoxImpl.h: forward declaration of IAppliance doesn't work on …
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @15318   16 years vboxsync Main: Fixed a deadlock in VBoxSVC when attaching a hard disk …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @14904   16 years vboxsync Main: change vboxxml files and namespace to xml only; more XML code …
(edit) @14854   16 years vboxsync Main: rip XML classes out of settings code and move them to …
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @14143   16 years vboxsync Main: Improved hard disk tree lock usage to avoid possible deadlocks …
(edit) @13713   16 years vboxsync Main: #3276: Simplified suspend/resume event handling in VBoxSVC.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13457   16 years vboxsync Main: Implemented detection of the unexpected spawning session …
(edit) @13436   16 years vboxsync Main (Guest Properties): added host-side callbacks
(edit) @13405   16 years vboxsync Main: report unexpected failures when spawning a remote session
(edit) @12284   16 years vboxsync added subversion revison to the IDL
(edit) @10595   16 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10333   16 years vboxsync added package type property
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @8765   17 years vboxsync win32 -> win.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7992   17 years vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @7387   17 years vboxsync Main/Settings: Perform conversion in a loop to allow for multi-step …
(edit) @7349   17 years vboxsync Main: Added IVirtualBox/IMachine::saveSettingsWithBackup() for easier …
(edit) @7341   17 years vboxsync Main/Settings: Implemented support for settings file auto-conversion …
(edit) @6909   17 years vboxsync Main: Added IMachine::machines2 that returns the array instead of the …
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6076   17 years vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5390   17 years vboxsync Main: Implemented IConsole::AdoptSavedState(); Prototyped …
(edit) @5292   17 years vboxsync API change to allow VM to be created with predefined UUID.
(edit) @5218   17 years vboxsync Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4064   17 years vboxsync Main/Frontends: Pass the value of the DISPLAY variable of the starting …
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3480   17 years vboxsync Main: Use named mutexes for watching client processes on OS/2.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2567   18 years vboxsync Main & All Frontends: replaced the IGuestOSType IMachine::OSType …
(edit) @2463   18 years vboxsync Main & All Frontends: Prototyped a bunch of Main API changes …
(edit) @2029   18 years vboxsync Main: Added IVirtualBox::findHardDisk(). VBoxSDL: Fixed so that .vmdk …
(edit) @953   18 years vboxsync Main: Prototyped IVMDKImage.
(edit) @606   18 years vboxsync Initial darwin port. (Not tested on linux yet.)
(add) @1   55 years vboxsync import
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