VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @5361   17 years vboxsync Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
(edit) @5292   17 years vboxsync API change to allow VM to be created with predefined UUID.
(edit) @5272   17 years vboxsync Shutdown HGCM services before the VM is powered down.
(edit) @5252   17 years vboxsync Added a pattern argument to the IMachineDebugger ResetStats and …
(edit) @5250   17 years vboxsync strlen->size_t + RTCritSectLeaveMultiple(unsigned,) => noise. fixed.
(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) @5190   17 years vboxsync Added MachineDebugger::getStats.
(edit) @5186   17 years vboxsync Solaris DVD/CDROM.
(edit) @5171   17 years vboxsync Added PXEDebug option scaffolding.
(edit) @5150   17 years vboxsync implemented LogHistoryCount system property (Main+VBoxManage)
(edit) @5146   17 years vboxsync move the SVN revision stuff into separate files to omit recompilation …
(edit) @5122   17 years vboxsync Main: So far, assume that the custom hard disk location is always a …
(edit) @5118   17 years vboxsync Main: Added checking for errors when initializing NetworkAdapter and …
(edit) @5101   17 years vboxsync Introduce a new harddisk object which supports virtual harddisk …
(edit) @5060   17 years vboxsync Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
(edit) @4892   17 years vboxsync oops.
(edit) @4890   17 years vboxsync FreeBSD patches
(edit) @4841   17 years vboxsync Solaris.
(edit) @4647   17 years vboxsync Completed statistic query
(edit) @4571   17 years vboxsync Future proof
(edit) @4528   17 years vboxsync Guest statistics interval updates (xml, imachine, iguest)
(edit) @4513   17 years vboxsync Reapplied fixed 24093.
(edit) @4498   17 years vboxsync Backed out 24093
(edit) @4492   17 years vboxsync Continued Main-VMMDev work on memory ballooning.
(edit) @4404   17 years vboxsync Fixed the initialization of the remote USB channel.
(edit) @4337   17 years vboxsync Mian/CFGLDR: Use IPRT functions to do string<->integer conversion …
(edit) @4324   17 years vboxsync Main: Improved serial port API (mostly spelling); FE/Qt: Improved …
(edit) @4318   17 years vboxsync Update interval for guest statistics
(edit) @4316   17 years vboxsync Skeleton for guest statistics
(edit) @4314   17 years vboxsync Added memory balloon property to the Guest class
(edit) @4273   17 years vboxsync warning
(edit) @4272   17 years vboxsync another occurence
(edit) @4271   17 years vboxsync hrmpf
(edit) @4269   17 years vboxsync implemented Main functionality for serial ports
(edit) @4134   17 years vboxsync Main: Add Utf8StrFmtVA to resolve the dangerous ambiguity of ellipsis …
(edit) @4131   17 years vboxsync Main/Frontends: Added missing IConsoleCallback notifications …
(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) @4044   17 years vboxsync Attempted to fix linux builds.
(edit) @4041   17 years vboxsync Main: Shared Folders (#2130): - Solved folder name unicity problems by …
(edit) @4040   17 years vboxsync Main: Converted SharedFolder class to the new locking scheme.
(edit) @4039   17 years vboxsync Main/Collections: Accept std::map as a parameter of the init() method.
(edit) @4034   17 years vboxsync Added USB status led
(edit) @4021   17 years vboxsync Preparations for shared folders status led.
(edit) @4015   17 years vboxsync Use pdmdrv.h or pdmdev.h where appropriate.
(edit) @3950   17 years vboxsync Corrected the style in the new dbus and libhal code in Main
(edit) @3939   17 years vboxsync Export to OSE.
(edit) @3911   17 years vboxsync Main: IGuest::seamlessSupport => supportsSeamless.
(edit) @3891   17 years vboxsync Some sketchy PDMUsb changes (disabled of course).
(edit) @3793   17 years vboxsync Inform guest about seamless mode changes
(edit) @3764   17 years vboxsync Drop holdDevice(). darwin changes.
(edit) @3761   17 years vboxsync Main/Frontends: Cleaned up IFramebuffer interface.
(edit) @3758   17 years vboxsync More USBFILTER changes.
(edit) @3756   17 years vboxsync USBFILTER for darwin.
(edit) @3720   17 years vboxsync VRDP NO_COM code in Main.
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3662   17 years vboxsync Fixed memory leak (hubs).
(edit) @3653   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3652   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3582   17 years vboxsync Added seamless support property to the IGuest class
(edit) @3578   17 years vboxsync Removed rendermode property from the base IFrameBuffer class
(edit) @3576   17 years vboxsync Main: Beautified method/property names in COM interfaces.
(edit) @3571   17 years vboxsync Added framebuffer property RenderMode.
(edit) @3569   17 years vboxsync QueryVisibleRegion -> GetVisibleRegion
(edit) @3566   17 years vboxsync Async USB detach (for darwin) with async operation timeout (not …
(edit) @3532   17 years vboxsync Add QueryVisibleRegion & SetVisibleRegion to the IFrameBuffer class.
(edit) @3500   17 years vboxsync Export
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
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