VirtualBox

source: vbox/trunk/src/VBox/Main/include/ConsoleImpl.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @65482   8 年 vboxsync Main/Console: Add the disk integrity driver into the chain if some …
(edit) @65410   8 年 vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65164   8 年 vboxsync Main/VRDE: Got rid of Doppelmoppel i_getAudioVRDE() functions and use …
(edit) @65162   8 年 vboxsync Audio/Main: Some (ground) work for audio support for video recording.
(edit) @65088   8 年 vboxsync Main: doxygen fixes
(edit) @64134   8 年 vboxsync AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
(edit) @64096   8 年 vboxsync Main/ConsoleImpl: Move the check for the underlying filesystem of a …
(edit) @64093   8 年 vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @63239   8 年 vboxsync Main: warnings
(edit) @63184   8 年 vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @62918   8 年 vboxsync Main: rip out long dead code, some leftovers from earlier event …
(edit) @62636   8 年 vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @61930   8 年 vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61610   8 年 vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @59787   9 年 vboxsync Main/include/ConsoleImpl.h: VMTask is a class, not a struct.
(edit) @59571   9 年 vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59117   9 年 vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58383   9 年 vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(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) @57524   9 年 vboxsync Main: NVMe integration
(edit) @56268   9 年 vboxsync Main/Console: improved NDIS version detection (#7849)
(edit) @56085   10 年 vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55941   10 年 vboxsync Network/HostOnly: Use driver enumeration instead of registry access …
(edit) @55437   10 年 vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55214   10 年 vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55184   10 年 vboxsync Missing files
(edit) @54978   10 年 vboxsync Main/Console: Fix automatic unpausing a VM which has several disks …
(edit) @54976   10 年 vboxsync Main/Console: Add method to add multiple disk encryption passwords …
(edit) @54798   10 年 vboxsync Main/Console: Automatically resume the VM if all passwords were …
(edit) @54758   10 年 vboxsync Fixes for disk encryption when working with snapshots
(edit) @54625   10 年 vboxsync Main: Fixes for disk encryption support and make use of the optimized …
(edit) @54591   10 年 vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54106   10 年 vboxsync NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
(edit) @54060   10 年 vboxsync Main: Fix i_configMediumAttachment inconsistency for USB storage devices
(edit) @53722   10 年 vboxsync Fixed some missing H()s in the graphics department. Use ptr for …
(edit) @53560   10 年 vboxsync Main: Fixes for disk encryption, delete the key again if configuring …
(edit) @53528   10 年 vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53442   10 年 vboxsync PDM Audio: Branch -> trunk.
(edit) @53407   10 年 vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53062   10 年 vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @52934   10 年 vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52926   10 年 vboxsync ConsoleImpl: removed obsolete CONSOLE_WITH_EVENT_CACHE
(edit) @52319   10 年 vboxsync Main,Frontends: poll more than one device in IConsole::GetDeviceActivity.
(edit) @52252   10 年 vboxsync Main: removed unnecesary vector/SafeArray conversion in …
(edit) @52251   10 年 vboxsync Main: update guest properties API to work with API wrappers, removed …
(edit) @52019   10 年 vboxsync Main/Console: Switch to RTMemSafer* for key backings
(edit) @51925   10 年 vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51753   10 年 vboxsync Fix comment
(edit) @51752   10 年 vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51612   10 年 vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp
(edit) @51476   11 年 vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @51342   11 年 vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51217   11 年 vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51026   11 年 vboxsync ConsoleImpl: SafeVMPtr mRC priority.
(edit) @51008   11 年 vboxsync ConsoleImpl: SafeVMPtr, AutoVMCaller mRC init.
(edit) @50945   11 年 vboxsync ConsoleImpl: fix a race at SafeVMPtr.
(edit) @50736   11 年 vboxsync Main/Console: fixed error code if changing a medium / network …
(edit) @50723   11 年 vboxsync Main/Console: when changing a medium or network attachment, suspend …
(edit) @50686   11 年 vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(edit) @49983   11 年 vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
(edit) @49324   11 年 vboxsync Make the TurnResetIntoPowerOff setting configurable during runtime
(edit) @49120   11 年 vboxsync Main: emulated webcam updates.
(edit) @48983   11 年 vboxsync Main,Frontends: Support for the USB storage controller
(edit) @48528   11 年 vboxsync Change implementation for turning a reset into a power off to prevent …
(edit) @48406   11 年 vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48313   11 年 vboxsync Main/ExtPackManager+Console: add a way to load HGCM modules from an …
(edit) @48297   11 年 vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @48054   11 年 vboxsync Main: Add new extradata setting VBoxInternal2/TurnResetIntoPowerOff to …
(edit) @47342   11 年 vboxsync Main: Cache information about USB controller availability locally in …
(edit) @47190   11 年 vboxsync Main/MouseImpl: restored Mouse test case, not yet building though.
(edit) @47174   11 年 vboxsync Devices/Input: most of the Main plumbing for guest multi-touch.
(edit) @47106   11 年 vboxsync ConsoleImpl: serialize onVRDEServerChange
(edit) @46775   11 年 vboxsync Main/Host(HostPower)+Session+Console: convert HostPower code to signal …
(edit) @46465   11 年 vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @45675   12 年 vboxsync Main/Console: OSX fix
(edit) @45674   12 年 vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @45284   12 年 vboxsync Main: Introduce "StorageMgmt/SilentReconfigureWhilePaused" extradata …
(edit) @44425   12 年 vboxsync Main: Some more pVM cleanups.
(edit) @44421   12 年 vboxsync mpVM -> mpUVM in comments and such.
(edit) @44419   12 年 vboxsync Main: One more use of PVM and some other cleanups.
(edit) @44402   12 年 vboxsync ConsoleImpl.h/.cpp: changed SafeVMPtrBase to not mess around with pVM, …
(edit) @44393   12 年 vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 年 vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44364   12 年 vboxsync PVM -> PUVM and make setVMRuntimeErrorCallbackF non-static and drop pVM.
(edit) @44351   12 年 vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44340   12 年 vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44191   12 年 vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44151   12 年 vboxsync Main/Console: dump the VBoxInternal2 extradata settings since they …
(edit) @43908   12 年 vboxsync Main/Metrics: VM network rate metrics (#6345)
(edit) @43584   12 年 vboxsync Main,VRDP,VBoxTray: location awareness extension (ported from 4.2).
(edit) @43131   12 年 vboxsync EFI: permanent NVRAM storage.
(edit) @42551   12 年 vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42382   12 年 vboxsync Main/Session+Console+Machine: minimal change to reduce the overhead of …
(edit) @42261   12 年 vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @41925   12 年 vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41528   13 年 vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @41352   13 年 vboxsync Main: remote smartcard
(edit) @41214   13 年 vboxsync Main: move handleUnexpectedExceptions method to VirtualBoxBase
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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