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) @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) @10400   16 years vboxsync typo
(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) @8898   17 years vboxsync fixed copy'n'paste bug
(edit) @8804   17 years vboxsync build fix
(edit) @8803   17 years vboxsync add OpenSolaris OS type
(edit) @8765   17 years vboxsync win32 -> win.
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @8055   17 years vboxsync Main/Settigs: Redone semi-faulty r29679: When reading from settings …
(edit) @8029   17 years vboxsync Main: Reverted r29679 (some file access problems).
(edit) @8020   17 years vboxsync Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor …
(edit) @7964   17 years vboxsync Attempt at making OSE build again.
(edit) @7912   17 years vboxsync 12MB VRAM default for guests capable of seamless mode, Fedora Core is …
(edit) @7899   17 years vboxsync build fix
(edit) @7898   17 years vboxsync Solaris needs more memory and disk
(edit) @7607   17 years vboxsync Main: Added more OS Type IDs.
(edit) @7370   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(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) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6935   17 years vboxsync Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined …
(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) @6367   17 years vboxsync Main: Fixed illegal cast of HardDisk * to IVirtualDiskImage * in …
(edit) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(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) @5652   17 years vboxsync Prototyping USB support for OS/2 hosts.
(edit) @5642   17 years vboxsync Main: Return an error when two machines witht he same UUID are …
(edit) @5627   17 years vboxsync Main: Improved Machine incapsulation by removing data(), userData(), …
(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) @5236   17 years vboxsync Main: Differencing hard disks belonging to a snapshot could be …
(edit) @5218   17 years vboxsync Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
(edit) @5101   17 years vboxsync Introduce a new harddisk object which supports virtual harddisk …
(edit) @5061   17 years vboxsync Main: More logging.
(edit) @4475   17 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4260   17 years vboxsync Replace opening VirtualBox.xml with RTFILE_O_WRITE_THROUGH by a …
(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) @3482   17 years vboxsync Main: Fixed compile warning.
(edit) @3480   17 years vboxsync Main: Use named mutexes for watching client processes on OS/2.
(edit) @3387   17 years vboxsync Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
(edit) @3330   17 years vboxsync Main: Converted DVDDrive and FloppyDrive to the new locking scheme.
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @3116   17 years vboxsync Changed default disk sizes to powers of 2, looks better in the …
(edit) @3115   17 years vboxsync increased default disk size of solaris to 8GB (#2025)
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2976   18 years vboxsync Main: - XPCOM: Implemented storing compreg.data and xpti.data in the …
(edit) @2610   18 years vboxsync spelling
(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) @2358   18 years vboxsync New VMDK code.
(edit) @2239   18 years vboxsync Main: Use RTPathCompare() instead of #ifdef's.
(edit) @2148   18 years vboxsync Changed the configuration directory to Library/VirtualBox on darwin.
(edit) @2029   18 years vboxsync Main: Added IVirtualBox::findHardDisk(). VBoxSDL: Fixed so that .vmdk …
(edit) @1491   18 years vboxsync Flush the config file before closing it to try prevent data loss on …
(edit) @1397   18 years vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1170   18 years vboxsync Main: Removed useless attempt.
(edit) @1169   18 years vboxsync Main: Attempted to let the RunAs dialog bring itself to foreground.
(edit) @1015   18 years vboxsync Storage/Main/GUI: Implemented preliminary support of VMDK images …
(edit) @975   18 years vboxsync enable Vista privilege elevation
(edit) @972   18 years vboxsync Vista requires at least 512MB RAM.
(edit) @961   18 years vboxsync do not talk about 'remote sessions', it's confusing
(edit) @953   18 years vboxsync Main: Prototyped IVMDKImage.
(edit) @749   18 years vboxsync Main: Fixed: Don't try to delete the image file of a differencing VDI …
(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