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