|
|
@17675
|
16 years |
vboxsync |
Fixed a possible deadlock when VRDP server is enabled/disabled in runtime.
|
|
|
@17669
|
16 years |
vboxsync |
Main: Rework storage controller handling to allow an arbitrary number …
|
|
|
@17651
|
16 years |
vboxsync |
Main: Reset differencing hard disks for which auto-reset is set to …
|
|
|
@17553
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays”
Replaced …
|
|
|
@17360
|
16 years |
vboxsync |
Main: Spacing.
|
|
|
@17276
|
16 years |
vboxsync |
#3551: "Main: Replace remaining collections with safe arrays"
Oops, …
|
|
|
@17275
|
16 years |
vboxsync |
networking API renaming
|
|
|
@17217
|
16 years |
vboxsync |
make VBOX_WITH_NETFLT= compile on Linux hosts again
|
|
|
@16966
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays” …
|
|
|
@16867
|
16 years |
vboxsync |
Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
|
|
|
@16853
|
16 years |
vboxsync |
Main: rename IDVDImage2 to IDVDImage
|
|
|
@16364
|
16 years |
vboxsync |
Main: Fixed: Error text is lost if the error happened in the middle of …
|
|
|
@16207
|
16 years |
vboxsync |
Replaced iterations over IHostNetworkInterface array with …
|
|
|
@15991
|
16 years |
vboxsync |
Main: Fixed: CD/DVD and Floppy not locked for reading when manually …
|
|
|
@15945
|
16 years |
vboxsync |
Main: Pass inaccessible shared folders to the guest instead of …
|
|
|
@15762
|
16 years |
vboxsync |
Main: Exmplicit machine state comparisons replaced with bool …
|
|
|
@15708
|
16 years |
vboxsync |
Main: #3424: Bumped XML format version to 1.6 and so that the …
|
|
|
@15592
|
16 years |
vboxsync |
Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
|
|
|
@15574
|
16 years |
vboxsync |
#3282: Windows build fixes.
|
|
|
@15570
|
16 years |
vboxsync |
#3282: Collection got replaced with safe array. Warning, windows …
|
|
|
@15448
|
16 years |
vboxsync |
Main: #3314: Don't delete the saved state file if restoring the VM …
|
|
|
@15166
|
16 years |
vboxsync |
Main and HostServices/GuestProps: additional logging
|
|
|
@15108
|
16 years |
vboxsync |
Main/GuestProps: extra logging
|
|
|
@15051
|
16 years |
vboxsync |
Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
|
|
|
@14972
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
The …
|
|
|
@14959
|
16 years |
vboxsync |
no trailing \n when using ComAssertMsg*
|
|
|
@14849
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14846
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14843
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14793
|
16 years |
vboxsync |
Add missing space in string literal.
|
|
|
@14791
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
|
|
|
@14786
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14778
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14775
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14770
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers …
|
|
|
@14715
|
16 years |
vboxsync |
s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp
as suggested …
|
|
|
@14579
|
16 years |
vboxsync |
Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
|
|
|
@14569
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
|
|
|
@14568
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
|
|
|
@14554
|
16 years |
vboxsync |
#3285: Improve error handling API to include unique error numbers
|
|
|
@14313
|
16 years |
vboxsync |
Reduce a few cases of words doubled.
|
|
|
@14000
|
16 years |
vboxsync |
removed unncessary iprt/types.h include (wrong comment after it was moved).
|
|
|
@13985
|
16 years |
vboxsync |
Main: Handle SATA controller too when doing snapshots
|
|
|
@13908
|
16 years |
vboxsync |
Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
|
|
|
@13878
|
16 years |
vboxsync |
Main: typos
|
|
|
@13877
|
16 years |
vboxsync |
unbreak hostif on Linux
|
|
|
@13842
|
16 years |
vboxsync |
It's RTuuid not Ruuid.
|
|
|
@13838
|
16 years |
vboxsync |
Some more %V* -> %R* changes while at it.
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13782
|
16 years |
vboxsync |
More SMP groundwork.
|
|
|
@13779
|
16 years |
vboxsync |
Recommitted r38734: Guest Properties (HostServices and Main): major …
|
|
|
@13762
|
16 years |
vboxsync |
Backed out 38734.
|
|
|
@13761
|
16 years |
vboxsync |
Don\t know what that was…
|
|
|
@13760
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): major clean up of the guest …
|
|
|
@13759
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): major clean up of the guest …
|
|
|
@13755
|
16 years |
vboxsync |
Started with VM request API changes.
|
|
|
@13742
|
16 years |
vboxsync |
Some initial VM data restructuring.
|
|
|
@13690
|
16 years |
vboxsync |
VBoxNetFlt: Early draft of Linux hostif, nothing is working yet
|
|
|
@13580
|
16 years |
vboxsync |
Ported s2 branch (r37120:38456).
|
|
|
@13556
|
16 years |
vboxsync |
Guest Properties (Main, HostServices, VBoxGuestLib): MAX_*_LEN is the …
|
|
|
@13551
|
16 years |
vboxsync |
HostServices/GuestProperties and Main (Guest Properties): use the new …
|
|
|
@13417
|
16 years |
vboxsync |
Main (Guest Properties): some cleaning up
|
|
|
@13379
|
16 years |
vboxsync |
Main: NLS: Better wording.
|
|
|
@13377
|
16 years |
vboxsync |
HostServices/GuestProperties: use an HGCM service extension instead of …
|
|
|
@13374
|
16 years |
vboxsync |
Main, FE/Qt: Added IProgress::PowerDownAsync() (#3242).
|
|
|
@13333
|
16 years |
vboxsync |
Main (Guest Properties): nicer error message
|
|
|
@13328
|
16 years |
vboxsync |
HostServices and Main: Guest Properties: use flag settings at runtime
|
|
|
@13293
|
16 years |
vboxsync |
HostServices/GuestProperties and Main: support property flags - the …
|
|
|
@13165
|
16 years |
vboxsync |
Main: use the HGCM guest property change notification interface and do …
|
|
|
@13079
|
16 years |
vboxsync |
added getGuestEnteredACPIMode()
|
|
|
@12904
|
16 years |
vboxsync |
vcc warning
|
|
|
@12889
|
16 years |
vboxsync |
Main: IConsole::powerUpPaused for use with the debugger.
|
|
|
@12523
|
16 years |
vboxsync |
use the header
|
|
|
@12522
|
16 years |
vboxsync |
add information about the package type to the release log
|
|
|
@12512
|
16 years |
vboxsync |
fixed bug with guest props timestamp
|
|
|
@12126
|
16 years |
vboxsync |
Drop existing RDP connection and allow the new client to connect, …
|
|
|
@11832
|
16 years |
vboxsync |
Main: call DiscardSettings() before saving guest properties in order …
|
|
|
@11827
|
16 years |
vboxsync |
Main/vboxnetflt: Solaris integration.
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11354
|
16 years |
vboxsync |
Main: Added OS info to the release log header.
|
|
|
@11351
|
16 years |
vboxsync |
Main: Please keep the comments aligned to the code.
|
|
|
@11296
|
16 years |
vboxsync |
Main: PDMINS2DATA -> PDMINS_2_DATA.
|
|
|
@11089
|
16 years |
vboxsync |
Main: guest properties fix when enumerating on a running machine
|
|
|
@11083
|
16 years |
vboxsync |
HostServices/GuestProperties, Main: implemented saving guest …
|
|
|
@11065
|
16 years |
vboxsync |
HostServices/GuestProperties and Main: add timestamps and flags …
|
|
|
@11041
|
16 years |
vboxsync |
Main: added guest property enumeration (currently only works when the …
|
|
|
@10901
|
16 years |
vboxsync |
main: Console::attachToHostInterface and …
|
|
|
@10842
|
16 years |
vboxsync |
Made annoying assertion in setVMErrorCallback ignorable.
|
|
|
@10814
|
16 years |
vboxsync |
HostServices/GuestProperties, Main, Additions/common, …
|
|
|
@10797
|
16 years |
vboxsync |
Guest properties: initial commit of new interface
|
|
|
@10305
|
16 years |
vboxsync |
Main: Lock the object before switching on non-const data members.
|
|
|
@10247
|
16 years |
vboxsync |
Main: remove guest property settings from extra data on machine …
|
|
|
@10246
|
16 years |
vboxsync |
Main: report unset guest properties correctly
|
|
|
@10233
|
16 years |
vboxsync |
Main: clean up the guest property code - send accesses to the console …
|
|
|
@10007
|
16 years |
vboxsync |
Main (guest properties): support the delete property request
|
|
|
@10000
|
16 years |
vboxsync |
Pure naming change for the guest property store stuff. Functionality …
|
|
|
@9883
|
16 years |
vboxsync |
Main: add the Main part of the guest/host configuration registry
|
|
|
@9809
|
16 years |
vboxsync |
Main: save and reload the guest/host registry in extra data at machine …
|
|
|
@8684
|
17 years |
vboxsync |
Use %Rhrc.
|
|
|