Timeline
Jul 13, 2020:
- 9:48 PM Changeset in vbox [85322] by
- /Config.kmk: Add -Wno-undefined-var-template to the CXX warning …
- 9:27 PM Changeset in vbox [85321] by
- VBoxGuest.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
- 9:26 PM Changeset in vbox [85320] by
- lwip/icmp*.h: Clang 11 workaround. [grr] bugref:9790
- 9:18 PM Changeset in vbox [85319] by
- lwip/icmp*.h: Clang 11 workaround. bugref:9790
- 9:07 PM Changeset in vbox [85318] by
- HostServices: Clang 11++ adjustments. Eliminated pointless auto_ptr. …
- 8:12 PM Changeset in vbox [85317] by
- Main/comimpl.xsl: Cleanup - don't emit inline setters we don't need. …
- 6:20 PM Changeset in vbox [85316] by
- Additions/darwin: avoid double quoting of the file names to sign
- 5:32 PM Changeset in vbox [85315] by
- Main/comimpl.xsl: Use Utf8Str to store strings internally in the event …
- 5:24 PM Changeset in vbox [85314] by
- VBox/com/string.h: Corrected Utf8Str::cloneToEx implementation to …
- 4:30 PM Changeset in vbox [85313] by
- IPRT: Added RTPathFindCommon[Ex] + testcases [Doxygen fix].
- 4:12 PM Changeset in vbox [85312] by
- IPRT: Added RTPathFindCommon[Ex] + testcases [build fix].
- 4:07 PM Changeset in vbox [85311] by
- IPRT: Added RTPathFindCommon[Ex] + testcases.
- 1:09 PM Changeset in vbox [85310] by
- Main/comimpl.xsl,VirtualBox.xidl: Added an 'autogenflags' attribute to …
- 12:56 PM Changeset in vbox [85309] by
- Main: Try harder using the Utf8Str versions of the event stuff where …
- 12:38 PM Changeset in vbox [85308] by
- VBox/com/string.h: Some more Bstr assignEx methods. (forgot the …
- 12:38 PM Changeset in vbox [85307] by
- Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
- 12:10 PM Changeset in vbox [85306] by
- Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
- 10:25 AM Changeset in vbox [85305] by
- Main/comimpl.xsl,++: Make trivial internal setters return void rather …
- 10:14 AM Changeset in vbox [85304] by
- Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
- 10:10 AM Changeset in vbox [85303] by
- FE/Qt: bugref:9686. Trying to handle column width a bit better by …
- 10:08 AM Changeset in vbox [85302] by
- Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
- 10:07 AM Changeset in vbox [85301] by
- Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
- 10:04 AM Changeset in vbox [85300] by
- Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
- 9:54 AM Changeset in vbox [85299] by
- Main/comimpl.xsl: Use Log12 in the MAIN_EVENT group for event …
- 9:42 AM Changeset in vbox [85298] by
- Main/comimpl.xsl: Made the CreateXxxxEvent and ReuseXxxxEvent …
- 9:17 AM Changeset in vbox [85297] by
- FE/Qt: bugref:9686. Moving UIPerformanceMonitor to UICommon.
- 9:08 AM Changeset in vbox [85296] by
- Shared Clipboard/GuestHost: testcases -> testcase.
- 9:04 AM Changeset in vbox [85295] by
- Main/comimpl.xsl: Made the fireXxxxxEvent methods call FireEvent …
- 8:57 AM Changeset in vbox [85294] by
- Main/comimpl.xsl: Some event cleanups. bugref:9790
- 8:55 AM Changeset in vbox [85293] by
- Main/comimpl.xsl,EventImpl.h,Makefile.kmk: Some event cleanups. bugref:9790
- 8:19 AM Changeset in vbox [85292] by
- Main/VirtualBoxImpl.cpp: scm fix. bugref:9790
- 7:37 AM Changeset in vbox [85291] by
- Networking/DevVirtioNet_1_0.cpp: Made some performance tweaks and …
- 12:22 AM Changeset in vbox [85290] by
- Main/comimpl.xsl(VBoxEvents.*): Made the internal setter methods …
- 12:21 AM Changeset in vbox [85289] by
- VBox/com/array.h: Probably a good idea to check the …
- 12:19 AM Changeset in vbox [85288] by
- Main: Adding two Bstr::assignEx variants that returns HRESULT instead …
Jul 12, 2020:
- 11:44 PM Changeset in vbox [85287] by
- Main/VirtualBoxImpl.cpp: Fix copy&paste blunder in …
- 11:08 PM Changeset in vbox [85286] by
- Main: Refactored the generated event code implementation as Clang 11 …
- 3:20 PM Changeset in vbox [85285] by
- Main/Settings.cpp: Signed/unsigned conversion issue. bugref:9790
- 3:11 PM Changeset in vbox [85284] by
- Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
- 2:54 PM Changeset in vbox [85283] by
- Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
- 2:53 PM Changeset in vbox [85282] by
- Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
- 2:44 PM Changeset in vbox [85281] by
- Main/ApplianceImplImport.cpp: Fixed a VERR/HRESULT mixup, change all …
- 2:31 PM Changeset in vbox [85280] by
- Main/HostPower.cpp: Signed/unsigned conversion issue. bugref:9790
- 2:26 PM Changeset in vbox [85279] by
- Main/USBProxyBackendUsbIp.cpp: The 'unused' u32Status fields are …
- 2:25 PM Changeset in vbox [85278] by
- iprt/cdefs.h: Added signed variants of the endian conversion macros. …
- 1:58 PM Changeset in vbox [85277] by
- Main/UnattendedImpl.cpp: Signed/unsigned conversion issues wrt Port …
- 1:47 PM Changeset in vbox [85276] by
- Main/VRDEServerImpl.cpp: Workaround for Clang 11 nothrow/PPFN issue. …
- 1:44 PM Changeset in vbox [85275] by
- Main/UnattendedInstaller.cpp: Return code mixup (harmless). bugref:9790
- 1:32 PM Changeset in vbox [85274] by
- Main/PerformanceDarwin.cpp: Signed/unsigned conversion issues w/ …
- 1:14 PM Changeset in vbox [85273] by
- Main/PerformanceImpl.cpp: C++11 deprecated std::mem_fun -> …
- 12:39 PM Changeset in vbox [85272] by
- Main/iokit.cpp: Signed/unsigned conversion issues. bugref:9790
- 12:36 PM Changeset in vbox [85271] by
- Main/HostDnsServiceDarwin.cpp,++: Wrong index types (must use …
- 12:21 PM Changeset in vbox [85270] by
- Main/xpcom/server.cpp: Status code type mixup. Fixed …
- 12:18 PM Changeset in vbox [85269] by
- Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. [noref …
- 9:11 AM Ticket #19717 (Storage IO Erros With virtio-scsi Controller When Host I/O Cache is ...) created by
- On Ubuntu Server 20.04 guest in Virtualbox 6.1.2 on a Win10 (2004) …
- 1:11 AM Changeset in vbox [85268] by
- Main/xpcom/server.cpp: Status code type mixup. Fixed …
- 1:09 AM Changeset in vbox [85267] by
- Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
- 1:04 AM Changeset in vbox [85266] by
- Main/HostImpl.cpp: Some cleanups around …
- 1:01 AM Changeset in vbox [85265] by
- Main/NetIf-win.cpp: createObject status should be checked and removed …
- 12:56 AM Changeset in vbox [85264] by
- Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
- 12:24 AM Changeset in vbox [85263] by
- Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. bugref:9790
- 12:11 AM Changeset in vbox [85262] by
- Main/VirtualBoxImpl.cpp: Signed/unsigned conversion issues. Left a …
- 12:01 AM Changeset in vbox [85261] by
- Main/SnapshotImpl.cpp: Unused member m_uMemSize in …
Jul 11, 2020:
- 11:59 PM Changeset in vbox [85260] by
- Main/HostImpl.cpp: Signed/unsigned conversion issue. bugref:9790
- 11:58 PM Changeset in vbox [85259] by
- Main/HostPowerDarwin.cpp: float/double constant mix. bugref:9790
- 11:55 PM Changeset in vbox [85258] by
- Main/USBIdDatabase.h: Signed/unsigned conversion issues. bugref:9790
- 11:54 PM Changeset in vbox [85257] by
- Main/MachineImpl.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:41 PM Changeset in vbox [85256] by
- Main/MachineImpl.cpp: Use printf and appendPrintf rather than …
- 11:39 PM Changeset in vbox [85255] by
- Main/VRDEServerImpl.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:31 PM Changeset in vbox [85254] by
- iprt/bldprog-strtab.h: Signed/unsigned conversion issues. bugref:9790
- 11:26 PM Changeset in vbox [85253] by
- Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:26 PM Changeset in vbox [85252] by
- Main/HostVideoInputDeviceImpl.cpp: Workaround for Clang 11 …
- 11:17 PM Changeset in vbox [85251] by
- Main/ProgressImpl: Better solution to the LONG aResultCode issue of …
- 11:10 PM Changeset in vbox [85250] by
- Main/ProgressProxyImpl.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:10 PM Changeset in vbox [85249] by
- Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:09 PM Changeset in vbox [85248] by
- Main/HostNetworkInterfaceImpl.cpp: Signed/unsigned conversion issues. …
- 11:09 PM Changeset in vbox [85247] by
- Main/CloudProviderManagerImpl.cpp: Signed/unsigned conversion issues. …
- 11:08 PM Changeset in vbox [85246] by
- OpenGLTest/darwin: Use the right template and disable warning/error …
- 11:07 PM Changeset in vbox [85245] by
- Main/PCIDeviceAttachmentImpl.cpp: Signed/unsigned conversion issues. …
- 11:07 PM Changeset in vbox [85244] by
- Main/DisplayPNGUtil.cpp: Signed/unsigned conversion issues. bugref:9790
- 11:06 PM Changeset in vbox [85243] by
- Main/BandwidthControlImpl.cpp: Signed/unsigned conversion issues. …
- 11:05 PM Changeset in vbox [85242] by
- Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
- 11:03 PM Changeset in vbox [85241] by
- Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
- 11:02 PM Changeset in vbox [85240] by
- Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
- 11:00 PM Changeset in vbox [85239] by
- Main/EventImpl.cpp: Made VBoxEvent::waitProcessed and …
- 4:37 PM Changeset in vbox [85238] by
- Main/HashedPw.cpp: Signedness warning. bugref:9790
- 4:37 PM Changeset in vbox [85237] by
- Main/VirtualBoxErrorInfoImpl: More signedness warnings. bugref:9790
- 4:35 PM Changeset in vbox [85236] by
- Main/Matching: Removed unused member mDefIgnoreCase from …
- 4:34 PM Changeset in vbox [85235] by
- Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
- 4:31 PM Changeset in vbox [85234] by
- Main/DHCPConfigImpl.cpp: Signedness warnings. bugref:9790
- 4:30 PM Changeset in vbox [85233] by
- Main/ExtPackUtil.cpp: Fixed a error string construction bug in …
- 4:29 PM Changeset in vbox [85232] by
- Main/ExtPackManagerImpl.cpp: Fixed error accumulation bug in …
- 4:26 PM Changeset in vbox [85231] by
- NetworkServices/DhcpOptions: Signed warning fixes. bugref:9790
- 4:26 PM Changeset in vbox [85230] by
- NetworkServices/DhcpOptions: Signed warning fix. bugref:9790
- 4:21 PM Changeset in vbox [85229] by
- iprt/cdefs.h: Fixed Clang 11 warnings about RT_MAKE_U32_FROM_U8. …
- 4:19 PM Changeset in vbox [85228] by
- iprt/string.h: Shut up sign conversion warnings. bugref:9790
- 4:18 PM Changeset in vbox [85227] by
- VBox/VMMDev.h: Shut up sign conversion warnings. bugref:9790
- 4:18 PM Changeset in vbox [85226] by
- iprt/critsect.h: Shut up sign conversion warnings. bugref:9790
- 4:17 PM Changeset in vbox [85225] by
- iprt/cpuset.h: Shut up sign conversion warnings. bugref:9790
- 4:17 PM Changeset in vbox [85224] by
- iprt/asn1.h: Shut up sign conversion warnings. bugref:9790
- 4:17 PM Changeset in vbox [85223] by
- iprt/asm.h: Shut up sign conversion warnings. bugref:9790
- 4:16 PM Changeset in vbox [85222] by
- Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
- 4:13 PM Changeset in vbox [85221] by
- vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter …
- 3:42 PM Changeset in vbox [85220] by
- VBoxManageGuestCtrl.cpp: Must not use RT_ZERO on pCtx in …
- 2:28 PM Changeset in vbox [85219] by
- Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
- 2:09 PM Changeset in vbox [85218] by
- Main/VFSExplorerImpl.cpp: Corrected totally messed up …
- 1:56 PM Changeset in vbox [85217] by
- Main/MachineImplMoveVM.cpp: Two FAILED/RT_FAILURE mixups. One sign …
- 1:37 PM Changeset in vbox [85216] by
- Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
- 1:30 PM Changeset in vbox [85215] by
- Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
- 1:04 PM Changeset in vbox [85214] by
- Main/ProcessImpl.cpp: Tweaked the waitForOperationCompletion and …
- 12:28 PM Changeset in vbox [85213] by
- SUP: SUPGetTscDeltaSlow should return int64_t not uint64_t (kudos to …
- 12:27 PM Changeset in vbox [85212] by
- Main/QMTranslatorImpl.cpp: Sign conversion issues with Clang 11. Fixed …
- 12:03 PM Ticket #19716 (Total freeze VM after resume PC from sleep with multi-display) created by
- I have notebook with additional display connected. After resume PC …
- 10:52 AM Changeset in vbox [85211] by
- iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
- 10:51 AM Changeset in vbox [85210] by
- Main/DisplayResampleImage.cpp: sign error/warning fix for Clang 11. …
- 10:38 AM Changeset in vbox [85209] by
- xpcom18a4/python: Adjustment for .tbd introduction in 10.11. bugref:9790
Jul 10, 2020:
- 11:58 PM Changeset in vbox [85208] by
- iprt/time-r0drv-linux.c: Cleaned up RTTimeNow a little, we try use the …
- 10:29 PM Ticket #19715 (VRDP/VBoxAuth not accepting MSTSC connection) created by
- I've been trying to do this off and on for several years and on many …
- 10:18 PM Ticket #19714 (USB Port filter should use Linux USB bus id instead of a random number) created by
- On Linux the "port" field in the "USB Filter" should ideally use the …
- 9:31 PM Changeset in vbox [85207] by
- iprt/time.h: I was mistaken we actually need timespec for older …
- 9:02 PM Changeset in vbox [85206] by
- iprt/time.h: Blind attempt at cleaning up the linux timespec & timeval …
- 7:51 PM Changeset in vbox [85205] by
- iprt/time.h: RTTimeSpecGetNtTime should return a signed value, rather …
- 7:43 PM Changeset in vbox [85204] by
- shaderlib/wine: Clang 11 adjustments - 3rd try. bugref:9790
- 7:29 PM Changeset in vbox [85203] by
- shaderlib/wine: Clang 11 adjustments - 2nd try. bugref:9790
- 4:04 PM Changeset in vbox [85202] by
- IPRT:Linux: fix time.h regression of bugref: 9757: 6.0/6.1 GA kernel …
- 3:22 PM Changeset in vbox [85201] by
- libxml2: Fix enum compare for Clang 11. bugref:9790
- 3:16 PM Changeset in vbox [85200] by
- Storage/VMDK.cpp: Missing DECLCALLBACK on definition. bugref:9794
- 3:14 PM Changeset in vbox [85199] by
- DrvHostCoreAudio: Missing DECLCALLBACKs on prototypes. …
- 3:14 PM Changeset in vbox [85198] by
- DevPciIch9: Missing DECLCALLBACK on two SetIrq callbacks. bugref:9794
- 3:13 PM Changeset in vbox [85197] by
- DevSmc.cpp: Missing DECLCALLBACK on definitions. bugref:9794
- 3:12 PM Changeset in vbox [85196] by
- shaderlib/wine: Clang 11 adjustments. bugref:9790
- 3:12 PM Changeset in vbox [85195] by
- slirp: Clang 11 / OSX SDK 10.13 adjustments. bugref:9790
- 3:10 PM Changeset in vbox [85194] by
- VirtioCore.h: Removed extra virtioCoreGCPhysChainCalcBufSize prototype …
- 3:09 PM Changeset in vbox [85193] by
- VBoxDDUDeps.cpp,DevINIP.cpp: Workaround for Clang 11 nothrow …
- 3:05 PM Changeset in vbox [85192] by
- FE/Qt: bugref:9722: VirtualBox Manager: Implement Copy console …
- 2:59 PM Changeset in vbox [85191] by
- FE/Qt: bugref:9722: VirtualBox Manager: Separate Console menu rules …
- 2:51 PM Changeset in vbox [85190] by
- FE/Qt: bugref:9722: UICloudNetworkingStuff: Extend wrappers with …
- 2:42 PM Changeset in kBuild [3405] by
- sdks: Added MACOSX1010.
- 1:26 PM Changeset in vbox [85189] by
- scm: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:24 PM Changeset in vbox [85188] by
- VMM/HMVMXR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:24 PM Changeset in vbox [85187] by
- VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:23 PM Changeset in vbox [85186] by
- VMM/TMAllVirtual.cpp: Missing DECLCALLBACK on …
- 1:22 PM Changeset in vbox [85185] by
- VMM/PGMAllGst.cpp: Corrected to prototype for inline function. bugref:9794
- 1:22 PM Changeset in vbox [85184] by
- VMM/IEMAll.cpp: Corrected to prototypes for inline functions. bugref:9794
- 1:21 PM Changeset in vbox [85183] by
- VMM/CPUMAllMsrs.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:20 PM Changeset in vbox [85182] by
- pdmpcidev*.h: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:20 PM Changeset in vbox [85181] by
- VMM/PDMR3Task.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:19 PM Changeset in vbox [85180] by
- VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
- 1:19 PM Changeset in vbox [85179] by
- VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790
- 12:58 PM Changeset in vbox [85178] by
- OCI: (bugref:9469) help, showvminfo and 'experimental' label in UI.
- 12:57 PM Changeset in vbox [85177] by
- DBGCGdbRemoteStub.cpp: Missing DECLCALLBACK a bunch of places. bugref:9794
- 12:54 PM Changeset in vbox [85176] by
- /Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older …
- 12:52 PM Changeset in vbox [85175] by
- darwin/VBoxUSB.cpp: printf non-sense with Clang 11. bugref:9790
- 12:37 PM Changeset in vbox [85174] by
- SUPDrv: flower box upgrade
- 12:30 PM Changeset in vbox [85173] by
- FE/Qt: bugref:9515. Removing some image file.
- 12:10 PM Changeset in vbox [85172] by
- SUPDrv: Build fixes for Xcode 11 / SDK 10.13. bugref:9790
- 12:09 PM Changeset in vbox [85171] by
- SUPDrv.cpp: Clang 11 nothrow workaround. bugref:9794
- 12:08 PM Changeset in vbox [85170] by
- /Config.kmk: R0 driver code needs …
- 10:33 AM Changeset in vbox [85169] by
- VMM/tstCFGM: Allocate zeroed memory for the user mode VM structure, …
- 10:25 AM Ticket #19713 (Virtual Box Booting Issue) created by
- I am Using using Ubuntu version : Ubuntu 18.04.4 LTS …
- 10:13 AM Changeset in vbox [85168] by
- FE/Qt: bugref:9515. More improvements
- 10:06 AM Changeset in vbox [85167] by
- IPRT/r0drv/darwin: Workarounds for stupid printf %p validation. bugref:9790
- 10:05 AM Changeset in vbox [85166] by
- tstIprtList: Clang 11 nothrow bug/weirdness wrt arrays. bugref:9790 …
- 10:05 AM Changeset in vbox [85165] by
- /Config.kmk: R0 driver code needs -Wno-nullability-extension and …
- 9:54 AM Changeset in vbox [85164] by
- VBoxRTDeps.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
- 9:53 AM Changeset in vbox [85163] by
- IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790
- 9:53 AM Changeset in vbox [85162] by
- IPRT/http-curl.cpp: Deprecated function, missing RT_NOTHROW_DEF. …
- 9:01 AM Changeset in vbox [85161] by
- /Config.kmk: VBOX_GCC_Wno-c++17-compat-mangling bugref:9790
- 9:01 AM Changeset in vbox [85160] by
- *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
- 6:59 AM Changeset in vbox [85159] by
- ValidationKit/tdStorageBenchmark1: Don't use the .disk suffix but …
- 5:32 AM Changeset in vbox [85158] by
- PCnet: Dump BCR18 (DWIO) in info handler, too.
Jul 9, 2020:
- 9:31 PM Ticket #19712 (Repeatedly adding file extensions in disk creation) created by
- In the "Create Virtual Hard Disk" dialog during the creation of a new …
- 7:48 PM Changeset in vbox [85157] by
- FE/Qt: bugref:9515: - Marking pages and widgets correctly when they …
- 5:29 PM Changeset in vbox [85156] by
- Devices/Graphics: Release texture object on failure (reverted a part …
- 5:27 PM Changeset in vbox [85155] by
- IPRT: Added RTStrSplit + testcases [build fix].
- 5:22 PM Changeset in vbox [85154] by
- IPRT: Added RTStrSplit + testcases.
- 3:48 PM Changeset in vbox [85153] by
- Devices/Graphics: Release texture object on failure, bugref:9747
- 3:42 PM Changeset in vbox [85152] by
- Linux modules: fix makefile typo in previous change
- 2:41 PM Changeset in vbox [85151] by
- FE/Qt: bugref:9722: VirtualBox Manager: Implement action to copy …
- 1:58 PM Ticket #19711 (VB GAs are taking over the guest clipboard even with VB clipboard ...) created by
- Although this issue is literally driving our team nuts I'm afraid we …
- 12:56 PM Changeset in vbox [85150] by
- FE/Qt: bugref:9515. Marking more widgets.
- 10:45 AM Changeset in vbox [85149] by
- Yet another build fix for r139093.
- 10:28 AM Changeset in vbox [85148] by
- Another build fix for r139093.
- 10:24 AM Changeset in vbox [85147] by
- Build fix for r139093.
- 10:20 AM Changeset in vbox [85146] by
- Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
- 9:59 AM Changeset in vbox [85145] by
- DnD/HostService: Improved verification of …
- 9:20 AM Ticket #19710 (Problem to start VM Virtual Box) created by
- 2230.2724: Log file opened: 6.1.10r138449 …
- 9:19 AM Changeset in vbox [85144] by
- Another attempt to fix oem2 build.
- 9:16 AM Changeset in vbox [85143] by
- Attempt to fix oem2 build.
- 8:39 AM Changeset in vbox [85142] by
- Partial build fix for r139085.
- 8:28 AM Changeset in vbox [85141] by
- Reverted r139086.
- 8:16 AM Changeset in vbox [85140] by
- Build fix for r139085.
- 7:59 AM Ticket #19709 (Windows 10 guest on Linux host aborts with VMSVGA3d OpenGL error 0x501 ...) created by
- Host is Ubuntu 20.04 with NVidia 440.100 drivers. Guest is Windows 10 …
- 7:49 AM Changeset in vbox [85139] by
- OCI: (bugref:9469) Proxy support (without authentication) for local …
- 7:26 AM Changeset in vbox [85138] by
- VBoxManageSnapshot.cpp: Unnecessary conversion.
- 7:21 AM Changeset in vbox [85137] by
- FE/Qt: bugref:9515: A bit of cleanup for r139081.
- 7:02 AM Changeset in vbox [85136] by
- FE/Qt: Removing some empty lines.
- 6:59 AM Changeset in vbox [85135] by
- FE/Qt: bugref:9515. Marking the iso file selector if it breaks isComplete.
- 6:46 AM Changeset in vbox [85134] by
- Devices/Storage/LsiLogic: Fix regression introduced in r139017, bugref:9767
- 4:22 AM Changeset in vbox [85133] by
- OCI: Get instance console connection information as part of …
- 2:26 AM Changeset in vbox [85132] by
- Network/DevVirtioNet_1_0 fixed accidental renaming of some constants
- 12:24 AM Changeset in vbox [85131] by
- Doxyfile*: Adjustments. bugref:9794
- 12:15 AM Changeset in vbox [85130] by
- Doxyfile*: Adjustments. bugref:9794
- 12:05 AM Changeset in vbox [85129] by
- SUPLib: Make the suplibOs* hidden. bugref:9794
Jul 8, 2020:
- 11:58 PM Changeset in vbox [85128] by
- SUPLib: valign. bugref:9794
- 11:42 PM Changeset in vbox [85127] by
- iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
- 11:04 PM Changeset in vbox [85126] by
- iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
- 10:51 PM Changeset in vbox [85125] by
- drm/indent.sed: Forgot about this magic/non-sense. bugref:9794
- 9:13 PM Changeset in vbox [85124] by
- *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
- 9:04 PM Ticket #19708 (Memory Reference Error) created by
- When running Ubuntu 20 (Linux Mint AND Budgie) I get a memory …
- 8:15 PM Changeset in vbox [85123] by
- iprt/cdefs.h: Some cleaning up. bugref:9794
- 7:39 PM Changeset in vbox [85122] by
- VBoxVidoeIPRT.h: Fix. bugref:9794
- 7:33 PM Changeset in vbox [85121] by
- iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
- 7:14 PM Changeset in vbox [85120] by
- ValKit/bs2-test1: IA32_FLUSH_CMD benchmark (disabled).
- 7:13 PM Changeset in vbox [85119] by
- SUPHard: DECL_HIDDEN_NOTHROW. bugref:9794
- 5:57 PM Changeset in vbox [85118] by
- FE/Qt: bugref:9515: A bit of cleanup for UIPasswordLineEdit which is …
- 5:43 PM Changeset in vbox [85117] by
- PCnet: Disabled NetShaper support (see bugref:9768).
- 5:34 PM Ticket #19707 (Add ability to sort and group virtual computers with tags) created by
- I think it would be useful to be able to tag virtuals with some sort …
- 5:08 PM Changeset in vbox [85116] by
- scm
- 4:52 PM Changeset in vbox [85115] by
- FE/Qt: bugref:9515: New eye icons for UIUserNamePasswordEditor.
- 4:38 PM Changeset in vbox [85114] by
- Build fix.
- 4:33 PM Changeset in vbox [85113] by
- PCnet: Reworked TMD access to better match real hardware (see bugref:9768).
- 4:17 PM Changeset in vbox [85112] by
- GA: bugref:9773: Fixed incorrect impersonation level during the pipe …
- 3:41 PM Changeset in vbox [85111] by
- FE/Qt: bugref:9722: VirtualBox Manager: Implement Create and Delete …
- 2:23 PM Changeset in vbox [85110] by
- FE/Qt: bugref:9515. Fixing more isComplete related stuff
- 2:03 PM Changeset in vbox [85109] by
- Resolved other part of xtracker #9766. Rearranged structs, arrays and …
- 12:02 PM Changeset in vbox [85108] by
- FE/Qt: bugref:9515. Working on isComplete of the expert page.
- 11:11 AM Ticket #19706 (MacOS hosts no longer able to run VBoxHeadless as of 6.0.18 and 6.1.4 ...) created by
- It is impossible to launch a VM in headless mode because of a problem …
- 11:02 AM Changeset in vbox [85107] by
- doc/manual: Clarify NAT/NAT service behavior regarding loopback …
- 10:24 AM Changeset in vbox [85106] by
- Frontends/VBoxManage: Convert "VBoxManage snapshot VMNAME edit" to use …
- 9:32 AM Changeset in vbox [85105] by
- Storage/VMDK: Some fixes for deletion of files when closing images …
- 8:48 AM Changeset in vbox [85104] by
- FE/Qt: bugref:9515. Enabling disabling unatteded related widgets correctly
- 8:39 AM Changeset in vbox [85103] by
- Devices/Storage/DevBusLogic: Improve emulation to match real hardware, …
- 8:25 AM Changeset in vbox [85102] by
- Devices/Storage/DevLsiLogicSCSI: Use the default devie critical …
- 8:16 AM Changeset in vbox [85101] by
- Devices/Storage/DevLsiLogicSCSI: Use the default devie critical …
Jul 7, 2020:
- 9:51 PM Changeset in vbox [85100] by
- Installer/darwin: bugref:9771 Improve error handling when installing …
- 7:02 PM Changeset in vbox [85099] by
- VBox/cdefs.h,VBoxGuestLib.h: Make all _DECL macros NOTHROW'ers. bugref:9794
- 7:01 PM Changeset in vbox [85098] by
- iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
- 7:01 PM Changeset in vbox [85097] by
- iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
- 7:01 PM Changeset in vbox [85096] by
- iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and …
- 6:55 PM Changeset in vbox [85095] by
- SUP: No need to use RT_NOTHROW_* with DECL_HIDDEN_NOTHROW, at least …
- 6:46 PM Changeset in vbox [85094] by
- SUPHardNt: nit
- 6:23 PM Changeset in vbox [85093] by
- SUPLib: Adjustments to avoid CxxFrameHandler4. bugref:9794
- 6:22 PM Changeset in vbox [85092] by
- iprt/cdefs.h: Introducing DECL_HIDDEN_NOTHROW for use on functions …
- 5:24 PM Changeset in vbox [85091] by
- Doxyfile*: nothrow/noexcept adjustments. bugref:9794
- 5:20 PM Changeset in vbox [85090] by
- FE/Qt: bugref:9515. Still kicking the expert mode page.
- 5:08 PM Changeset in vbox [85089] by
- gen-slickedit-workspace.sh: Updates. bugref:9794
- 5:08 PM Changeset in vbox [85088] by
- iprt/nt/nt.h: Introducing RT_DECL_NTAPI. bugref:9794
- 5:02 PM Changeset in vbox [85087] by
- iprt/asm.h: add RT_NOTHROW* stuff to just be sure. bugref:9794
- 5:01 PM Changeset in vbox [85086] by
- iprt/cdefs.h: Make RT*DECL, DECLCALLBACK*, and DECLINLINE imply …
- 4:54 PM Changeset in vbox [85085] by
- IPRT/tstLdr-4: Function cast fix. bugref:9794
- 4:53 PM Changeset in vbox [85084] by
- IPRT/rest: Another missing RT_NOEXCEPT. bugref:9167
- 2:34 PM Changeset in vbox [85083] by
- Fix #9766
- 2:20 PM Ticket #19705 (E_FAIL (0x80004005)-IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}) created by
- Dear all, Host : Windows 7 Enterprise 64bit, Laptop Toshiba Satellite …
- 2:04 PM Changeset in vbox [85082] by
- icmp_input: don't keep a mbuf reference after we pass it to a function …
- 12:03 PM Changeset in vbox [85081] by
- FE/Qt: bugref:9515. First go at the expert mode page.
- 10:37 AM Changeset in vbox [85080] by
- FE/Qt: bugref:9722: VirtualBox Manager: Rework group and machine …
- 9:25 AM Ticket #19704 (VirtualBox 6.1.8 machine restart crash) created by
- Hello. VirtualBox 6.1.8-137981 works fine, but randomly when …
- 7:54 AM Changeset in vbox [85079] by
- FE/Qt: bugref:9515. Some refactoring
- 6:45 AM Changeset in vbox [85078] by
- FE/Qt: bugref:9515. Making the widget creation a bit more modular in …
Jul 6, 2020:
- 9:00 PM Changeset in vbox [85077] by
- USBProxyDevice-darwin.cpp: Build fix. bugref:9790
- 8:59 PM Changeset in vbox [85076] by
- iprt/errcore.h: Apply RT_NO_THROW_DEF to the inlined RTErrStrictType …
- 5:17 PM Changeset in vbox [85075] by
- IPRT/string: Stop using the 'register' keyword as Clang warns in C++11 …
- 5:17 PM Changeset in vbox [85074] by
- ValKit/cpu-numa.cpp: Stop using the 'register keyword as Clang warns …
- 5:17 PM Changeset in vbox [85073] by
- PGMAllGst.h: Stop using the 'register' keyword as Clang warns in C++11 …
- 4:45 PM Linux build instructions edited by
- (diff)
- 2:42 PM Changeset in vbox [85072] by
- tstRTInlineAsm.cpp: Stop using the 'register' keyword, Clang barfs on …
- 1:30 PM Changeset in vbox [85071] by
- FE/Qt: bugref:9515. Removing margins from the container layouts
- 1:04 PM Changeset in vbox [85070] by
- /Config.kmk: Apply VBOX_GCC_std to all relevant templates so we can …
- 1:01 PM Changeset in vbox [85069] by
- iprt/cdefs.h: Map RT_NO_THROW_PROTO/DEF onto noexcept when possible as …
- 12:57 PM Changeset in vbox [85068] by
- IPRT/crc32-zlib.cpp: Clang build fix. bugref:9790
- 12:56 PM Changeset in kBuild [3404] by
- CLANG??MACHO.kmk: Must truncate the response file now that it is precious.
- 12:49 PM Changeset in vbox [85067] by
- FE/Qt: bugref:9515. Making widget creation functions a bit more modular.
- 11:39 AM Changeset in vbox [85066] by
- FE/Qt: bugref:9515. Some text changes.
- 11:12 AM Changeset in vbox [85065] by
- Additions/linux/sharedfolders: Assign our own backing device …
- 10:42 AM Changeset in vbox [85064] by
- FE/Qt: bugref:9515. Renaming PageDisk to Page3
- 10:19 AM Changeset in vbox [85063] by
- FE/Qt: bugref:9515. Merging virtual machine hardware and disk pages.
- 10:18 AM Ticket #19703 (VBoxManage and VirtualBox Manager lock up) created by
- On 4.15.0-108-generic my VirtualBox works fine. Upgrading to …
- 10:03 AM Changeset in vbox [85062] by
- /Config.kmk: Moved -Wl,-headerpad_max_install_names to the templates …
- 9:31 AM Changeset in vbox [85061] by
- xpcom18a4/python: Adjustments for newer Xcode versions. bugref:9790
- 9:29 AM Changeset in kBuild [3403] by
- More CLANGXXMACHO.kmk tweaking. Added script for generating a …
- 9:29 AM Changeset in kBuild [3402] by
- header.kmk: Added KMK_WITH_VERSION_COMPARE indicator mirroring …
Jul 5, 2020:
- 9:25 PM Changeset in vbox [85060] by
- tools/darwin.amd64: Simple SDK extractor tool.
- 8:06 PM Ticket #19510 (Webcam Lenovo P50 doesn't work => insufficient information provided) reopened by
- 3:58 PM Changeset in kBuild [3401] by
- kBuild: Adding CLANGXXMACHO tool and MACOSX1013 sdk.
Jul 4, 2020:
- 8:56 AM Ticket #19702 (在开启了 Hyper-V 的 Windows 10 上运行 VirtualBox 虚拟机,会发生崩溃) created by
- 我在 VirtualBox 上运行 Arch Linux 操作系统时,虚拟机出现错误,导致我无法安装 Arch Linux …
- 7:03 AM Ticket #19701 (Cannot list raw disk partition table when sector size != 512 bytes) created by
- VBoxManage returns an empty partition table when the disk has a sector …
Jul 3, 2020:
- 7:54 PM Ticket #19700 (Impossible d'installer le systeme de base) created by
- Je tente de créer une machine virtuelle sous Kali Linux depuis …
- 7:42 PM Changeset in vbox [85059] by
- WDDM: tweaked miniport capabilities to be at Win7+ level
- 7:36 PM Changeset in vbox [85058] by
- WDDM: fixed HSyncFreq calculation
- 7:19 PM Changeset in vbox [85057] by
- wddm/dbg/D3DFeatureLevel: compilation fixes
- 2:59 PM Changeset in vbox [85056] by
- FE/Qt: bugref:9515. Some fixes
- 2:48 PM Ticket #19699 (Error opening virtual box after upgrade to 6.1) created by
- Hello, After upgrade to 6.1 i can no longer open my virtual box image …
- 1:29 PM Ticket #19698 (System Boot) created by
- I am new on VM 6.1.10 I have no idea how to handle the problem. Please …
- 12:41 PM Changeset in vbox [85055] by
- FE/Qt: bugref:9515. Merging 3 pages into a single one.
- 11:52 AM Changeset in vbox [85054] by
- VirtioCore.cpp: scm fix.
- 11:33 AM Changeset in vbox [85053] by
- FE/Qt: bugref:9515: New VM wizard: Improving Basic1 page layout and …
- 11:18 AM Changeset in vbox [85052] by
- FE/Qt: bugref:9515: UINameAndSystemEditor: A possibility to define …
- 11:15 AM Changeset in vbox [85051] by
- FE/Qt: bugref:9515: UINameAndSystemEditor: NLS fix for more wise usage …
- 9:49 AM Changeset in vbox [85050] by
- kBuildTools/VBoxXcode62.kmk: Shut up warnings about duplicate …
- 9:48 AM Changeset in vbox [85049] by
- Manual/Known issues: Update on Hyper-V / Device Guard / Credential Guard.
- 9:34 AM Changeset in vbox [85048] by
- *.kmk: Replaced $(int-* ) with $(expr ). bugref:9790
- 9:16 AM Changeset in vbox [85047] by
- Manual: Removed 2D acceleration support from experimental features.
- 8:56 AM Changeset in vbox [85046] by
- /Config.kmk: Reduce references to VBOX_WITH_NEW_XCODE and use the …
- 7:07 AM Changeset in vbox [85045] by
- Network/DevVirtioNet_1_0.cpp: Return virtioCoreVirtqAttach() to …
- 6:18 AM Changeset in vbox [85044] by
- FE/Qt: bugref:9515. Refactoring
- 6:13 AM Changeset in vbox [85043] by
- FE/Qt: bugref:9515. Cleaning
- 6:10 AM Changeset in vbox [85042] by
- FE/Qt: bugref:9515. Merging first two pages
Note:
See TracTimeline
for information about the timeline view.