|
|
@3720
|
18 years |
vboxsync |
VRDP NO_COM code in Main.
|
|
|
@3714
|
18 years |
vboxsync |
Increased max guest RAM to 2 GB
|
|
|
@3695
|
18 years |
vboxsync |
Added RT_OS_LINUX so we can change prcpucfg.h whenever we please.
|
|
|
@3692
|
18 years |
vboxsync |
VRDPAuth2 should be used when also the old VRDPAuth is available.
|
|
|
@3681
|
18 years |
vboxsync |
Logging cleanup.
|
|
|
@3670
|
18 years |
vboxsync |
RT_OS_L4
|
|
|
@3668
|
18 years |
vboxsync |
replace underscore symbols in Main/
|
|
|
@3665
|
18 years |
vboxsync |
Detect HID and in-use MSDs. Currently polling for changes every 5 seconds.
|
|
|
@3664
|
18 years |
vboxsync |
ugly state mess hacking.
|
|
|
@3663
|
18 years |
vboxsync |
nc
|
|
|
@3662
|
18 years |
vboxsync |
Fixed memory leak (hubs).
|
|
|
@3661
|
18 years |
vboxsync |
Include VBOX_SVN_VER in the release log header.
|
|
|
@3653
|
18 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3652
|
18 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3611
|
18 years |
vboxsync |
Main: Improved IFramebuffer::resizeCompleted() docs; Renamed …
|
|
|
@3609
|
18 years |
vboxsync |
typo
|
|
|
@3607
|
18 years |
vboxsync |
OpenGLEnabled added; still not configurable though
|
|
|
@3603
|
18 years |
vboxsync |
Prevent the HWVirtExt flag from being set on darwin.
|
|
|
@3599
|
18 years |
vboxsync |
duplicate MMPMAudioDriver value - broke webservices.
|
|
|
@3593
|
18 years |
vboxsync |
Corrected obsolete comment.
|
|
|
@3584
|
18 years |
vboxsync |
Fixed typo and added UpdateGuestCapabilities support to VBoxBFE
|
|
|
@3583
|
18 years |
vboxsync |
Extra assertion
|
|
|
@3582
|
18 years |
vboxsync |
Added seamless support property to the IGuest class
|
|
|
@3579
|
18 years |
vboxsync |
Backed out accidental commits
|
|
|
@3578
|
18 years |
vboxsync |
Removed rendermode property from the base IFrameBuffer class
|
|
|
@3577
|
18 years |
vboxsync |
Main: Beautified method/property names in COM interfaces.
|
|
|
@3576
|
18 years |
vboxsync |
Main: Beautified method/property names in COM interfaces.
|
|
|
@3575
|
18 years |
vboxsync |
Another attempt to fix the build problems.
|
|
|
@3573
|
18 years |
vboxsync |
fixed build
|
|
|
@3572
|
18 years |
vboxsync |
Warnings
|
|
|
@3571
|
18 years |
vboxsync |
Added framebuffer property RenderMode.
|
|
|
@3570
|
18 years |
vboxsync |
Wrong space
|
|
|
@3569
|
18 years |
vboxsync |
QueryVisibleRegion -> GetVisibleRegion
|
|
|
@3566
|
18 years |
vboxsync |
Async USB detach (for darwin) with async operation timeout (not …
|
|
|
@3559
|
18 years |
vboxsync |
Make OpenGL configurable. Default off for the time being.
|
|
|
@3556
|
18 years |
vboxsync |
Update for setting the visible region from within the guest
|
|
|
@3544
|
18 years |
vboxsync |
Main: Fixed compiler warnings.
|
|
|
@3536
|
18 years |
vboxsync |
Main: IVRDPServer::port returns a real default value instead of zero.
|
|
|
@3532
|
18 years |
vboxsync |
Add QueryVisibleRegion & SetVisibleRegion to the IFrameBuffer class.
|
|
|
@3506
|
18 years |
vboxsync |
Release logging.
|
|
|
@3501
|
18 years |
vboxsync |
export
|
|
|
@3500
|
18 years |
vboxsync |
Export
|
|
|
@3497
|
18 years |
vboxsync |
Main/OS2: Close the mutex on session close.
|
|
|
@3494
|
18 years |
vboxsync |
added support for serial ports to Main and VBoxManage
|
|
|
@3482
|
18 years |
vboxsync |
Main: Fixed compile warning.
|
|
|
@3481
|
18 years |
vboxsync |
Main: Dont mix iprt rc (int) and COM rc (HRESULT).
|
|
|
@3480
|
18 years |
vboxsync |
Main: Use named mutexes for watching client processes on OS/2.
|
|
|
@3424
|
18 years |
vboxsync |
Main: Removed outdated CHECK_MACHINE_MUTABILITY and CHECK_STATE macros.
|
|
|
@3422
|
18 years |
vboxsync |
Main/testcase: Added mutability chek for properties that may be …
|
|
|
@3421
|
18 years |
vboxsync |
Main: Fixed an assertion when closing the direct machine session after …
|
|
|
@3420
|
18 years |
vboxsync |
Main: Converted the VRDPServer class to the new locking scheme.
|
|
|
@3415
|
18 years |
vboxsync |
(re-)run filters when the device becomes available (again).
|
|
|
@3412
|
18 years |
vboxsync |
Main: Converted USBDeviceFilter and HostUSBDeviceFilter to the new …
|
|
|
@3411
|
18 years |
vboxsync |
Main: Do not delete target hard disk images when the "clone/create …
|
|
|
@3398
|
18 years |
vboxsync |
Call VRDP on EMT only when Framebuffer is not being resized.
|
|
|
@3392
|
18 years |
vboxsync |
First part of fix for udevd::chmod vs. VBoxSVC race on attach.
|
|
|
@3388
|
18 years |
vboxsync |
Main: Properly daemonize VBoxSVC.exe on OS/2.
|
|
|
@3387
|
18 years |
vboxsync |
Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
|
|
|
@3376
|
18 years |
vboxsync |
Some code for dumping iokit registry objects.
|
|
|
@3358
|
18 years |
vboxsync |
Fixed a deadlock in Display.
|
|
|
@3348
|
18 years |
vboxsync |
Main: Converted AudioAdapter and NetworkAdapter to the new locking scheme.
|
|
|
@3347
|
18 years |
vboxsync |
Enable shared opengl service
|
|
|
@3330
|
18 years |
vboxsync |
Main: Converted DVDDrive and FloppyDrive to the new locking scheme.
|
|
|
@3329
|
18 years |
vboxsync |
Main: Added AutoLock::maybeRlock()/maybeWlock() in order for …
|
|
|
@3320
|
18 years |
vboxsync |
Main: Fixed unsigned/signed warnings.
|
|
|
@3317
|
18 years |
vboxsync |
Main: Improved error handling when opening hard disks using the …
|
|
|
@3303
|
18 years |
vboxsync |
warning
|
|
|
@3302
|
18 years |
vboxsync |
Main: More Machine children use the AutoStateDependency template.
|
|
|
@3297
|
18 years |
vboxsync |
Main: Changed indent from 4 to 2 chars.
|
|
|
@3288
|
18 years |
vboxsync |
Main: More precise check of whether the VM is running or not when USB …
|
|
|
@3278
|
18 years |
vboxsync |
Removed some obsolete VRDP code.
|
|
|
@3227
|
18 years |
vboxsync |
warning
|
|
|
@3209
|
18 years |
vboxsync |
Call the pfnUnload HGCM service entry.
|
|
|
@3191
|
18 years |
vboxsync |
Main: Made it build on OS/2.
|
|
|
@3188
|
18 years |
vboxsync |
Build: Renamed VBox COM Glue library from VBoxXPCOM.[a|lib] to …
|
|
|
@3186
|
18 years |
vboxsync |
Build: Cleaned up Main templates.
|
|
|
@3155
|
18 years |
vboxsync |
Allow the VM to start with NULL framebuffer.
|
|
|
@3153
|
18 years |
vboxsync |
Multimonitor support.
|
|
|
@3127
|
18 years |
vboxsync |
Main: Fixed: Avoid IPC dead-locks when calling …
|
|
|
@3117
|
18 years |
vboxsync |
OSE is already stated by the version string
|
|
|
@3116
|
18 years |
vboxsync |
Changed default disk sizes to powers of 2, looks better in the …
|
|
|
@3115
|
18 years |
vboxsync |
increased default disk size of solaris to 8GB (#2025)
|
|
|
@3113
|
18 years |
vboxsync |
Implement virtual paperclip (forced unmounting of media, currently …
|
|
|
@3110
|
18 years |
vboxsync |
Added the display index parameter to the SetVideoModeHint (in the …
|
|
|
@3094
|
18 years |
vboxsync |
clearly state if we are running the OSE version
|
|
|
@3093
|
18 years |
vboxsync |
Hack around incomprehensible VDI error message for VMDK files that …
|
|
|
@3086
|
18 years |
vboxsync |
introduced RTLogCreateEx and RTLogCreateExV to be able to pass an …
|
|
|
@3076
|
18 years |
vboxsync |
Load OpenGL service (DEBUG_sandervl only for now)
|
|
|
@3072
|
18 years |
vboxsync |
default is bidirectional clipboard sync
|
|
|
@3053
|
18 years |
vboxsync |
bugfix for multiple attached devices in windows
|
|
|
@3052
|
18 years |
vboxsync |
comment.
|
|
|
@3046
|
18 years |
vboxsync |
Fixed linux and darwin regressions.
|
|
|
@3045
|
18 years |
vboxsync |
Main, FE/Qt: Added support for asyncronous USB attach/detach errors.
|
|
|
@3043
|
18 years |
vboxsync |
Hack for getting VMDK file registration work when there is no UUID in …
|
|
|
@3042
|
18 years |
vboxsync |
Fixed waiting for a HGCM thread.
|
|
|
@3039
|
18 years |
vboxsync |
Main: Typo.
|
|
|
@3038
|
18 years |
vboxsync |
Main: Added basic VMDK property support via the new API (retrieving …
|
|
|
@3037
|
18 years |
vboxsync |
Main: More exact state check on getting an USB detached notification.
|
|
|
@3035
|
18 years |
vboxsync |
Main: Fixed: HostUSBDevice takes ownership of the new USBDEVICE …
|
|
|
@3034
|
18 years |
vboxsync |
Main: Fixed async USB (added proper detection of device re-cycle on …
|
|
|