VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60935   9 年 vboxsync cosmetics
(edit) @60925   9 年 vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60905   9 年 vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60865   9 年 vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60765   9 年 vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60743   9 年 vboxsync Main/ConsoleImpl2: Recognize 'enabled=0' as a valid paravirtdebug …
(edit) @60722   9 年 vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(edit) @60721   9 年 vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(edit) @60664   9 年 vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60642   9 年 vboxsync Documentation.
(edit) @60640   9 年 vboxsync Guest Control: src-client/GuestSessionImpl.cpp: Resolved a todo.
(edit) @60629   9 年 vboxsync Build fix.
(edit) @60622   9 年 vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60546   9 年 vboxsync Main/idl: document how errors are handled when creating IVirtualBox or …
(edit) @60509   9 年 vboxsync Main/Console+Host: winsock2 include fixing
(edit) @60494   9 年 vboxsync GuestControl/Main: Fixed broken internal tools handling for guest side …
(edit) @60490   9 年 vboxsync GuestSessionImpl.cpp: Fixed error message typo.
(edit) @60411   9 年 vboxsync VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
(edit) @60410   9 年 vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60404   9 年 vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60242   9 年 vboxsync Guest Control/Main: Cosmetics for VERR_ACCOUNT_RESTRICTED error …
(edit) @60065   9 年 vboxsync Main/VirtualBoxClient: more early failure fixes, complementing the …
(edit) @60051   9 年 vboxsync Main/GuestDndTargetImpl: proper use of do { ... } while (0)
(edit) @60050   9 年 vboxsync Main/GuestDndSourceImpl: proper use of do { ... } while (0)
(edit) @60045   9 年 vboxsync Main/ConsoleImpl2: warnings (found by PVS)
(edit) @60010   9 年 vboxsync Main: Configure the hotplug flag for the SATA controllers always, not …
(edit) @59996   9 年 vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59995   9 年 vboxsync Main/Mouse: synchronization fix (unlikely to have caused trouble)
(edit) @59987   9 年 vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59929   9 年 vboxsync warning
(edit) @59918   9 年 vboxsync ACPI: Allow two more serial ports.
(edit) @59872   9 年 vboxsync ConsoleImpl2: Fail if invalid Hyper-V debugging options are configured …
(edit) @59858   9 年 vboxsync Main/MouseImpl: gcc asan fix (don't call memcpy with a NULL parameter …
(edit) @59851   9 年 vboxsync DnD/GuestDnDSourceImpl.cpp: Rollback fixes + logging.
(edit) @59842   9 年 vboxsync DnD/Main: Fixes for raw data transfers and cancellation logic.
(edit) @59831   9 年 vboxsync Build fix.
(edit) @59786   9 年 vboxsync Warning.
(edit) @59596   9 年 vboxsync DisplayImpl: initialize mcRectVisibleRegion member
(edit) @59571   9 年 vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59419   9 年 vboxsync DrvAudioVRDE.cpp: Fixed wrong casting (PVRDESTREAMIN -> …
(edit) @59381   9 年 vboxsync Main,FE/Qt: Don't access the USB ID database for …
(edit) @59369   9 年 vboxsync VBoxC/dllmain,VBoxSVC/svcmain: Let VBoxProxyStub do all the …
(edit) @59341   9 年 vboxsync Main/ExtPack: also mention that the version of the ExtPack might be …
(edit) @59288   9 年 vboxsync Main: fix for VBOX_WITH_VUSB disabled
(edit) @59267   9 年 vboxsync gcc warning
(edit) @59252   9 年 vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 年 vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59229   9 年 vboxsync DBGC,Main: Global and per-VM debugger console init script support.
(edit) @59122   9 年 vboxsync Main/USB: More fixes
(edit) @59117   9 年 vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58959   9 年 vboxsync Main: Fix starting a VM with a physical PCI device attached. The …
(edit) @58552   9 年 vboxsync pr7179. Fixes and improvement in the classes GuestSessionTask, …
(edit) @58521   9 年 vboxsync pr7179. GuestSession, GuestProcess, GuestControl classes have been …
(edit) @58519   9 年 vboxsync pr7179. DnD part has been changed.
(edit) @58449   9 年 vboxsync Main/ConsoleImpl2: comment.
(edit) @58437   9 年 vboxsync Main: Added paravirtdebug options.
(edit) @58414   9 年 vboxsync Main/Console: Remove wrong alock.release() call introduced in r97548, …
(edit) @58383   9 年 vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(edit) @58378   9 年 vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @58370   9 年 vboxsync DnD: Warnings.
(edit) @58368   9 年 vboxsync Main: moved external auth library helpers to a separate source file.
(edit) @58330   9 年 vboxsync Build fix.
(edit) @58329   9 年 vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58257   9 年 vboxsync DnD: Added context IDs for all HGCM messages.
(edit) @58232   9 年 vboxsync DnD: More validation.
(edit) @58231   9 年 vboxsync DnD: Added VBOX_DND_CB_MAGIC_MAKE.
(edit) @58230   9 年 vboxsync DnD: Bugfixes.
(edit) @58212   9 年 vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @58111   9 年 vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @58056   9 年 vboxsync Main/ConsoleImpl2: Make the default Hyper-V debug port, same as Windbg …
(edit) @58048   9 年 vboxsync DisplayImpl: warning.
(edit) @58004   9 年 vboxsync pr7179. Part related to Console class and VMPowerUpTask, …
(edit) @58002   9 年 vboxsync Revert 103021 because it's needed to split one commit up on to 3 …
(edit) @57996   9 年 vboxsync pr7179. First part. The tasks VMPowerDownTask, VMPowerUpTask, TaskOVF …
(edit) @57989   9 年 vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57979   9 年 vboxsync Parallel ports: Several fixes for multiple parallel ports. Make the …
(edit) @57948   9 年 vboxsync Guest*Impl.cpp: Two VERR_PERMISSION_DENIED todos.
(edit) @57828   9 年 vboxsync small fix. wrong condition in AssertBreakStmt
(edit) @57818   9 年 vboxsync pr7179. as example, first attempt to replace auto_ptr on generic C++ …
(edit) @57809   9 年 vboxsync Reverted bad commit r102754.
(edit) @57808   9 年 vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57776   9 年 vboxsync DnD: Renamed DNDDIRDROPPEDFILES to DnDDroppedFiles and restructured it …
(edit) @57654   9 年 vboxsync DnD: Moved allocation of DNDDIRDROPPEDFILES into …
(edit) @57599   9 年 vboxsync Main/ConsoleImpl: don't complain if NAT redirection rules should be …
(edit) @57595   9 年 vboxsync NVMe: Fixes
(edit) @57552   9 年 vboxsync Main: be slightly more descriptive with this informational message
(edit) @57546   9 年 vboxsync UsbCardReader: Clear the pointer to the driver or we might run into a …
(edit) @57524   9 年 vboxsync Main: NVMe integration
(edit) @57505   9 年 vboxsync Main: a warning and a false positive
(edit) @57500   9 年 vboxsync DnD: Use a separate context for URI object when transferring, misc …
(edit) @57469   9 年 vboxsync DnD: Fixed host->guest crashes on OS X hosts.
(edit) @57452   9 年 vboxsync Build fix; forgot a file.
(edit) @57425   9 年 vboxsync DECLCALLBACK
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57326   9 年 vboxsync Also don't want to crash clients on me because VBoxSVC went nuts.
(edit) @57295   9 年 vboxsync Logging instead of assertion.
(edit) @57291   9 年 vboxsync Assertion.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette