VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60664   9 years vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60642   9 years vboxsync Documentation.
(edit) @60640   9 years vboxsync Guest Control: src-client/GuestSessionImpl.cpp: Resolved a todo.
(edit) @60629   9 years vboxsync Build fix.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60546   9 years vboxsync Main/idl: document how errors are handled when creating IVirtualBox or …
(edit) @60509   9 years vboxsync Main/Console+Host: winsock2 include fixing
(edit) @60494   9 years vboxsync GuestControl/Main: Fixed broken internal tools handling for guest side …
(edit) @60490   9 years vboxsync GuestSessionImpl.cpp: Fixed error message typo.
(edit) @60411   9 years vboxsync VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60242   9 years vboxsync Guest Control/Main: Cosmetics for VERR_ACCOUNT_RESTRICTED error …
(edit) @60065   9 years vboxsync Main/VirtualBoxClient: more early failure fixes, complementing the …
(edit) @60051   9 years vboxsync Main/GuestDndTargetImpl: proper use of do { ... } while (0)
(edit) @60050   9 years vboxsync Main/GuestDndSourceImpl: proper use of do { ... } while (0)
(edit) @60045   9 years vboxsync Main/ConsoleImpl2: warnings (found by PVS)
(edit) @60010   9 years vboxsync Main: Configure the hotplug flag for the SATA controllers always, not …
(edit) @59996   9 years vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59995   9 years vboxsync Main/Mouse: synchronization fix (unlikely to have caused trouble)
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59929   9 years vboxsync warning
(edit) @59918   9 years vboxsync ACPI: Allow two more serial ports.
(edit) @59872   9 years vboxsync ConsoleImpl2: Fail if invalid Hyper-V debugging options are configured …
(edit) @59858   9 years vboxsync Main/MouseImpl: gcc asan fix (don't call memcpy with a NULL parameter …
(edit) @59851   9 years vboxsync DnD/GuestDnDSourceImpl.cpp: Rollback fixes + logging.
(edit) @59842   9 years vboxsync DnD/Main: Fixes for raw data transfers and cancellation logic.
(edit) @59831   9 years vboxsync Build fix.
(edit) @59786   9 years vboxsync Warning.
(edit) @59596   9 years vboxsync DisplayImpl: initialize mcRectVisibleRegion member
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59419   9 years vboxsync DrvAudioVRDE.cpp: Fixed wrong casting (PVRDESTREAMIN -> …
(edit) @59381   9 years vboxsync Main,FE/Qt: Don't access the USB ID database for …
(edit) @59369   9 years vboxsync VBoxC/dllmain,VBoxSVC/svcmain: Let VBoxProxyStub do all the …
(edit) @59341   9 years vboxsync Main/ExtPack: also mention that the version of the ExtPack might be …
(edit) @59288   9 years vboxsync Main: fix for VBOX_WITH_VUSB disabled
(edit) @59267   9 years vboxsync gcc warning
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59229   9 years vboxsync DBGC,Main: Global and per-VM debugger console init script support.
(edit) @59122   9 years vboxsync Main/USB: More fixes
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58959   9 years vboxsync Main: Fix starting a VM with a physical PCI device attached. The …
(edit) @58552   9 years vboxsync pr7179. Fixes and improvement in the classes GuestSessionTask, …
(edit) @58521   9 years vboxsync pr7179. GuestSession, GuestProcess, GuestControl classes have been …
(edit) @58519   9 years vboxsync pr7179. DnD part has been changed.
(edit) @58449   9 years vboxsync Main/ConsoleImpl2: comment.
(edit) @58437   9 years vboxsync Main: Added paravirtdebug options.
(edit) @58414   9 years vboxsync Main/Console: Remove wrong alock.release() call introduced in r97548, …
(edit) @58383   9 years vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(edit) @58378   9 years vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @58370   9 years vboxsync DnD: Warnings.
(edit) @58368   9 years vboxsync Main: moved external auth library helpers to a separate source file.
(edit) @58330   9 years vboxsync Build fix.
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58257   9 years vboxsync DnD: Added context IDs for all HGCM messages.
(edit) @58232   9 years vboxsync DnD: More validation.
(edit) @58231   9 years vboxsync DnD: Added VBOX_DND_CB_MAGIC_MAKE.
(edit) @58230   9 years vboxsync DnD: Bugfixes.
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @58056   9 years vboxsync Main/ConsoleImpl2: Make the default Hyper-V debug port, same as Windbg …
(edit) @58048   9 years vboxsync DisplayImpl: warning.
(edit) @58004   9 years vboxsync pr7179. Part related to Console class and VMPowerUpTask, …
(edit) @58002   9 years vboxsync Revert 103021 because it's needed to split one commit up on to 3 …
(edit) @57996   9 years vboxsync pr7179. First part. The tasks VMPowerDownTask, VMPowerUpTask, TaskOVF …
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57979   9 years vboxsync Parallel ports: Several fixes for multiple parallel ports. Make the …
(edit) @57948   9 years vboxsync Guest*Impl.cpp: Two VERR_PERMISSION_DENIED todos.
(edit) @57828   9 years vboxsync small fix. wrong condition in AssertBreakStmt
(edit) @57818   9 years vboxsync pr7179. as example, first attempt to replace auto_ptr on generic C++ …
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57776   9 years vboxsync DnD: Renamed DNDDIRDROPPEDFILES to DnDDroppedFiles and restructured it …
(edit) @57654   9 years vboxsync DnD: Moved allocation of DNDDIRDROPPEDFILES into …
(edit) @57599   9 years vboxsync Main/ConsoleImpl: don't complain if NAT redirection rules should be …
(edit) @57595   9 years vboxsync NVMe: Fixes
(edit) @57552   9 years vboxsync Main: be slightly more descriptive with this informational message
(edit) @57546   9 years vboxsync UsbCardReader: Clear the pointer to the driver or we might run into a …
(edit) @57524   9 years vboxsync Main: NVMe integration
(edit) @57505   9 years vboxsync Main: a warning and a false positive
(edit) @57500   9 years vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @57469   9 years vboxsync DnD: Fixed host->guest crashes on OS X hosts.
(edit) @57452   9 years vboxsync Build fix; forgot a file.
(edit) @57425   9 years vboxsync DECLCALLBACK
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57326   9 years vboxsync Also don't want to crash clients on me because VBoxSVC went nuts.
(edit) @57295   9 years vboxsync Logging instead of assertion.
(edit) @57291   9 years vboxsync Assertion.
(edit) @57287   9 years vboxsync DnD/Main: Tell the guest if a certain message is not understood …
(edit) @57221   9 years vboxsync DnD: Added support for "drag promises" on OS X for guest to host …
(edit) @57194   9 years vboxsync Main/Display: additional seamless rectangle logging.
(edit) @57191   9 years vboxsync pdmifs.h: ViewPort -> Viewport, docs.
(edit) @57188   9 years vboxsync Main/Console: when starting a VM from saved state, skip the immutable …
(edit) @57088   9 years vboxsync DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56994   9 years vboxsync Main: Log and assert formatting fixes.
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