VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85051   4 years vboxsync FE/Qt: bugref:9515: UINameAndSystemEditor: NLS fix for more wise usage …
(edit) @85050   4 years vboxsync kBuildTools/VBoxXcode62.kmk: Shut up warnings about duplicate …
(edit) @85049   4 years vboxsync Manual/Known issues: Update on Hyper-V / Device Guard / Credential Guard.
(edit) @85048   4 years vboxsync *.kmk: Replaced $(int-* ) with $(expr ). bugref:9790
(edit) @85047   4 years vboxsync Manual: Removed 2D acceleration support from experimental features.
(edit) @85046   4 years vboxsync /Config.kmk: Reduce references to VBOX_WITH_NEW_XCODE and use the …
(edit) @85045   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Return virtioCoreVirtqAttach() to …
(edit) @85044   4 years vboxsync FE/Qt: bugref:9515. Refactoring
(edit) @85043   4 years vboxsync FE/Qt: bugref:9515. Cleaning
(edit) @85042   4 years vboxsync FE/Qt: bugref:9515. Merging first two pages
(edit) @85041   4 years vboxsync SUPDrv,RuntimeR0: There must be no duplicates here, so RTStrCopy …
(edit) @85040   4 years vboxsync tools/win.*: dispose of some long unused files
(edit) @85039   4 years vboxsync FE/Qt: bugref:9515. Adding a message windows for IUnattended errors
(edit) @85038   4 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Handle Cloud …
(edit) @85037   4 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Handle Cloud …
(edit) @85036   4 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: A bit of rework …
(edit) @85035   4 years vboxsync FE/Qt: bugref:9653: Extend Cloud Profile Manager with possibility to …
(edit) @85034   4 years vboxsync FE/Qt: bugref:9653: Cloud Profile Manager: A bit of provider/profile …
(edit) @85033   4 years vboxsync FE/Qt: bugref:9653: Cloud Profile Manager: A bit of connections cleanup.
(edit) @85032   4 years vboxsync Another comment clarification or two in VirtioCore.h
(edit) @85031   4 years vboxsync DnD/URIObject: Follow-up fixes for r138893 + r138894.
(edit) @85030   4 years vboxsync Minor edits to comments in VirtioCore.h
(edit) @85029   4 years vboxsync DnD/VbglR3: Also handle HOST_DND_HG_SND_FILE_HDR in …
(edit) @85028   4 years vboxsync DnD: DnDPathSanitizeFilename() -> DnDPathSanitize().
(edit) @85027   4 years vboxsync DnD/DroppedFiles: Renaming.
(edit) @85026   4 years vboxsync DnD/DroppedFiles: Renaming.
(edit) @85025   4 years vboxsync Minor fixes to last integration
(edit) @85024   4 years vboxsync VBoxGuest.h: doxygen group name correction.
(edit) @85023   4 years vboxsync DnD/HGCM: A bit of work on the protocol version code; don't use guest …
(edit) @85022   4 years vboxsync DnD/HGCM: A bit of work on the protocol version code; don't use guest …
(edit) @85021   4 years vboxsync DnD/HGCM: A bit of work on the protocol version code; don't use guest …
(edit) @85020   4 years vboxsync DnD/Main: Renamed internal send/receive data task classes to unify naming.
(edit) @85019   4 years vboxsync DnD/Main: Don't use RT_BZERO on non-POD types.
(edit) @85018   4 years vboxsync DnD/Main: Renaming internal send/receive data contexts to emphasize …
(edit) @85017   4 years vboxsync DnD/URIObject: Follow-up fixes for r138893 + r138894.
(edit) @85016   4 years vboxsync Network/DeviVirtioNet_1_0.cpp: More clean up and naming for …
(edit) @85015   4 years vboxsync Main/Display: comment typo
(edit) @85014   4 years vboxsync bugref:9662 changes in testboxscript which kick --spb option to work …
(edit) @85013   4 years vboxsync VirtualBox/Makefile.kmk: Just assume VBOX_WITH_NEW_XCODE is define now.
(edit) @85012   4 years vboxsync Devices/Makefile.kmk: The VBoxSVGA3D template does not need to take …
(edit) @85011   4 years vboxsync Main/BusAssignmentManager: Prepend global variables with "g_".
(edit) @85010   4 years vboxsync /Config.kmk: Removed more REM stuff. bugref:9576
(edit) @85009   4 years vboxsync AMD IOMMU: bugref: 9654 PDM, Main: Changes for southbridge I/O APIC …
(edit) @85008   4 years vboxsync Linux modules: Allow user to override disabling of kernel module …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @85006   4 years vboxsync GA/Installer/WinNT: Prevent a repeated recovery of d3d9.dll, bugref:9725
(edit) @85005   4 years vboxsync DnD/URIObject: Validate paths when rebasing them + additional logging.
(edit) @85004   4 years vboxsync DnD: More (release) logging for URIObject implementation.
(edit) @85003   4 years vboxsync DnD: More work on path conversion / validation [build fix].
(edit) @85002   4 years vboxsync DnD: More work on path conversion / validation.
(edit) @85001   4 years vboxsync FE/Qt: bugref:9515. Adding another wizard page for GA install.
(edit) @85000   4 years vboxsync IPRT/http: Provide curl with an error buffer (fixed size array in …
(edit) @84999   4 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class [build fix].
(edit) @84998   4 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(edit) @84997   4 years vboxsync Shared Clipboard/VbglR3: Don't use RT_ZERO on non-POD types.
(edit) @84996   4 years vboxsync Shared Clipboard/Transfers: Removed some superfluous HGCM parameters. …
(edit) @84995   4 years vboxsync IPRT/http: Consistently use CURL_SUCCESS().
(edit) @84994   4 years vboxsync IPRT/http: Consistently use CURLcode rcCurl;
(edit) @84993   4 years vboxsync bugref:9761. Added new release version 'vb_release' for Windows 10 May …
(edit) @84992   4 years vboxsync IPRT: fix int/uint issues in asm-fake.cpp
(edit) @84991   4 years vboxsync FE/Qt: bugref:9743: VirtualBox Manager: NLS fixes for Move to Group …
(edit) @84990   4 years vboxsync FE/Qt: bugref:9774: Runtime UI: Handling for Visual State change …
(edit) @84989   4 years vboxsync Debugger/DBGPlugInLinux: Straighten the code to adjust the kernel log …
(edit) @84988   4 years vboxsync Debugger/DBGPlugInLinux: Fix detecting 32bit Linux guests when KASLR …
(edit) @84987   4 years vboxsync gen-slickedit-workspace.sh: removed some stuff that was commmented out.
(edit) @84986   4 years vboxsync Firmware/Makefile.kmk: PATH_KBUILD -> KBUILD_PATH
(edit) @84985   4 years vboxsync DnD/VbglR3: Don't use RT_ZERO on non-POD types.
(edit) @84984   4 years vboxsync DnD/DragAndDropSvc: Renaming to emphasize that these structs actually …
(edit) @84983   4 years vboxsync DnD/DroppedFiles: Docs, a bit of renaming.
(edit) @84982   4 years vboxsync Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer …
(edit) @84981   4 years vboxsync FE/Qt: bugref:9755: Fixes for Log-Viewer search-backward icon.
(edit) @84980   4 years vboxsync Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer …
(edit) @84979   4 years vboxsync Validation Kit/tdAddGuestCtrl.py: Use TestVm.getGuestOs() for creating …
(edit) @84978   4 years vboxsync Main/SystemProperties: Fix regression from bugref:6813 which went …
(edit) @84977   4 years vboxsync kBuild 3385 -> 3390: Addressed umask race in kmk_builtin_cp. Fixed …
(edit) @84976   4 years vboxsync Validation Kit/tdAddBasic1.py: D'oh.
(edit) @84975   4 years vboxsync Guest Control/GuestSessionImplTasks: Logging nits.
(edit) @84974   4 years vboxsync Installer/linux: For RPM build, finish making the CHM docs optional, …
(edit) @84973   4 years vboxsync Validation Kit/tdAddGuestCtrl.py: Skip Linux Guest Additions testing …
(edit) @84972   4 years vboxsync Additions/WINNT/SharedFolders: Provide a dedicated 32bit VBoxSF driver …
(edit) @84971   4 years vboxsync FE/Qt: bugref:9515. Some fixes
(edit) @84970   4 years vboxsync Validation Kit/tdAddGuestCtrl.py: Skip Guest Additions testing for < …
(edit) @84969   4 years vboxsync FE/Qt: bugref:9515. Splitting UIUserNamePasswordEditor class into its …
(edit) @84968   4 years vboxsync Installer/linux: Bring DEB build/package to same functionality as the …
(edit) @84967   4 years vboxsync Validation Kit/tdAddGuestCtrl.py: More VBoxService logging adjustments.
(edit) @84966   4 years vboxsync Validation Kit/testdriver: Fixed task status for asyncUuid().
(edit) @84965   4 years vboxsync FE/Qt: bugref:9515. Some fixes.
(edit) @84964   4 years vboxsync FE/Qt: For X11 platform, use default PDF viewer if kchmviewer wasn't …
(edit) @84963   4 years vboxsync Validation Kit/tdAddBasic1.py: Re-introduced rebooting of Linux guests …
(edit) @84962   4 years vboxsync FE/Qt: Eliminate already unused (and one easily made unused) C++ defines.
(edit) @84961   4 years vboxsync FE/Qt: bugref:9515. Adding an additional page for windows product key.
(edit) @84960   4 years vboxsync Installer/linux: When creating rpm packages, leave out kchmviewer if …
(edit) @84959   4 years vboxsync Installer/linux: Some RPM build/package cleanups. Makes the CHM help …
(edit) @84958   4 years vboxsync Devices: Use TOOL_YASM_AS at various places; helps cross-building …
(edit) @84957   4 years vboxsync Devices: Use TOOL_YASM_AS at various places; helps cross-building (WSL).
(edit) @84956   4 years vboxsync Windows Additions installer: Fixed German NLS.
(edit) @84955   4 years vboxsync FE/Qt: bugref:9515. Adding hostname and os type detection.
(edit) @84954   4 years vboxsync /Makefile.kmk: Shouldn't need to specify deprecated kBuild variables …
(edit) @84953   4 years vboxsync /Makefile.kmk: Shouldn't need to specify deprecated kBuild variables …
(edit) @84952   4 years vboxsync /linux/Makefile*,++: BUILD_TYPE -> VBOX_KBUILD_TYPE; …
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