VirtualBox

Timeline



Aug 23, 2021:

10:48 PM Changeset in vbox [90825] by vboxsync
iprt/cdefs.h: RT_VALID_PTR now only recognize kernel address in linux/r0.
10:47 PM Changeset in vbox [90824] by vboxsync
VMM: Don't use RT_VALID_PTR on ring-3 address in ring-0.
10:08 PM Changeset in vbox [90823] by vboxsync
iprt/cdefs.h,++: Retired VALID_PTR (use RT_VALID_PTR now).
10:04 PM Changeset in vbox [90822] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:04 PM Changeset in vbox [90821] by vboxsync
IPRT: More VALID_PTR -> RT_VALID_PTR with some bad-printf-pointer …
8:37 PM Changeset in vbox [90820] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:34 PM Changeset in vbox [90819] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:29 PM Changeset in vbox [90818] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:26 PM Changeset in vbox [90817] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:21 PM Changeset in vbox [90816] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:17 PM Changeset in vbox [90815] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:14 PM Changeset in vbox [90814] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:09 PM Changeset in vbox [90813] by vboxsync
Storage/VDDumpImage: Don't crash if pDisk->pInterfaceError is NULL.
8:08 PM Changeset in vbox [90812] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
8:02 PM Changeset in vbox [90811] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:52 PM Changeset in vbox [90810] by vboxsync
Storage/VDGetFilename: Don't validate output buffer content input …
7:41 PM Changeset in vbox [90809] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:36 PM Changeset in vbox [90808] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:31 PM Changeset in vbox [90807] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:23 PM Changeset in vbox [90806] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:09 PM Changeset in vbox [90805] by vboxsync
HostServices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:08 PM Changeset in vbox [90804] by vboxsync
HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:08 PM Changeset in vbox [90803] by vboxsync
Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:08 PM Changeset in vbox [90802] by vboxsync
Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
7:08 PM Changeset in vbox [90801] by vboxsync
iprt/assert.h: Added AssertPtrReturnStmt & AssertPtrReturnVoidStmt.
4:48 PM Changeset in vbox [90800] by vboxsync
FE/Qt: bugref:9996. Working on the expert page of the clone vd
4:48 PM Changeset in vbox [90799] by vboxsync
API:Making CMediumFormat::DescribeFileExtensions const.
3:59 PM Changeset in vbox [90798] by vboxsync
FE/Qt: bugref:8161: Runtime UI / UIMachineView: A bit of sanity checks …
3:25 PM Changeset in vbox [90797] by vboxsync
Fix copy/pasted assert
2:55 PM Changeset in vbox [90796] by vboxsync
FE/Qt: bugref:10067: Build fix for r146430; Forgot to move something.
2:51 PM Changeset in vbox [90795] by vboxsync
FE/Qt: bugref:10067: Notification signature for VM power-up progress …
1:16 PM Changeset in vbox [90794] by vboxsync
*: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:32 AM Changeset in vbox [90793] by vboxsync
Audio/ValKit: tdAudioTest.py: Toned down verbose logging for process …
10:29 AM Changeset in vbox [90792] by vboxsync
*: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:28 AM Changeset in vbox [90791] by vboxsync
Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:28 AM Changeset in vbox [90790] by vboxsync
Main: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:27 AM Changeset in vbox [90789] by vboxsync
IPRT: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
10:26 AM Changeset in vbox [90788] by vboxsync
Audio/VKAT: Space nit. bugref:10008
10:03 AM Changeset in vbox [90787] by vboxsync
Audio/ValKit: Try canceling the guest VKAT execution task to not run …
9:46 AM Changeset in vbox [90786] by vboxsync
Audio/ValKit: Use "--probe-backends" on the host and guests by default …
9:43 AM Changeset in vbox [90785] by vboxsync
*: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
9:42 AM Changeset in vbox [90784] by vboxsync
VMM: VALID_PTR -> RT_VALID_PTR.
9:30 AM Changeset in vbox [90783] by vboxsync
VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
9:27 AM Changeset in vbox [90782] by vboxsync
VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
9:26 AM Changeset in vbox [90781] by vboxsync
IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
9:25 AM Changeset in vbox [90780] by vboxsync
SUP: VALID_PTR -> RT_VALID_PTR.
9:05 AM Changeset in vbox [90779] by vboxsync
IPRT/RTStrFormatV: Pointer bad string pointer addresses, consolidate …
8:55 AM Changeset in vbox [90778] by vboxsync
DrvhostAudioWasApi: Deal with PKEY_AudioEngine_DeviceFormat returning …
8:22 AM Changeset in vbox [90777] by vboxsync
Audio/ValKit: Use "--probe-backends" on the host and guests by default …
8:16 AM Changeset in vbox [90776] by vboxsync
Audio/VKAT: Implemented "--probe-backends" commands to auto-probe all …
6:07 AM Changeset in vbox [90775] by vboxsync
Fix burn due to unwanted tab charager
5:59 AM Changeset in vbox [90774] by vboxsync
Add guards to Load Exec function and replicated fix from r145659 in …

Aug 21, 2021:

1:55 PM Changeset in vbox [90773] by vboxsync
VBoxNetAdpCtl: bugref:8093. Rewrite command line processing to be …
6:17 AM Changeset in vbox [90772] by vboxsync
Audio/ValKit: tdAudioTest.py: Always decode process output as UTF-8. …
1:36 AM Changeset in vbox [90771] by vboxsync
VBoxSVC/Performance: Stop the time before destroying unregistered …
1:35 AM Changeset in vbox [90770] by vboxsync
VBox/com/listeners.h: Assert IEvent::getType result. bugref:1909

Aug 20, 2021:

6:16 PM Changeset in vbox [90769] by vboxsync
Audio/VKAT: More self-test fixes; docs. bugref:10008
6:15 PM Changeset in vbox [90768] by vboxsync
Audio/ValKit: Use different ATS TCP/IP ports for each use case so …
5:33 PM Changeset in vbox [90767] by vboxsync
Audio/ValKit: Decoupled the driver stack from the test environment, so …
5:30 PM Changeset in vbox [90766] by vboxsync
Audio/ValKit: Decoupled the driver stack from the test environment, so …
5:00 PM Changeset in vbox [90765] by vboxsync
Audio/ValKit: Don't report back ATS starting errors to PDM, as those …
3:54 PM Changeset in vbox [90764] by vboxsync
Audio/ATS: Implemented audioTestSvcClientDoBye(). bugref:10008
3:34 PM Changeset in vbox [90763] by vboxsync
FE/Qt: bugref:9996. Some refactoring on disk file selection functions.
3:25 PM Changeset in vbox [90762] by vboxsync
FE/Qt: bugref:9996. Parametrize the device type for a function.
3:20 PM Changeset in vbox [90761] by vboxsync
FE/Qt: bugref:9996. Medium size and path parameter of the clone vd wizard.
3:06 PM Changeset in vbox [90760] by vboxsync
FE/Qt: bugref:10067: Notification signature for cloud VM power-up …
12:53 PM Changeset in vbox [90759] by vboxsync
VMM/pdmR0DevHlp_SetDeviceCritSect: Don't try log the critsect name, it …
11:28 AM Changeset in vbox [90758] by vboxsync
FE/Qt: bugref:10067: VirtualBox Manager / Details pane: Extend …
9:27 AM Changeset in vbox [90757] by vboxsync
FE/Qt: bugref:10067: New VM wizard: Handle internal disk storage …
8:45 AM Changeset in vbox [90756] by vboxsync
FE/Qt: bugref:9996. Adding the path and size location editor to the …

Aug 19, 2021:

4:33 PM Changeset in vbox [90755] by vboxsync
FE/Qt: bugref:9996. Refactoring medium format and medium variant pages …
4:01 PM Changeset in vbox [90754] by vboxsync
Audio/ValKit: tdAudioTest.py: Log stuff in killHstProcessByName() to …
3:57 PM Changeset in vbox [90753] by vboxsync
Audio/ValKit: tdAudioTest.py: Log stuff in killHstProcessByName() to …
3:34 PM Changeset in vbox [90752] by vboxsync
FE/Qt: bugref:10067: Clone VM wizard: Refactoring for r146358.
3:31 PM Changeset in vbox [90751] by vboxsync
FE/Qt: bugref:8161: VirtualBox Manager: Fixing regression for …
3:11 PM Changeset in vbox [90750] by vboxsync
FE/Qt: bugref:9996. Reverting r146382..
2:47 PM Changeset in vbox [90749] by vboxsync
FE/Qt: bugref:9996. Making wizard() member virtual.
2:36 PM Changeset in vbox [90748] by vboxsync
FE/Qt: bugref:9996. Initial commit for refactoring clone vd wizard.
1:40 PM Changeset in vbox [90747] by vboxsync
FE/Qt: bugref:10067: New Cloud VM wizard: Handle internal VSD form …
1:40 PM Changeset in vbox [90746] by vboxsync
Audio/ValKit: tdAudioTest.py: Removed asyncio stuff again; requires …
1:32 PM Changeset in vbox [90745] by vboxsync
Audio/ValKit: Also notify the transport layer for a BYE request. …
1:25 PM Changeset in vbox [90744] by vboxsync
Audio/ValKit: tdAudioTest.py: Removed asyncio stuff again; requires …
12:59 PM Changeset in vbox [90743] by vboxsync
VBoxNetAdpCtl: when we check return value from execute() make it …
12:44 PM Changeset in vbox [90742] by vboxsync
VBoxNetAdpCtl: interpret wait(2) status correctly. bugref:8093.
10:24 AM Changeset in vbox [90741] by vboxsync
Audio/ValKit: tdAudioTest.py: More adjustments / additions for Windows …
9:42 AM Changeset in vbox [90740] by vboxsync
ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
9:14 AM Changeset in vbox [90739] by vboxsync
FE/Qt: bugref:9996. Renaming classes and files of the clone vm wizard.
8:57 AM Changeset in vbox [90738] by vboxsync
Changelog: Added some rules for adding changelog entries so that we …
7:42 AM Changeset in vbox [90737] by vboxsync
FE/Qt: bugref:9996. Forgot one more place where we instantiate clone …
6:23 AM Changeset in vbox [90736] by vboxsync
Audio/VKAT: Use 16-bit sample sizes as default when manually playing …

Aug 18, 2021:

6:27 PM Changeset in vbox [90735] by vboxsync
FE/Qt: bugref:6143. Replacing the icon of the status bar help button.
6:05 PM Changeset in vbox [90734] by vboxsync
FE/Qt: bugref:9996: UINativeWizard: Crash protection for r144622.
6:01 PM Changeset in vbox [90733] by vboxsync
FE/Qt: bugref:9831. Replacing the star icon.
5:37 PM Changeset in vbox [90732] by vboxsync
FE/Qt: bugref:9831. Replacing zoom actions' icons
5:28 PM Changeset in vbox [90731] by vboxsync
FE/Qt: bugref:10067: Clone VM wizard: Handle internal snapshot …
5:25 PM Changeset in vbox [90730] by vboxsync
FE/Qt: bugref:9996: Move progress-related slots of UINativeWizard to …
4:26 PM Changeset in vbox [90729] by vboxsync
FE/Qt: bugref:9996: New Cloud VM wizard: Handle progress related …
4:24 PM Changeset in vbox [90728] by vboxsync
FE/Qt: bugref:10067: Rework UIFormEditorWidget to handle and reflect …
4:09 PM Changeset in vbox [90727] by vboxsync
FE/Qt: bugref:9996: Extend UINativeWizard with interface to …
4:09 PM Changeset in vbox [90726] by vboxsync
FE/Qt: bugref:9831. Replacing search action icons.
3:58 PM Changeset in vbox [90725] by vboxsync
FE/Qt: bugref:9831. Replacing reload page action icons.
3:47 PM Changeset in vbox [90724] by vboxsync
Audio/VKAT: Implemented ability to play test tones locally (for …
3:41 PM Changeset in vbox [90723] by vboxsync
Audio/VKAT: Implemented ability to play test tones locally (for …
3:37 PM Changeset in vbox [90722] by vboxsync
FE/Qt: bugref:9831. Replacing home and forward action icons.
2:18 PM Changeset in vbox [90721] by vboxsync
Audio/VKAT: Brought syntax help up-to-date. ​bugref:10008
2:11 PM Changeset in vbox [90720] by vboxsync
FE/Qt: bugref:10067: Tiny cleanup in UINotificationProgressTask.
2:11 PM Changeset in vbox [90719] by vboxsync
FE/Qt: bugref:9831. Replacing backward action icon.
1:51 PM Changeset in vbox [90718] by vboxsync
Audio/VKAT: A bit more error logging; useful for the test boxes. …
1:49 PM Changeset in vbox [90717] by vboxsync
FE/Qt: bugref:9831. Replacing bookmark add action icon.
1:07 PM Changeset in vbox [90716] by vboxsync
FE/Qt: bugref:9831. Updating drag_move image.
12:45 PM Changeset in vbox [90715] by vboxsync
iprt/memobj.h: comment fixes
12:23 PM Changeset in vbox [90714] by vboxsync
FE/Qt: bugref:9996. Adding help button to the clone vm wizard
10:00 AM Changeset in vbox [90713] by vboxsync
FE/Qt: bugref:9996. Adding help button to new vm wizard.
9:35 AM Changeset in vbox [90712] by vboxsync
FE/Qt: bugref:9996: UINativeWizard: Fixing layout regression for …

Aug 17, 2021:

8:26 PM Changeset in vbox [90711] by vboxsync
VBoxTray: Explain the 'release' log stuff for DEBUG builds when it …
8:17 PM Changeset in vbox [90710] by vboxsync
VBoxTray: Reverted r146329 as it seems this one is different as it …
8:05 PM Changeset in vbox [90709] by vboxsync
VBoxTray: More of the same, from the DnD merge r91269, only use …
8:01 PM Changeset in vbox [90708] by vboxsync
X11/VBoxClient: More of the same, probably copied from VBoxService in …
7:57 PM Changeset in vbox [90707] by vboxsync
VBoxService.cpp: Undid some unexplained VBOXSERVICE_RELEASE_LOG -> …
5:10 PM Changeset in vbox [90706] by vboxsync
FE/Qt: bugref:8161: Runtime UI / UIMachineWindow: Cleanup for title …
4:48 PM Changeset in vbox [90705] by vboxsync
FE/Qt: bugref:8161: Runtime UI / UIMachineView: Stop all DnD related …
3:41 PM Changeset in vbox [90704] by vboxsync
Audio/VKAT: Don't download stuff and verify if g_fTerminate already is …
3:40 PM Changeset in vbox [90703] by vboxsync
Audio/VKAT: Release logger tweaks. ​bugref:10008
3:40 PM Changeset in vbox [90702] by vboxsync
FE/Qt: bugref:9996. isComplete stuff.
10:59 AM Changeset in vbox [90701] by vboxsync
FE/Qt: bugref:10087: Runtime UI / UIMouseHandler: Couple of bug-fixes …
10:22 AM Changeset in vbox [90700] by vboxsync
UsbKbd: Corrected intended default (see bugref:10068).

Aug 16, 2021:

3:12 PM Changeset in vbox [90699] by vboxsync
FE/Qt: bugref:9913: Fix for r142332, modal QIFileDialog requires …
2:15 PM Changeset in vbox [90698] by vboxsync
FE/Qt: bugref:8161: VirtualBox Manager: Stop all cloud related …
1:47 PM Changeset in vbox [90697] by vboxsync
UsbKbd: Extended USB keyboard emulation to optionally support …
1:30 PM Changeset in vbox [90696] by vboxsync
FE/Qt: bugref:9996. Working on the expert mode of the clone vm wizard.
1:09 PM Changeset in vbox [90695] by vboxsync
FE/Qt: bugref:10067: Move rest of popups, COM related this time from …
12:33 PM Changeset in vbox [90694] by vboxsync
VMSVGA: prevent black screen after first resize when VM is restored …
9:27 AM Changeset in vbox [90693] by vboxsync
IPRT,Main: Provide a getter function (RTLogGetFlags) for accessing the …
9:20 AM Changeset in vbox [90692] by vboxsync
IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
8:43 AM Changeset in vbox [90691] by vboxsync
pdmifs: display reporting doxygen (brief + newline + detailed …

Aug 15, 2021:

3:48 PM Changeset in vbox [90690] by vboxsync
FE/Qt: bugref:10067: Build fix for r146301.
3:03 PM Changeset in vbox [90689] by vboxsync
FE/Qt: bugref:10067: Move simple reminders from UIPopupCenter to …
2:36 PM Changeset in vbox [90688] by vboxsync
FE/Qt: bugref:10067: A possibility to dismiss shown …
2:08 PM Changeset in vbox [90687] by vboxsync
FE/Qt: bugref:10067: A possibility to revoke shown UINotificationMessage.

Aug 13, 2021:

11:55 PM Changeset in vbox [90686] by vboxsync
iprt/strcache.cpp: small correction in disabled code.
4:32 PM Changeset in vbox [90685] by vboxsync
FE/Qt: bugref:8161: Runtime UI / Normal mode: A bit of paranoia and …
1:38 PM Changeset in vbox [90684] by vboxsync
Audio/ValKit: tdAudioTest.py: Factored out running host binaries into …
1:15 PM Changeset in vbox [90683] by vboxsync
Audio/ValKit: Logging tweaks for VKAT. ​bugref:10008
11:52 AM Changeset in vbox [90682] by vboxsync
bs3-locking-1: Report time per loop, corrected a sub test name. bugref:6695
11:15 AM Changeset in vbox [90681] by vboxsync
bs3kit/UD8DQ: In assembly we use ASM_MODEL_FAR_CODE not …
11:14 AM Changeset in vbox [90680] by vboxsync
VBoxDbg: Fixed multistep.
10:45 AM Changeset in vbox [90679] by vboxsync
FE/Qt: bugref:10067: Interfaces for simple message notification.
10:31 AM Changeset in vbox [90678] by vboxsync
bs3-locking-1: More tests. bugref:6695
10:30 AM Changeset in vbox [90677] by vboxsync
VMM/PDMCritSectRwEnterShared: Implemented waiting in ring-0/HM …
10:18 AM Changeset in vbox [90676] by vboxsync
VBox/log.h: Added LOG_GROUP_PDM_CRITSECTRW. bugref:6695
10:10 AM Changeset in vbox [90675] by vboxsync
FE/Qt: bugref:10067: Assign name and details labels for …
9:58 AM Changeset in vbox [90674] by vboxsync
FE/Qt: bugref:9996. Initialize clone mode correctly.
Note: See TracTimeline for information about the timeline view.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette