|
|
@73188
|
6 years |
vboxsync |
bugref:9152. Added the call RTCString::strip() for Windows compatibility.
|
|
|
@73177
|
6 years |
vboxsync |
bugref:9152. Fixed error handling
|
|
|
@73174
|
6 years |
vboxsync |
bugref:9152. Removed unused variable.
|
|
|
@73173
|
6 years |
vboxsync |
bugref:9152. Fixed several issues in the code.
|
|
|
@73170
|
6 years |
vboxsync |
bugref:9152. Fixed object init, must report init success otherwise it …
|
|
|
@73169
|
6 years |
vboxsync |
bugref:9152. scm issues.
|
|
|
@73168
|
6 years |
vboxsync |
revert the changes
|
|
|
@73167
|
6 years |
vboxsync |
bugref:9152. scm issues.
|
|
|
@73164
|
6 years |
vboxsync |
bugref:9152. fixed scm issues.
|
|
|
@73155
|
6 years |
vboxsync |
bugref:9152. The function createCloudUserProfileManager was added.
|
|
|
@73132
|
6 years |
vboxsync |
Main/Appliance: fix a regression caused by introducing the custom VM …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@73089
|
6 years |
vboxsync |
Main/Appliance: use the proper version info for the tar member group …
|
|
|
@73003
|
6 years |
vboxsync |
Main: Use setErrorBoth when we've got a VBox status code handy. (The …
|
|
|
@72999
|
6 years |
vboxsync |
MediumImpl: Fixed MediumVariant_Formatted implementation and made it a …
|
|
|
@72980
|
6 years |
vboxsync |
Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
|
|
|
@72975
|
6 years |
vboxsync |
Main: Always use VBox/com/VirtualBox.h to include VirtualBox_XPCOM.h. …
|
|
|
@72973
|
6 years |
vboxsync |
Main: Some early sketches on how to get proper C++ enums with xpidl.
|
|
|
@72972
|
6 years |
vboxsync |
NetworkAdapter::i_isModified: Should probably check whether NAT …
|
|
|
@72971
|
6 years |
vboxsync |
NetworkAdapter::i_isModified: s/type/mode/ for checking for NAT.
|
|
|
@72962
|
6 years |
vboxsync |
Main: Doxygen
|
|
|
@72957
|
6 years |
vboxsync |
doxygen fixes for r123500
|
|
|
@72950
|
6 years |
vboxsync |
MediumIOImpl.cpp: Fix gcc warnings and errors.
|
|
|
@72948
|
6 years |
vboxsync |
Main: Introducing IMediumIO for accessing the content of a medium. …
|
|
|
@72919
|
6 years |
vboxsync |
Main/*: From now on any valid UTF8 string is considered a valid guest …
|
|
|
@72902
|
6 years |
vboxsync |
Appliance::i_URIFromTypeOfVirtualDiskFormat: is unused
|
|
|
@72901
|
6 years |
vboxsync |
ApplianceImpl.cpp: Removed empty doxygen return and param tags.
|
|
|
@72900
|
6 years |
vboxsync |
ApplianceImpl.cpp: Replaced the supportedStandardsURI std::map by a …
|
|
|
@72899
|
6 years |
vboxsync |
ApplianceImpl.cpp: Lose the silly applianceIONameMap and associated …
|
|
|
@72898
|
6 years |
vboxsync |
ApplianceImpl.cpp: Removed empty doxygen return and param tags.
|
|
|
@72883
|
6 years |
vboxsync |
Main/Medium: add API flag for creating formatted floppy images …
|
|
|
@72841
|
6 years |
vboxsync |
Main/MachineImplMoveVM: bugref:8345. Fixed wrong manipulation with …
|
|
|
@72840
|
6 years |
vboxsync |
bugref:8345. Fixed wrong manipulation with iterator.
|
|
|
@72834
|
6 years |
vboxsync |
MachineImplMoveVM: match new[] with delete[]
|
|
|
@72833
|
6 years |
vboxsync |
Main/USBProxyService: prefer prefix increment of an iterator in a …
|
|
|
@72703
|
6 years |
vboxsync |
Main/Medium: Fix a number of potential deadlocks due to lock order …
|
|
|
@72700
|
6 years |
vboxsync |
Main/Machine: keep default '/' group if no group is specified on VM …
|
|
|
@72608
|
6 years |
vboxsync |
HostDnsService: drop repeated NULL test.
|
|
|
@72547
|
6 years |
vboxsync |
HostDnsService: don't cache HostDnsInformation in the monitor.
Move …
|
|
|
@72525
|
6 years |
vboxsync |
Main/Appliance: Since "stack" is reused for all VMs in a …
|
|
|
@72523
|
6 years |
vboxsync |
Main/Appliance: fix crash for importing non-vbox created appliances
|
|
|
@72511
|
6 years |
vboxsync |
Main/Appliance: Correctly handle appliance import when the VM is …
|
|
|
@72509
|
6 years |
vboxsync |
Main/Machine: Fix medium registry usage when cloning VMs (was not …
|
|
|
@72508
|
6 years |
vboxsync |
Main/Appliance: use space instead of underscore as separator when …
|
|
|
@72483
|
6 years |
vboxsync |
HostDnsService: G/c operator== that is no longer used.
|
|
|
@72482
|
6 years |
vboxsync |
Main/NetworkAdapter: allow arbitrary network names for disabled adapters
|
|
|
@72480
|
6 years |
vboxsync |
HostDnsService: there's no point to delay a call to updateInfo().
|
|
|
@72476
|
6 years |
vboxsync |
Main/Appliance: Teach importing new tricks: importing to specific …
|
|
|
@72443
|
6 years |
vboxsync |
HostDnsService: Attempted Darwin build fix for r122914.
|
|
|
@72442
|
6 years |
vboxsync |
HostDnsService: Attempted Windows build fix for r122914.
|
|
|
@72439
|
6 years |
vboxsync |
HostDnsService: Don't store a reference to the virtualbox object in …
|
|
|
@72404
|
7 years |
vboxsync |
HostDnsService: introduce a local variable to simplify future change.
|
|
|
@72402
|
7 years |
vboxsync |
HostDnsService: use DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP()
|
|
|
@72396
|
7 years |
vboxsync |
HostDnsService: more logical order for members in pimpl Data classes.
|
|
|
@72395
|
7 years |
vboxsync |
HostDnsService: don't pretend there can be multiple proxies.
while …
|
|
|
@72394
|
7 years |
vboxsync |
HostDnsService: move monitor creation to proxy init.
|
|
|
@72356
|
7 years |
vboxsync |
Main: Add 'UnrestrictedGuest' to features enum while querying host CPU …
|
|
|
@72332
|
7 years |
vboxsync |
Main: Added HWVirtExPropertyType::UseNativeApi for use with …
|
|
|
@72326
|
7 years |
vboxsync |
Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
|
|
|
@72323
|
7 years |
vboxsync |
Main: bugref:9049: Support for split GUI functionality, to start …
|
|
|
@72205
|
7 years |
vboxsync |
Main/VirtualBox+Machine: Change medium registry behavior, put new …
|
|
|
@72201
|
7 years |
vboxsync |
build fix
|
|
|
@72200
|
7 years |
vboxsync |
Main/Appliance: very minimal start where later hooks for checking …
|
|
|
@71999
|
7 years |
vboxsync |
bugref:8345. Removed the trailing blanks.
|
|
|
@71997
|
7 years |
vboxsync |
bugref:8345. Small fix in the ErrorInfoItem() constructor.
|
|
|
@71996
|
7 years |
vboxsync |
bugref:8345. Added a check into MachineMoveVM::updatePathsToStateFiles().
|
|
|
@71995
|
7 years |
vboxsync |
bugref:8345. Call WaitForAsyncProgressCompletion only in success.
|
|
|
@71993
|
7 years |
vboxsync |
bugref:8345. Splitted two AutoWriteLocks into two different scopes …
|
|
|
@71992
|
7 years |
vboxsync |
bugref:8345. Fixed the progress operation counter.
|
|
|
@71990
|
7 years |
vboxsync |
bugref:8345. Added a new internal class ErrorInfoItem and a list …
|
|
|
@71728
|
7 years |
vboxsync |
bugref:8345. Added a check for read-only destination.
|
|
|
@71716
|
7 years |
vboxsync |
VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
|
|
|
@71581
|
7 years |
vboxsync |
bugref:8345. Attempt to fix the subtle bug with MEDIUMTASK structure …
|
|
|
@71376
|
7 years |
vboxsync |
Main/Machine: bugref:8345 Release Machine lock early enough, since …
|
|
|
@71317
|
7 years |
vboxsync |
Main/VBoxSVC: fix for bugref:9134: fixed missed check for null
|
|
|
@71315
|
7 years |
vboxsync |
bugref:8345. Removed trailing blanks.
|
|
|
@71309
|
7 years |
vboxsync |
bugref:8345. Improved logic updating the path of state files.
|
|
|
@71197
|
7 years |
vboxsync |
bugref:8345. The trailing blanks were removed.
|
|
|
@71192
|
7 years |
vboxsync |
bugref:8345. Cleaned up the code. Fixed an assertion on the debug …
|
|
|
@71161
|
7 years |
vboxsync |
Main/VBoxSVC,VBoxSDS: fix for bugref:8161: flower boxer …
|
|
|
@71151
|
7 years |
vboxsync |
Main/NetIf (bugref:8915) Fixed wireless detection on adapters with …
|
|
|
@71144
|
7 years |
vboxsync |
Main/VBoxSVC,VBoxSDS: fix for bugref:8161: fix scm warnings …
|
|
|
@71143
|
7 years |
vboxsync |
Main/VBoxSVC,VBoxSDS: fix for bugref:8161: fix build warning
|
|
|
@71142
|
7 years |
vboxsync |
Main/VBoxSVC,VBoxSDS: fix for bugref:8161: added and updated copyright
|
|
|
@71139
|
7 years |
vboxsync |
Main/VBoxSVC,VBoxSDS: fix for bugref:8161: added API client list …
|
|
|
@71108
|
7 years |
vboxsync |
Added speculation control settings to API, refined implementation.
|
|
|
@71097
|
7 years |
vboxsync |
bugref:8344. Added a simple check for existence of destination file …
|
|
|
@71063
|
7 years |
vboxsync |
Whitespace.
|
|
|
@71055
|
7 years |
vboxsync |
bugref:8344. Fixed adding a wrong extension for HDD medium type.
|
|
|
@71053
|
7 years |
vboxsync |
bugref: 8345. Added a function isMediumTypeSupportedForMoving(). …
|
|
|
@71018
|
7 years |
vboxsync |
Main,Installer: Made unattended installation work for rhel3 and friends.
|
|
|
@71012
|
7 years |
vboxsync |
Main,Installer: Made unattended installation work for rhel4 and …
|
|
|
@71011
|
7 years |
vboxsync |
Main,Installer: Made unattended installation work for rhel4 and …
|
|
|
@71007
|
7 years |
vboxsync |
Main,Installer: Made unattended installation of rhel5 and friends …
|
|
|
@71003
|
7 years |
vboxsync |
Main/UnattendedImpl.cpp: More old RHEL/OEL detection.
|
|
|
@70999
|
7 years |
vboxsync |
Main/Unattended: Started to detect RHEL and OEL iso images.
|
|
|
@70991
|
7 years |
vboxsync |
bugref:8345. Fixed the condition for moving floppy disk. Creation of …
|
|
|
@70973
|
7 years |
vboxsync |
bugref:8345. Fixed trailing blanks.
|
|
|
@70971
|
7 years |
vboxsync |
bugref:8345. Corrected progress setup and handling. Replaced RTPrintf …
|
|
|
@70918
|
7 years |
vboxsync |
VMM: NEM kick off.
|
|
|