# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Feb 3, 2025 3:41:09 PM Fri, 05 Oct 2012 11:57:08 GMT vboxsync [43556] * trunk/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp (modified) build fix Fri, 05 Oct 2012 11:23:42 GMT vboxsync [43555] * trunk/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp (modified) Main/PerformanceDarwin: switch to the runtime function for ... Fri, 05 Oct 2012 10:32:36 GMT vboxsync [43550] * trunk/src/VBox/Main/src-server/win/PerformanceWin.cpp (modified) build fix Fri, 05 Oct 2012 10:26:16 GMT vboxsync [43547] * trunk/src/VBox/Main/src-server/win/PerformanceWin.cpp (modified) Main/PerformanceWin: switch to the runtime function for determining ... Thu, 04 Oct 2012 16:28:57 GMT vboxsync [43546] * trunk/src/VBox/Main/webservice/websrv-php.xsl (modified) webservice/websrv-php.xsl: fix for safearray setters contributed by ... Thu, 04 Oct 2012 13:04:59 GMT vboxsync [43541] * trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp (modified) Main/Metrics: Speed may not fit into uint32_t fixed (#6345) Thu, 04 Oct 2012 12:24:20 GMT vboxsync [43538] * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/netif.h (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) Main/Metrics: Host network interface metrics for Solaris (#6345) Thu, 04 Oct 2012 10:01:56 GMT vboxsync [43534] * trunk/src/VBox/Main/glue/com.cpp (modified) Main: refined the total/available host RAM log message Wed, 03 Oct 2012 06:28:51 GMT vboxsync [43525] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Metrics: build fix Wed, 03 Oct 2012 06:20:22 GMT vboxsync [43524] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Metrics: Register metrics for bridged interfaces only (#6345) Wed, 03 Oct 2012 05:38:33 GMT vboxsync [43523] * trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp (modified) Main/Metrics: Do not fail if unable to get speed (#6345) Wed, 03 Oct 2012 04:44:37 GMT vboxsync [43522] * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp (modified) Main/Metrics: More fixes (#6345) Tue, 02 Oct 2012 16:35:00 GMT vboxsync [43518] * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Main: Allow configuring CD/DVD drives for SCSI/SAS. Tue, 02 Oct 2012 14:46:50 GMT vboxsync [43512] * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp (modified) Main/Metrics: build fix for lin32 Tue, 02 Oct 2012 13:22:31 GMT vboxsync [43507] * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/netif.h (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp (modified) * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) * trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp (modified) Main/Metrics: Alternative way to get link speed for old kernels (#6345) Mon, 01 Oct 2012 13:33:30 GMT vboxsync [43493] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImpl: warnings. Mon, 01 Oct 2012 09:07:25 GMT vboxsync [43479] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: properly lock objects when saving the media ... Mon, 01 Oct 2012 09:05:19 GMT vboxsync [43478] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium: fix race (involving several locks and the object ... Mon, 01 Oct 2012 07:38:01 GMT vboxsync [43476] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium: fix copy/paste bugs in error messages for resizing a medium Fri, 28 Sep 2012 18:07:55 GMT vboxsync [43471] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Metrics: Better call setVirtualBox before registerMetrics (#6439) Fri, 28 Sep 2012 18:00:07 GMT vboxsync [43470] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Metrics: Fixed SEGFAULT on attempt to configure host interface ... Fri, 28 Sep 2012 10:46:41 GMT vboxsync [43462] * trunk/include/VBox/HostServices/VBoxHostChannel.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostChannel.cpp (modified) * trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp (modified) * trunk/src/VBox/HostServices/HostChannel/HostChannel.h (modified) * trunk/src/VBox/HostServices/HostChannel/service.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) HGCM Host Channel service: implemented a generic Query function. Fri, 28 Sep 2012 06:36:09 GMT vboxsync [43456] * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) Main/Metrics: Missing interface detection (#6345) Thu, 27 Sep 2012 12:37:46 GMT vboxsync [43453] * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/PerformanceImpl.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) Main/Metrics: Fixed the issue causing unregistration of all metrics ... Thu, 27 Sep 2012 08:59:42 GMT vboxsync [43446] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: use bitmap updates for 3D redirect if nothing else ... Thu, 27 Sep 2012 08:28:59 GMT vboxsync [43445] * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) Main/Metrics: Host network metrics, linux only (#6345) Fri, 21 Sep 2012 09:51:44 GMT vboxsync [43388] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: raw TSMF close channel. Fri, 21 Sep 2012 09:40:25 GMT vboxsync [43387] * trunk/Makefile.kmk (modified) * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/err.mac (modified) * trunk/include/VBox/log.h (modified) * trunk/include/VBox/vmm/hm.h (moved) * trunk/include/VBox/vmm/hm_svm.h (moved) * trunk/include/VBox/vmm/hm_vmx.h (moved) * trunk/include/VBox/vmm/hm_vmx.mac (moved) * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (moved) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (moved) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (moved) * trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac (moved) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (moved) * trunk/src/VBox/VMM/VMMR3/HM.cpp (moved) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMBth.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMShw.h (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMRC/HMRCA.asm (moved) * trunk/src/VBox/VMM/VMMRC/VMMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp (modified) * trunk/src/VBox/VMM/include/EMHandleRCTmpl.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (moved) * trunk/src/VBox/VMM/include/HMInternal.mac (moved) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm (modified) * trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp (moved) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructDTrace.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) * trunk/src/recompiler/exec.c (modified) * trunk/src/recompiler/target-i386/op_helper.c (modified) VMM: HM cleanup. Fri, 21 Sep 2012 08:27:06 GMT vboxsync [43384] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: raw TSMF fix. Tue, 18 Sep 2012 14:42:48 GMT vboxsync [43351] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: host channel for raw TSMF interface (build fix). Tue, 18 Sep 2012 14:39:14 GMT vboxsync [43350] * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) ConsoleVRDPServer: host channel for raw TSMF interface. Tue, 11 Sep 2012 14:39:56 GMT vboxsync [43301] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) GuestCtrl: More error checking. Tue, 11 Sep 2012 13:36:38 GMT vboxsync [43299] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestCtrl: More error checking. Tue, 11 Sep 2012 12:41:49 GMT vboxsync [43297] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Spelling. Tue, 11 Sep 2012 10:36:00 GMT vboxsync [43288] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) GuestProcessImpl/WaitFor: Don't set an error when timing out. Sun, 09 Sep 2012 16:02:15 GMT vboxsync [43259] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) fixed a few gcc false positive warnings and two shadowed declarations Sat, 08 Sep 2012 03:38:02 GMT vboxsync [43256] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) Main/EFI: Permanent NVRAM save switched off by default. Fri, 07 Sep 2012 15:16:12 GMT vboxsync [43248] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) added a Win2k12_x64 OS type Thu, 06 Sep 2012 21:40:20 GMT vboxsync [43234] * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) Nvram.cpp: Missing space after DECLCALLBACK(void *) trips up the MSC ... Wed, 05 Sep 2012 12:48:49 GMT vboxsync [43201] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) GuestProcessImpl/GuestProcessTool: Handle all waiting results. Wed, 05 Sep 2012 12:47:46 GMT vboxsync [43200] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Warning. Wed, 05 Sep 2012 09:01:42 GMT vboxsync [43186] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: fix crash in rare circumstances (only saw it with a ... Wed, 05 Sep 2012 09:00:05 GMT vboxsync [43185] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: fix lock order violation on machine unregistration Tue, 04 Sep 2012 16:37:40 GMT vboxsync [43170] * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestCtrl: Handle bad_alloc, warnings. Tue, 04 Sep 2012 15:13:54 GMT vboxsync [43168] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: avoid debug assertion while shutting down many VMs ... Tue, 04 Sep 2012 14:31:29 GMT vboxsync [43165] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Typo. Tue, 04 Sep 2012 13:53:59 GMT vboxsync [43162] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestDirectoryImpl.h (modified) * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/Guest Control 2.0: Cleanup, separated guest error handling. Tue, 04 Sep 2012 13:26:13 GMT vboxsync [43161] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) ConsoleImpl.cpp: Attach and detach devices on EMT0 to serialize state ... Tue, 04 Sep 2012 09:00:28 GMT vboxsync [43157] * trunk/src/VBox/Devices/EFI/DevOVMF.cpp (modified) * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) EFI: save'n'restore support. Sat, 01 Sep 2012 02:48:03 GMT vboxsync [43142] * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) Main/EFI: useless stuff. Fri, 31 Aug 2012 14:18:10 GMT vboxsync [43139] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/Display: clean up the interface to the video recording code Fri, 31 Aug 2012 12:23:58 GMT vboxsync [43136] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.h (modified) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) Main/webservices: Raise SOAP FAULT in case of invalid string to ... Fri, 31 Aug 2012 12:01:55 GMT vboxsync [43133] * trunk/src/VBox/Main/include/Nvram.h (added) * trunk/src/VBox/Main/src-client/Nvram.cpp (added) export to OSE Fri, 31 Aug 2012 11:34:49 GMT vboxsync [43131] * trunk/include/VBox/vmm/pdmnvram.h (added) * trunk/src/VBox/Devices/EFI/DevOVMF.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) EFI: permanent NVRAM storage. Thu, 30 Aug 2012 15:08:50 GMT vboxsync [43112] * trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml (modified) * trunk/src/VBox/Additions/solaris/Mouse/vboxmslnk.xml (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd (modified) whitespace Thu, 30 Aug 2012 14:07:43 GMT vboxsync [43105] * trunk/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Installer/common/vboxapisetup.py (modified) * trunk/src/VBox/Main/glue/vboxapi.py (modified) * trunk/src/libs/xpcom18a4/python/gen_python_deps.py (modified) change comment style Thu, 30 Aug 2012 13:48:30 GMT vboxsync [43103] * trunk/doc/manual/docbook2latex.xsl (modified) * trunk/doc/manual/xidl2docbook.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Installer/solaris/virtualbox-autostart.xml (modified) * trunk/src/VBox/Installer/solaris/virtualbox-balloonctrl.xml (modified) * trunk/src/VBox/Installer/solaris/virtualbox-webservice.xml (modified) * trunk/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml (modified) * trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl (modified) * trunk/src/VBox/Main/cbinding/xpcidl.xsl (modified) * trunk/src/VBox/Main/glue/constants-python.xsl (modified) * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/idl/comimpl.xsl (modified) * trunk/src/VBox/Main/idl/docstrip.xsl (modified) * trunk/src/VBox/Main/idl/doxygen.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) * trunk/src/VBox/Main/src-all/win/VirtualBox_rgs.xsl (modified) * trunk/src/VBox/Main/webservice/platform-xidl.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-nsmap.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-php.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-python.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-shared.inc.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-typemap.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl-service.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl (modified) * trunk/src/VBox/Main/xml/SchemaDefs.xsl (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) * trunk/src/VBox/Runtime/VBox/errmsgvboxcom.xsl (modified) * trunk/src/libs/xpcom18a4/java/tools/genjifaces.xsl (modified) whitespace/comment touchup Wed, 29 Aug 2012 17:01:42 GMT vboxsync [43088] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Win8: no 3D for new VMs because that's more stable. The user can ... Wed, 29 Aug 2012 10:24:46 GMT vboxsync [43065] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Documentation. Wed, 29 Aug 2012 10:09:43 GMT vboxsync [43064] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/Console: fix incorrect condition which prevented cancelling ... Wed, 29 Aug 2012 09:54:36 GMT vboxsync [43063] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/Machine+VirtualBox: fix bugs related to directoryIncludesUUID ... Wed, 29 Aug 2012 09:46:14 GMT vboxsync [43062] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Main/GuestProcessImpl: Fixed leak when building up argv vector. Wed, 29 Aug 2012 09:23:43 GMT vboxsync [43061] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestCtrl: Respect the ProcessCreateFlag_WaitForProcessStartOnly ... Wed, 29 Aug 2012 07:51:02 GMT vboxsync [43060] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: Updating WinXP + 2000: Fixed typo, do not ... Wed, 29 Aug 2012 07:47:42 GMT vboxsync [43058] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VBoxManage/UpdateAdditions: Implemented --wait-start to only wait for ... Tue, 28 Aug 2012 16:39:37 GMT vboxsync [43053] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: Exclude Windows 2000 + XP from automatic ... Tue, 28 Aug 2012 15:59:13 GMT vboxsync [43052] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: Set a higher timeout for Windows Guest ... Tue, 28 Aug 2012 13:58:40 GMT vboxsync [43041] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/VirtualBox: final API change, cleans up optional parameters to ... Tue, 28 Aug 2012 13:22:39 GMT vboxsync [43036] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/testcase/tstGuestCtrlContextID.cpp (modified) Main/GuestCtrl: Reduce number of maximum guest sessions at once to 32 ... Tue, 28 Aug 2012 12:41:27 GMT vboxsync [43034] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: More error handling. Tue, 28 Aug 2012 11:41:55 GMT vboxsync [43030] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: Don't wait for Guest Additions to be ready. Tue, 28 Aug 2012 06:43:23 GMT vboxsync [43023] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) Legacy IDE Support: eliminating the API support for configuring the ... Mon, 27 Aug 2012 19:25:04 GMT vboxsync [43010] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) *.kmk: Assume VBOX_WITH_COCOA_QT is always set. Mon, 27 Aug 2012 15:47:19 GMT vboxsync [43002] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Build fix. Mon, 27 Aug 2012 15:42:00 GMT vboxsync [43001] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/GuestSessionImplTasks: More code for updating Guest Additions. Mon, 27 Aug 2012 10:01:39 GMT vboxsync [42994] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedToolBar.cpp (modified) * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) warnings. Thu, 23 Aug 2012 18:07:53 GMT vboxsync [42957] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: fix complete breakage of registering VMs Thu, 23 Aug 2012 12:12:09 GMT vboxsync [42948] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) Make GCC happy. Thu, 23 Aug 2012 11:25:37 GMT vboxsync [42944] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/VideoRecAndEncode module: Replaced COM error codes with general ... Thu, 23 Aug 2012 10:18:41 GMT vboxsync [42937] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestSessionImplTasks/Update Additions: More error checks, logging ... Thu, 23 Aug 2012 07:26:48 GMT vboxsync [42930] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: fixed recently introduced typo which caused to show garbage in ... Wed, 22 Aug 2012 18:59:29 GMT vboxsync [42928] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main/GuestControl: forgot to actually start the mktemp process. Wed, 22 Aug 2012 16:08:40 GMT vboxsync [42926] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Build fix. Wed, 22 Aug 2012 15:34:37 GMT vboxsync [42924] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) GuestSessionImplTasks/Update Additions: Get rid of the env var hacks, ... Wed, 22 Aug 2012 15:33:56 GMT vboxsync [42923] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestSessionImplTasks/Update Additions: Get rid of the env var hacks, ... Wed, 22 Aug 2012 13:12:39 GMT vboxsync [42920] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Main/src-client/GuestProcessImpl.cpp: fix compiler warnings on XPCOM, ... Wed, 22 Aug 2012 13:11:46 GMT vboxsync [42919] * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main/Guest: fix logging which would crash because a smart pointer ... Wed, 22 Aug 2012 13:09:44 GMT vboxsync [42918] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/src-client/GuestSessionImplTasks.cpp: reorder initialization in ... Wed, 22 Aug 2012 08:22:26 GMT vboxsync [42913] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/VideoRecAndEncode module: removed COMGETTERS from ... Wed, 22 Aug 2012 00:58:51 GMT vboxsync [42911] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: Mac guest bump memory default size 1Gb -> 2Gb. Tue, 21 Aug 2012 13:53:54 GMT vboxsync [42907] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main: typo Tue, 21 Aug 2012 12:22:35 GMT vboxsync [42903] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: fix crash for restoring snapshots when the chipset type ... Tue, 21 Aug 2012 10:07:13 GMT vboxsync [42898] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) Guest Control 2.0: Bugfixes. Tue, 21 Aug 2012 10:03:52 GMT vboxsync [42897] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestDirectoryImpl.h (modified) * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/testcase/tstGuestCtrlContextID.cpp (modified) Guest Control 2.0: Bugfixes. Mon, 20 Aug 2012 17:45:13 GMT vboxsync [42890] * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/Machine: initializer method cleanup, makes the code easier to read Mon, 20 Aug 2012 17:44:10 GMT vboxsync [42889] * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main/Snapshot: stop abusing the mPeer field, because this triggers ... Mon, 20 Aug 2012 17:36:31 GMT vboxsync [42888] * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/VirtualBox: validate group names for collision with VM names. ... Mon, 20 Aug 2012 17:12:19 GMT vboxsync [42887] * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) whitespace Mon, 20 Aug 2012 10:00:07 GMT vboxsync [42878] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/VideoRec: a few fixes Mon, 20 Aug 2012 02:11:05 GMT vboxsync [42875] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Machine::GetNetworkAdapter: More details. (Testsuite doesn't check ...