VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(edit) @5743   17 years vboxsync space
(edit) @5742   17 years vboxsync enclosed some more code in VBOX_WITH_VBOX tests.
(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) @5580   17 years vboxsync Main: corrected a highly confusing comment
(edit) @5561   17 years vboxsync pass down the version of the usb device (still gotta find the version …
(edit) @5539   17 years vboxsync osx fix
(edit) @5538   17 years vboxsync portVersion query code (not tested, so not enabled). Fixed annoying …
(edit) @5520   17 years vboxsync PDMUsb
(edit) @5390   17 years vboxsync Main: Implemented IConsole::AdoptSavedState(); Prototyped …
(edit) @5272   17 years vboxsync Shutdown HGCM services before the VM is powered down.
(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) @5126   17 years vboxsync Solaris
(edit) @5119   17 years vboxsync Rewrote two error messages
(edit) @5024   17 years vboxsync Pointer shape size calculation error. Copied too much.
(edit) @4945   17 years vboxsync just to make it compile on freebsd.
(edit) @4894   17 years vboxsync FreeBSD
(edit) @4846   17 years vboxsync show BUILD_TARGET_OS and BUILD_TARGET_ARCH in release log
(edit) @4841   17 years vboxsync Solaris.
(edit) @4540   17 years vboxsync Implemented notification for guest about an active VRDP connection.
(edit) @4521   17 years vboxsync Fixes for taking the address of a va_list parameter. (must make stack …
(edit) @4426   17 years vboxsync Workaround for VC++ 8 / amd64 optimization issue (it took ages to …
(edit) @4404   17 years vboxsync Fixed the initialization of the remote USB channel.
(edit) @4386   17 years vboxsync ConsoleVRDPServer termination fix.
(edit) @4369   17 years vboxsync ULONG = ul
(edit) @4344   17 years vboxsync Removed debug code (should also fix the OSE build).
(edit) @4327   17 years vboxsync gcc warning
(edit) @4324   17 years vboxsync Main: Improved serial port API (mostly spelling); FE/Qt: Improved …
(edit) @4322   17 years vboxsync Debug code.
(edit) @4317   17 years vboxsync Stop the VRDP server earlier when the VM is being powered off.
(edit) @4308   17 years vboxsync Test code to debug a crash.
(edit) @4306   17 years vboxsync Main: Rotate VBox.png[.N] files (that may have been created by the …
(edit) @4297   17 years vboxsync Main/GUI: Implemented the Stuck state.
(edit) @4270   17 years vboxsync win64 fix
(edit) @4269   17 years vboxsync implemented Main functionality for serial ports
(edit) @4234   17 years vboxsync gcc warning
(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) @4060   17 years vboxsync Main: Fixed compiler warnings.
(edit) @4056   17 years vboxsync Get rid of warning about /* in comment.
(edit) @4053   17 years vboxsync Use the generic VBoxVideo interface in Windows guest video driver.
(edit) @4041   17 years vboxsync Main: Shared Folders (#2130): - Solved folder name unicity problems by …
(edit) @4034   17 years vboxsync Added USB status led
(edit) @4031   17 years vboxsync Moved shared folders status led
(edit) @4023   17 years vboxsync disabled until it's properly implemented
(edit) @4021   17 years vboxsync Preparations for shared folders status led.
(edit) @3891   17 years vboxsync Some sketchy PDMUsb changes (disabled of course).
(edit) @3875   17 years vboxsync Add a build ID (search for BUILDID in the output of "strings core") to …
(edit) @3861   17 years vboxsync use generic functions for determining paths instead of home-brewn solutions
(edit) @3833   17 years vboxsync Initialize cached callback data before using.
(edit) @3792   17 years vboxsync Less public logging (Log -> LogSunlover).
(edit) @3720   17 years vboxsync VRDP NO_COM code in Main.
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3661   17 years vboxsync Include VBOX_SVN_VER in the release log header.
(edit) @3652   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3603   17 years vboxsync Prevent the HWVirtExt flag from being set on darwin.
(edit) @3576   17 years vboxsync Main: Beautified method/property names in COM interfaces.
(edit) @3566   17 years vboxsync Async USB detach (for darwin) with async operation timeout (not …
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
(edit) @3481   17 years vboxsync Main: Dont mix iprt rc (int) and COM rc (HRESULT).
(edit) @3288   17 years vboxsync Main: More precise check of whether the VM is running or not when USB …
(edit) @3278   17 years vboxsync Removed some obsolete VRDP code.
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @3155   17 years vboxsync Allow the VM to start with NULL framebuffer.
(edit) @3127   17 years vboxsync Main: Fixed: Avoid IPC dead-locks when calling …
(edit) @3113   17 years vboxsync Implement virtual paperclip (forced unmounting of media, currently …
(edit) @3086   17 years vboxsync introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
(edit) @3045   18 years vboxsync Main, FE/Qt: Added support for asyncronous USB attach/detach errors.
(edit) @3037   18 years vboxsync Main: More exact state check on getting an USB detached notification.
(edit) @3034   18 years vboxsync Main: Fixed async USB (added proper detection of device re-cycle on …
(edit) @3007   18 years vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @3001   18 years vboxsync Main/Frontends: Next step to support asynchronous USB device flow.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2961   18 years vboxsync Main: Added the IMachine::logFolder property and corrected changeset:21642.
(edit) @2805   18 years vboxsync Main: Fixed: Machine-level USB filters are now inserted to the USB …
(edit) @2672   18 years vboxsync Main: Ported latest dmik/exp branch changes (r21219:21226) into the trunk.
(edit) @2651   18 years vboxsync provide MPS table if IOAPIC is present, use the last 16 bytes of the …
(edit) @2635   18 years vboxsync if IOAPIC is eanbled, enable ACPI as well
(edit) @2628   18 years vboxsync ms != ns.
(edit) @2623   18 years vboxsync Fixed UTC typo.
(edit) @2622   18 years vboxsync pass time offset to CFGM
(edit) @2579   18 years vboxsync Activate new VMDK code again.
(edit) @2563   18 years vboxsync Added release logging to the Linux TAP code (removed superfluous debug …
(edit) @2561   18 years vboxsync Added release logging to the Linux TAP code
(edit) @2540   18 years vboxsync Main & All Frontends: Improved console window activation helper APIs …
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