VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102562   14 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102561   14 months vboxsync IPRT/HttpServer: Fixed an ASAN warning. bugref:9437
(edit) @102560   14 months vboxsync VMM/DBGFDisas: Convert AssertReleaseFailed() -> AssertFailed() to make …
(edit) @102559   14 months vboxsync VMM/DBGFStack: Convert AssertReleaseFailed() -> AssertFailed() to make …
(edit) @102558   14 months vboxsync VMM/IEM: Prevent variable registers from being spilled or moved while …
(edit) @102557   14 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102556   14 months vboxsync FE/Qt: bugref:10570: UIMachineLogic: A bit of cleanup/rework for …
(edit) @102555   14 months vboxsync VMM/IEM: Fixed 64-bit address calculation with a 67h prefix (addr …
(edit) @102554   14 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102553   14 months vboxsync FE/Qt: bugref:10513: UIMachineLogic: Nitpicking in …
(edit) @102552   14 months vboxsync FE/Qt: bugref:10570: UIMachineLogic: Fixing app shutdown hangs caused …
(edit) @102551   14 months vboxsync tstIEMAImpl: Added the ability to test specific fixed test inputs in …
(edit) @102550   14 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @102549   14 months vboxsync VMM/IEM: Must truncate constant variable values according to the type …
(edit) @102548   14 months vboxsync FE/Qt: bugref:10570. Reverting 160689. Should not have committed that. …
(edit) @102547   14 months vboxsync Unattended/testcase: Added support for separate user/admin passwords. …
(edit) @102546   14 months vboxsync Unattended/testcase: Added support for separate user/admin passwords. …
(edit) @102545   14 months vboxsync VMM/DBGFStack: Convert AssertReleaseFailed() to AssertFailed() in …
(edit) @102544   14 months vboxsync Devices/DevQemuFwCfg: Fixed ASAN warning (as error).
(edit) @102543   14 months vboxsync FE/Qt: bugref:10570. Always ignoring close event is not a good idea. …
(edit) @102542   14 months vboxsync Docs: Changelog.
(edit) @102541   14 months vboxsync FE/Qt: bugref:10513: VM Settings / Storage page: Tiny NLS change.
(edit) @102540   14 months vboxsync VBoxManage/Unattended: Added password file support for the admin …
(edit) @102539   14 months vboxsync VBoxManage/Unattended: Renamed the option "--password" to …
(edit) @102538   14 months vboxsync VBoxManage/Unattended: Renamed the option "--password" to …
(edit) @102537   14 months vboxsync FE/Qt/UIFileManagerTable: More flower box fixes.
(edit) @102536   14 months vboxsync Main/Unattended: Renamed the attribute "IUnattended::password" to …
(edit) @102535   14 months vboxsync Main/Unattended: Renamed the attribute "IUnattended::password" to …
(edit) @102534   14 months vboxsync Main/Unattended: Renamed the attribute "IUnattended::password" to …
(edit) @102533   14 months vboxsync Main/Guest Control: Fixed a shutdown race when uninitializing guest …
(edit) @102532   14 months vboxsync Devices/Graphics: use 11.1 interfaces.
(edit) @102531   14 months vboxsync FE/Qt/UIFileManagerTable: Flower box fix.
(edit) @102530   14 months vboxsync WDDM: user mode driver cleanup: bugref:10529
(edit) @102529   14 months vboxsync FE/Qt: UIVerticalScrollArea: Hide vertical scroll-bar for good; It …
(edit) @102528   14 months vboxsync VMM/IEM: Prototype native TB disas function so it can be called from …
(edit) @102527   14 months vboxsync VMM/IEM: Corrected IEMNATIVE_FP_OFF_LAST_PUSH value for arm, fixing …
(edit) @102526   14 months vboxsync FE/Qt: bugref:10513: UISettingsPageFrame: A bit of look&feel and …
(edit) @102525   14 months vboxsync FE/Qt: UICommon: Move dark-mode getter to cross-platform area, this is …
(edit) @102524   14 months vboxsync FE/Qt: Windows: Extend UICommon with public API to determine whether …
(edit) @102523   14 months vboxsync VMM/CPUM: bugref:10498 Enable MTRR storage without populating …
(edit) @102522   14 months vboxsync VMM/IEM: Fixed regression from r160580 where we'd be triggering #UD on …
(edit) @102521   14 months vboxsync ValidationKit/tests/tdGuestOsUnattendedInst1: Don't switch to hostonly …
(edit) @102520   14 months vboxsync Devices/Graphics: planar textures; video commands. bugref:10529
(edit) @102519   14 months vboxsync Fixed tstUsbMouse by faking more PDMUsb callbacks.
(edit) @102518   14 months vboxsync FE/Qt: Added a --no-keyboard-grabbing option to help with debugging …
(edit) @102517   14 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Get rid of most hardcoded addresses …
(edit) @102516   14 months vboxsync Devices/EFI/FirmwareBin: Update to latest EFI changes, bugref:10528
(edit) @102515   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. Fixing host browser's menu entries.
(edit) @102514   14 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102513   14 months vboxsync Devices/EFI/Firmware: Allow the PL031 RTC device to be accessible …
(edit) @102512   14 months vboxsync VMM/IEM: Arm build fix. Fixed jumps in EFLAGS VBOX_STRICT code so they …
(edit) @102511   14 months vboxsync FE/Qt: ​bugref:10496. Removing the close button from pane container.
(edit) @102510   14 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102509   14 months vboxsync VMM/IEM: Corrected str and sldt register clobber list. bugref:10371
(edit) @102508   14 months vboxsync FE/Qt: macOS: A bit of hardcoded colors for BigSur, Monterey, Ventura …
(edit) @102507   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. Set VISO content browser's sort …
(edit) @102506   14 months vboxsync libs/xpcom: Fixed some warnings. bugref:10545
(edit) @102505   14 months vboxsync WDDM: user mode driver update: bugref:10529
(edit) @102504   14 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102503   14 months vboxsync FE/Qt: macOS: Bring back macOS version detection code; Based on …
(edit) @102502   14 months vboxsync FE/Qt: A bit of reordering for UICommon to place everything propely.
(edit) @102501   14 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   14 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102499   14 months vboxsync Main/UsbCardReader: Don't try to copy the reader name if it is NULL …
(edit) @102498   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. build fix 4.
(edit) @102497   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. build fix 3.
(edit) @102496   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. build fix 2.
(edit) @102495   14 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102494   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. build fix.
(edit) @102493   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141. Removing obsolete UIVisoBrowserBase …
(edit) @102492   14 months vboxsync IPRT/Makefile.kmk: Fixed warnings about duplicate RTUtf16CopyAscii on …
(edit) @102491   14 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   14 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102489   14 months vboxsync tstRTCrShaCrypt name fix. bugref:10551
(edit) @102488   14 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102487   14 months vboxsync FE/Qt: bugref:10561. Fixing r160628. I have somehow deleted …
(edit) @102486   14 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: A bit of macOS specific …
(edit) @102485   14 months vboxsync FE/Qt: bugref:10561. Some refactoring.
(edit) @102484   14 months vboxsync UsbMouse: Windows guests require that touch events with active …
(edit) @102483   14 months vboxsync IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
(edit) @102482   14 months vboxsync FE/Qt: macOS: Hardcode native Window colors as Qt has them far far …
(edit) @102481   14 months vboxsync FE/Qt: bugref:10561. Don't stop scanning host folder when it is empty.
(edit) @102480   14 months vboxsync FE/Qt: bugref:9340. Make sure the newly create medium item is centered …
(edit) @102479   14 months vboxsync FE/Qt: Wipe out all the excessive types of QISplitter handles; Also, …
(edit) @102478   14 months vboxsync FE/Qt: A bit of cleanup for QISplitter; This is required to handle …
(edit) @102477   14 months vboxsync FE/Qt: Theme/palette change handling for Chooser & Details panes; This …
(edit) @102476   14 months vboxsync FE/Qt: UICommon is now able to notify listeners about theme changes; …
(edit) @102475   14 months vboxsync FE/Qt: Some cleanup for Chooser & Details panes; This is required to …
(edit) @102474   14 months vboxsync FE/Qt: ​bugref:9080, bugref:10141 Open newly create viso to register …
(edit) @102473   14 months vboxsync VMM/IEM: optimize todo. bugref:10371
(edit) @102472   14 months vboxsync Shared Clipboard/testcase: Logging fix for environment variable. …
(edit) @102471   14 months vboxsync VMM/IEM: IEM_MC_ASSIGN_TO_SMALLER (lea); fixed a few bugs wrt guest …
(edit) @102470   14 months vboxsync libs/xpcom: Convert the PR_Wait() function to take the timeout in …
(edit) @102469   14 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102468   14 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102467   14 months vboxsync Shared Clipboard: Make sure to check the event's rc when waiting for …
(edit) @102466   14 months vboxsync Shared Clipboard/testcases: Re-enabled (+ adapted) formerly disabled …
(edit) @102465   14 months vboxsync Shared Clipboard: Return VERR_NO_DATA from ShClX11ReadDataFromX11() if …
(edit) @102464   14 months vboxsync Shared Clipboard: If something in ShClX11ReadDataFromX11Worker() …
(edit) @102463   14 months vboxsync libs/xpcom: Remove some unused files, bugref:10545
Note: See TracRevisionLog for help on using the revision log.

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