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) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62358   8 years vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62296   8 years vboxsync fix for r108820
(edit) @62295   8 years vboxsync ticketref:15628: Main: don't depend on mpDrv being != NULL
(edit) @62258   8 years vboxsync Main/VirtualBoxClient: Turn into a proper COM/XPCOM singleton object. …
(edit) @62222   8 years vboxsync Main/server: add a BUILDID to the server similar to what we have in …
(edit) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @62139   8 years vboxsync bugref:8389: Main: fixed video recording with VBoxheadless
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @62103   8 years vboxsync Audio/src-client/ConsoleImpl2.cpp: Removed debug assertion.
(edit) @62056   8 years vboxsync Audio: More cleanup for backend defines.
(edit) @61935   8 years vboxsync MachineDebuggerImpl.cpp: VMR3Suspend will fail if the VM is already …
(edit) @61930   8 years vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61922   8 years vboxsync Audio: Main/src-client/DrvAudioVRDE.cpp: Also set status flags here, …
(edit) @61913   8 years vboxsync src-client/ConsoleImpl2.cpp: Added an assertion for the deprecated …
(edit) @61893   8 years vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61792   8 years vboxsync Main/Guest Control: Fixes for GA tests.
(edit) @61786   8 years vboxsync Main/MachineDebugger: Pause the VM before querying the guest stack or …
(edit) @61778   8 years vboxsync ConsoleImpl2.cpp: Maybe gcc is used uninitialized warnings.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61740   8 years vboxsync Main/Display: when taking a screenshot of a blanked/disabled screen, …
(edit) @61644   8 years vboxsync Main/ConsoleImpl: refine error handling for enabling the VRDE server
(edit) @61617   8 years vboxsync naughty!
(edit) @61610   8 years vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61564   8 years vboxsync Main: IDisplay changed queryScreenLayout to be an attribute
(edit) @61561   8 years vboxsync Main: Implement IMachineDebugger::dumpGuestStack (implementation …
(edit) @61560   8 years vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @61536   8 years vboxsync Main/ConsoleImpl: provide an error message if enabling the VRDP server …
(edit) @61413   9 years vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61349   9 years vboxsync MachineDebugger::loadPlugIn: don't return 'all' for specific plugin, …
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61118   9 years vboxsync Main: comment typo.
(edit) @61117   9 years vboxsync Main: fixed two format specifiers in Log/Assert statements
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61100   9 years vboxsync Main/Console: limit the firmware APIC level to what the hardware can …
(edit) @61053   9 years vboxsync Main/Console: move APIC CPU feature configuration to the right place
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60935   9 years vboxsync cosmetics
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60743   9 years vboxsync Main/ConsoleImpl2: Recognize 'enabled=0' as a valid paravirtdebug …
(edit) @60722   9 years vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(edit) @60721   9 years vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(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)
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