VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7525   17 years vboxsync Solaris host audio: fixes and integrated into Main. Needs more …
(edit) @7516   17 years vboxsync better error message if host kernel lacks support for SysV IPC
(edit) @7492   17 years vboxsync Main/Settings: Fixed 1.2=>1.3 conversion: Add UART and LPT keys if missing.
(edit) @7466   17 years vboxsync Main/Settings: Applied all current XML settings format todos and …
(edit) @7457   17 years vboxsync AHCI: add configuration options for VBoxManage and fix two mistakes
(edit) @7442   17 years vboxsync Main: Applied SATA changes from #2406. Increased XML settings version …
(edit) @7441   17 years vboxsync Main/Settings: Added version 1.2=>1.3.pre conversion templates.
(edit) @7434   17 years vboxsync AMD SVM -> AMD-V
(edit) @7430   17 years vboxsync RTUCS2 -> RTUTF16
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @7389   17 years vboxsync Main/tstVBoxAPIWin: Updated to use arrays instead of collections.
(edit) @7387   17 years vboxsync Main/Settings: Perform conversion in a loop to allow for multi-step …
(edit) @7370   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7359   17 years vboxsync Fix spelling of tun permission message.
(edit) @7350   17 years vboxsync Main: Typo fix.
(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) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @7327   17 years vboxsync fixed windows builds
(edit) @7324   17 years vboxsync Save/load implemented. Irq thread. It is highly advised to include …
(edit) @7315   17 years vboxsync Main/Settings: Added XmlTreeBackend::AutoConverter subckasss and old …
(edit) @7309   17 years vboxsync Main/Settings: Added XSLT-based auto-conversion functionality to the …
(edit) @7283   17 years vboxsync Main: improve session documentation
(edit) @7277   17 years vboxsync Make the backend type a per-image property and get away from the per …
(edit) @7258   17 years vboxsync Deleted obsolete code.
(edit) @7257   17 years vboxsync Load VRDP library from the vbox path.
(edit) @7256   17 years vboxsync LogRel the failure to load VRDP library.
(edit) @7233   17 years vboxsync Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
(edit) @7218   17 years vboxsync default reported NIC speed is 1GB/s
(edit) @7216   17 years vboxsync Main/xml: Ident 4 -> 2.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @7164   17 years vboxsync Main: Made 'hardDisk' attribute of 'HardDiskAttachment' required.
(edit) @7104   17 years vboxsync checkUSBProxyService warning message for solaris.
(edit) @7027   17 years vboxsync Main/Settings: FromString <bool>: Recognize "0" and "1" and forget …
(edit) @7002   17 years vboxsync Main: No warnings on VINF_SUCCESS.
(edit) @6988   17 years vboxsync VBOXMAINDLL are used for stuff in different directories, so having …
(edit) @6985   17 years vboxsync HGCM: reapplied r28137, which got lost when I commited the code Vitali …
(edit) @6981   17 years vboxsync HostServices/SharedClipboard: attempt to handle the guest reconnecting …
(edit) @6972   17 years vboxsync Don't kill debug builds on solaris with silly assertions.
(edit) @6968   17 years vboxsync added support for E1000 to VBoxManage
(edit) @6967   17 years vboxsync Don't use the system library path to look for plugins.
(edit) @6965   17 years vboxsync Main: Host::checkUSBProxyService() now returns a warning instead of an …
(edit) @6964   17 years vboxsync Main: Added support for warning result codes and for multi-error mode …
(edit) @6955   17 years vboxsync reverted 28115 because of 28118
(edit) @6952   17 years vboxsync HGCM tries to load service libs from specific locations.
(edit) @6950   17 years vboxsync Enabled shared folders on the darwin platform.
(edit) @6935   17 years vboxsync Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined …
(edit) @6923   17 years vboxsync Main: Added simple MS VisualBasic testcase.
(edit) @6922   17 years vboxsync Main: COM Arrays: Allow for zero-sized arrays.
(edit) @6909   17 years vboxsync Main: Added IMachine::machines2 that returns the array instead of the …
(edit) @6895   17 years vboxsync Main: Error spelling.
(edit) @6875   17 years vboxsync Main: Updated Doxygen XSL to properly suffix array parameters with [].
(edit) @6853   17 years vboxsync fixed windows builds
(edit) @6852   17 years vboxsync FE/SDL: use feedback from the guest to decide if we need to switch off …
(edit) @6851   17 years vboxsync Ported r27277:27975 (array support) from branches/dmik/s2.
(edit) @6828   17 years vboxsync warning.
(edit) @6827   17 years vboxsync warning.
(edit) @6826   17 years vboxsync Fixed the lingering VBoxSVC process on darwin. The daemonize fix for …
(edit) @6792   17 years vboxsync Wrong parameters order.
(edit) @6778   17 years vboxsync VBOX_WITH_WEBSERVICES got lost when resolving a conflict the other …
(edit) @6772   17 years vboxsync A little adjustment of the put webservices-last hack.
(edit) @6762   17 years vboxsync Main: Fixed loading of the Shared Folders service on OS/2.
(edit) @6752   17 years vboxsync Converted to sub-makefiles so we can build webservices in parallel …
(edit) @6658   17 years vboxsync VRDP server: fixed error handling if the VRDP library could not be loaded
(edit) @6616   17 years vboxsync Renaming TriStateBool enum qualifiers: True => TSTrue False => TSFalse …
(edit) @6606   17 years vboxsync attempt to fix xsl
(edit) @6597   17 years vboxsync SB16 taken from qemu
(edit) @6596   17 years vboxsync eol
(edit) @6511   17 years vboxsync Added VBOX_WITH_WEBSERVICES for including / excluding the webservices …
(edit) @6464   17 years vboxsync Simplified consoleInitReleaseLog a bit and fixed a little bug in the …
(edit) @6461   17 years vboxsync Main: No need to use goto in this case.
(edit) @6457   17 years vboxsync Fix error message handling
(edit) @6449   17 years vboxsync Main: Fixed build after r27415.
(edit) @6446   17 years vboxsync Main: removed an unnecessary check in ConsoleImpl.cpp
(edit) @6444   17 years vboxsync Main: moved release logging initialisation to before the power up thread
(edit) @6440   17 years vboxsync Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
(edit) @6400   17 years vboxsync shared folders: store 'writable' attribute, do it backward compatible
(edit) @6388   17 years vboxsync BOOL seems to be more correct
(edit) @6387   17 years vboxsync warning
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6381   17 years vboxsync build fix
(edit) @6380   17 years vboxsync build fix
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6375   17 years vboxsync Main: Fixed VM error callback used during powerup so that it doesn't …
(edit) @6367   17 years vboxsync Main: Fixed illegal cast of HardDisk * to IVirtualDiskImage * in …
(edit) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6344   17 years vboxsync typo
(edit) @6336   17 years vboxsync Main: Fixed: The current state modified flag was accidentially …
(edit) @6310   17 years vboxsync Fix formatting bugs in the XML config file code. The number base was …
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @6286   17 years vboxsync
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6276   17 years vboxsync Main: start VBoxHeadless instead of VBoxVRDP
(edit) @6265   17 years vboxsync Comment fixes (VMDK wording).
(edit) @6177   17 years vboxsync Make dynamic vhd disks work
(edit) @6174   17 years vboxsync compilation fix
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6168   17 years vboxsync Main: Return errors when the parallel port is enabled but the path is null.
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