VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8721   17 years vboxsync File header.
(edit) @8720   17 years vboxsync oops.
(edit) @8719   17 years vboxsync filteheader.
(edit) @8709   17 years vboxsync Added a setErrorNoLog method and aLogIt argument to the core setError …
(edit) @8701   17 years vboxsync Oops, these RTLogPrintf's shouldn't be here.
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8688   17 years vboxsync added paranoid parenthesis
(edit) @8684   17 years vboxsync Use %Rhrc.
(edit) @8666   17 years vboxsync Removed the duplicate USB device list in Host and moved 4 methods over …
(edit) @8639   17 years vboxsync Main/AutoLock: More debugging.
(edit) @8637   17 years vboxsync spelling.
(edit) @8547   17 years vboxsync Removed the non-NEW_HOSTUSBDEVICE_STATE code.
(edit) @8539   17 years vboxsync Drop the USBDEVICE bits we don't currently need.
(edit) @8511   17 years vboxsync debugging not for 1.6
(edit) @8508   17 years vboxsync Main/AutoLock: Added self deadlock detector (affects release builds …
(edit) @8484   17 years vboxsync Darwin USB fixes.
(edit) @8471   17 years vboxsync More USB stuff.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8421   17 years vboxsync Main/AutoLock: Distinguish between the number of normal read locks and …
(edit) @8401   17 years vboxsync USB: Some review notes and method renaming.
(edit) @8367   17 years vboxsync Main: Added INetworkAdapter::NATNetwork property.
(edit) @8323   17 years vboxsync Frontends/VirtualBox3/4, Main: only switch to seamless mode if the …
(edit) @8321   17 years vboxsync Main/AutoLock: Use RTThreadNativeSelf() instead of RTThredSelf() which …
(edit) @8317   17 years vboxsync Main: Fixed MyLogIt for amd64.
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8180   17 years vboxsync Main: Important warning about MyLog*() usage.
(edit) @8179   17 years vboxsync Main: Added MyLog() macro for logging to the default log instance even …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8134   17 years vboxsync Fixed USB led when EHCI is enabled.
(edit) @8119   17 years vboxsync Main: AutoLock: Switched to RTSemRW on POSIX platforms but disabled …
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7992   17 years vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 years vboxsync Backed out 29633 & 29635 again
(edit) @7988   17 years vboxsync Argh!
(edit) @7987   17 years vboxsync Backed out 29633 & 29635 for now
(edit) @7982   17 years vboxsync Added setting for guest PAE (default off)
(edit) @7969   17 years vboxsync No longer required.
(edit) @7964   17 years vboxsync Attempt at making OSE build again.
(edit) @7954   17 years vboxsync HostUSBDeviceState and HostUSBDeviceSubState typedefs.
(edit) @7939   17 years vboxsync AHCI: add status LED support, minor cleanups in the ahci controller code
(edit) @7852   17 years vboxsync manual-cpp -DVBOX_WITH_USBFILTER. One worry, not sure why the Action …
(edit) @7851   17 years vboxsync Solaris USB proxy: sem wait and wakeup.
(edit) @7850   17 years vboxsync Enabled VBOX_WITH_USBFILTER for darwin.
(edit) @7829   17 years vboxsync comments.
(edit) @7746   17 years vboxsync Solaris host USB: Initially proxy stuff.
(edit) @7556   17 years vboxsync AHCI/Main/VBoxManage: Add configuration parameter to set the number of …
(edit) @7466   17 years vboxsync Main/Settings: Applied all current XML settings format todos and …
(edit) @7442   17 years vboxsync Main: Applied SATA changes from #2406. Increased XML settings version …
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(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) @7258   17 years vboxsync Deleted obsolete code.
(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) @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) @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) @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) @6792   17 years vboxsync Wrong parameters order.
(edit) @6597   17 years vboxsync SB16 taken from qemu
(edit) @6464   17 years vboxsync Simplified consoleInitReleaseLog a bit and fixed a little bug in the …
(edit) @6449   17 years vboxsync Main: Fixed build after r27415.
(edit) @6440   17 years vboxsync Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
(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) @6379   17 years vboxsync support read-only shared folders
(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.
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(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) @5990   17 years vboxsync VRDP cleanup: OSE fix.
(edit) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(edit) @5813   17 years vboxsync warning
(edit) @5806   17 years vboxsync Main: Fixed: Always save values of unused attributes of serial ports …
(edit) @5782   17 years vboxsync Implemented NumLock state synch over VRDP.
(edit) @5771   17 years vboxsync Main, VBoxManage: add setting for webservice authentication library …
(edit) @5741   17 years vboxsync try avoid the PDMR3USB bits when VBOX_WITH_USB isn't defined.
(edit) @5721   17 years vboxsync Cleaned out some old (pre-PDMUSB) code.
(edit) @5713   17 years vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @5658   17 years vboxsync Main: Removed semicolons after the namespace closing curly braces (not …
(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) @5613   17 years vboxsync EHCI: Added xml setting to enable the EHCI controller.
(edit) @5546   17 years vboxsync Host DVD (Linux hosts): load libhal using the correct name
(edit) @5528   17 years vboxsync Added PortVersion and Version attributes for obtaining the major USB …
(edit) @5523   17 years vboxsync Main: Fixed memory errors and leaks found by valgrind.
(edit) @5520   17 years vboxsync PDMUsb
(edit) @5390   17 years vboxsync Main: Implemented IConsole::AdoptSavedState(); Prototyped …
(edit) @5388   17 years vboxsync Main: BIOSSettings: Don't forget to update Data::operator== when …
(edit) @5368   17 years vboxsync Attempt to fix libhal cdrom and floppy detection
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