VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20978   15 years vboxsync tiny cleanup, don't create unneeded Bstr temp objects
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20931   15 years vboxsync API: cleanup of previous changes
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20852   15 years vboxsync Main: Don't assert when a DVD/Floppy image was unmounted at runtime.
(edit) @20326   15 years vboxsync Main/MachineImpl: adapt variable name to current executable name
(edit) @20313   15 years vboxsync Frontends/VBoxManage, Main/Machine: implement new session type …
(edit) @20206   16 years vboxsync Main: OSE warnings
(edit) @19610   16 years vboxsync Main/Machine: add extradata key to suppress deleting saved state on …
(edit) @19280   16 years vboxsync Main: Build fix for FreeBSD AMD64. key_t is 8 bytes big on amd64
(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) @19017   16 years vboxsync Main: Fixed deletion of metrics. Not doing this leads to memory leaks …
(edit) @18818   16 years vboxsync Main/Machine: fix returned error code if opening the vm config file …
(edit) @18785   16 years vboxsync API/MachineImpl: double-dash command line options and support starting …
(edit) @18621   16 years vboxsync fix for xTracker #3762
(edit) @18572   16 years vboxsync Main: fixed a problem where the machine directory is not deleted. …
(edit) @18486   16 years vboxsync MachineImpl.cpp: size_t/ULONG wrt Process::init.
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18263   16 years vboxsync Main,VBox/param.h: Move the hard RAM limit out of the schema.
(edit) @18252   16 years vboxsync Main: performance header cleanup.
(edit) @18173   16 years vboxsync Main: Protect every use of the StorageController list and remove …
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18158   16 years vboxsync fixed SEGFAULT in MachineImpl::rollback()
(edit) @18115   16 years vboxsync Main/HardDisk: implement flattenTo() API. a bit code duplication left …
(edit) @17942   16 years vboxsync Moved default USB enabling to the GUI.
(edit) @17934   16 years vboxsync Enable the OHCI and EHCI controller by default for new VMs.
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17755   16 years vboxsync Main, OVF: add output IStorageController to …
(edit) @17736   16 years vboxsync fix compiler warning
(edit) @17686   16 years vboxsync Main: Compile fix for debug builds
(edit) @17685   16 years vboxsync Main: Rename the port paramter of the AttachHardDisk, GetHardDisk, …
(edit) @17670   16 years vboxsync Main: Compile fixes
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17651   16 years vboxsync Main: Reset differencing hard disks for which auto-reset is set to …
(edit) @17601   16 years vboxsync Set HWVirtEx to true by default for new VMs.
(edit) @17350   16 years vboxsync Main/GuestProperties: the session machine directControl pointer can be …
(edit) @17182   16 years vboxsync Main/Unix: clean up code, make it work properly with EACCES and other …
(edit) @17180   16 years vboxsync Main/Unix: redo SYSV semaphore key generation. The old solution was …
(edit) @16981   16 years vboxsync Main: Fixed the potential deadlock in Machine::openSession() when …
(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) @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) @16244   16 years vboxsync Main: Use a non-zero proj_id in ftok() as suggested by the libc manual.
(edit) @16216   16 years vboxsync Main: Perform case-insensitive Guest OS type ID comparisons and …
(edit) @16174   16 years vboxsync renamed VirtualBox4 to VirtualBox
(edit) @16166   16 years vboxsync purge the obsolete Qt3 GUI
(edit) @16001   16 years vboxsync Main: Fixed r41667.
(edit) @16000   16 years vboxsync Main: Don't write a zero char to the end of a virgin global or machine …
(edit) @15994   16 years vboxsync Fe/VBoxManage, Main: Enumerating guest properties did not work …
(edit) @15991   16 years vboxsync Main: Fixed: CD/DVD and Floppy not locked for reading when manually …
(edit) @15945   16 years vboxsync Main: Pass inaccessible shared folders to the guest instead of …
(edit) @15888   16 years vboxsync Main: Improved r41336.
(edit) @15766   16 years vboxsync valgrind warning
(edit) @15762   16 years vboxsync Main: Exmplicit machine state comparisons replaced with bool …
(edit) @15582   16 years vboxsync #3281: Introduced a 'version' attribute on the <Hardware> element …
(edit) @15496   16 years vboxsync accident
(edit) @15495   16 years vboxsync warning
(edit) @15494   16 years vboxsync warning
(edit) @15448   16 years vboxsync Main: #3314: Don't delete the saved state file if restoring the VM …
(edit) @15380   16 years vboxsync Main: Warning.
(edit) @15375   16 years vboxsync Main: #3382: When discarding the first snapshot in the snapshot chain, …
(edit) @15334   16 years vboxsync Main: #3377: Implicitly detach DVD/Floppy from an unregistered machine …
(edit) @15202   16 years vboxsync Main: Fixed regression after r40588 (no hard disk names in HD UI).
(edit) @15163   16 years vboxsync Main: #3312: De-associate the implicit hard disk from the VM before …
(edit) @15158   16 years vboxsync Main: Spacing.
(edit) @15157   16 years vboxsync Main: #3312: Fixed a wrong assertion in USBController triggered on a …
(edit) @15140   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @15050   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15039   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14959   16 years vboxsync no trailing \n when using ComAssertMsg*
(edit) @14934   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14904   16 years vboxsync Main: change vboxxml files and namespace to xml only; more XML code …
(edit) @14858   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14854   16 years vboxsync Main: rip XML classes out of settings code and move them to …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14694   16 years vboxsync warning
(edit) @14666   16 years vboxsync Main: Better result codes for VIrtualBox::createMachine(), …
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @14437   16 years vboxsync FE/Qt4: 2883: Structure OS list. Feature request implemented in base …
(edit) @14315   16 years vboxsync Correction
(edit) @14314   16 years vboxsync Fixed Accelerate3D saving.
(edit) @14313   16 years vboxsync Reduce a few cases of words doubled.
(edit) @14290   16 years vboxsync Main: Fixed typos in printf arg list (could lead to problems similar …
(edit) @14263   16 years vboxsync Main/Guest properties: uninitialised class member
(edit) @14225   16 years vboxsync Main: Use the parent's hard disk format when implicitly creating …
(edit) @14142   16 years vboxsync Main: BOOL->bool warning.
(edit) @13962   16 years vboxsync Added Accelerate3D xml setting and IMachine property.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
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