VirtualBox

source: vbox/trunk/src/VBox/Additions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93128   3 years vboxsync Add/os2: Outline of a simpler installer for the OS/2 GAs. Uses Watcom …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93073   3 years vboxsync os2/VBoxSF: Implemented ERROR_EAS_DIDNT_FIT. ticketref:19453
(edit) @93071   3 years vboxsync os2/VBoxSF: Fixed off by one check in vboxSfOs2MakeEmptyEaListEx. …
(edit) @93022   3 years vboxsync Additions/VBoxService: Selective feature compilation fixes -- …
(edit) @92988   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92987   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92972   3 years vboxsync GA/Installer/win: Use VBOX_WIN_NEWDEV. bugref:10116
(edit) @92964   3 years vboxsync GA/wddm: Don't include d3dkmthk directly, always via the clean iprt …
(edit) @92963   3 years vboxsync GA/VBoxTray: Include d3dkmthk.h via the clean iprt wrappers. bugref:10116
(edit) @92962   3 years vboxsync GA/VBoxTray: Must define _WIN32_WINNT *before* including any windows …
(edit) @92925   3 years vboxsync Additions/Shared Clipboard: GCC 11 fixes (warnings as errors, error: …
(edit) @92909   3 years vboxsync Additions/3D/mesa: Don't include windows.h directly, always via the …
(edit) @92908   3 years vboxsync Add/VBoxCredProv: Adjustment for building with newer SDKs which …
(edit) @92846   3 years vboxsync Additions: Shared Clipboard: VBoxTray: unwrap CF_HTML content, …
(edit) @92845   3 years vboxsync Additions: Shared Clipboard: fix HTML content conversion, …
(edit) @92798   3 years vboxsync GA/pam_vbox.cpp: Fixed some more RTDECL/DECLEXPORT confusion.
(edit) @92797   3 years vboxsync GA/pam_vbox.cpp: Corrected RTAssertMsg1Weak declaration.
(edit) @92771   3 years vboxsync 3D/VMSVGA: Removed annoying assertion causing guest BSOD during …
(edit) @92767   3 years vboxsync VBoxService: Enable the VBOXSERVICE_ARG1_UTF8_ARGV trick. bugref:10153
(edit) @92735   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @92695   3 years vboxsync Guest Additions/VBoxService: Resolved a @todo: Added comment why no …
(edit) @92693   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Removed non-existing …
(edit) @92690   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Return real rc for various …
(edit) @92687   3 years vboxsync Guest Control/VBoxService: Removed debug assertion -- no longer holds …
(edit) @92674   3 years vboxsync VBoxService: Reverted r148489, r148497 and r148502 because the problem …
(edit) @92673   3 years vboxsync VBoxService: Updated VBOXSERVICE_PROC_F_UTF8_ARGV with new …
(edit) @92668   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92667   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92666   3 years vboxsync VBoxService: Replaced the silly RTStrStr(pszExec, 'vbox_') == pszExec …
(edit) @92665   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92664   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92663   3 years vboxsync VBoxService: Restrict the argv[0] quoting hack to windows in …
(edit) @92662   3 years vboxsync VBoxService: Sketch for a trick for passing UTF-8 argv to child …
(edit) @92661   3 years vboxsync VBoxService: Wrong use of doxygen comment in …
(edit) @92660   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92659   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92658   3 years vboxsync VBoxService: Simplified vgsvcGstCtrlProcessResolveExecutable and added …
(edit) @92653   3 years vboxsync Additions: Linux: VBoxDRMClient: run resize task in a thread, bugref:10134.
(edit) @92623   3 years vboxsync Additions: Linux: VBoxDRMClient: SCM fix, bugref:10134.
(edit) @92622   3 years vboxsync Additions: Linux: VBoxDRMClient: report monitor possitions back to …
(edit) @92621   3 years vboxsync VBoxGuest/darwin,IPRT/r0drv/darwin: Clang 13 build fixes.
(edit) @92611   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92606   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92599   3 years vboxsync GA: adding svn revision to GA un-install information section. to be tested
(edit) @92598   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92582   3 years vboxsync Audio/Validation Kit: Added VBoxAudioTest to the Linux installer …
(edit) @92503   3 years vboxsync Installer/solaris, Additions/solaris/Installer: Fix handing of …
(edit) @92502   3 years vboxsync VBoxGuest-netbsd.c: bugref:8547: if /dev/vboxguest already exists, …
(edit) @92486   3 years vboxsync Additions/solaris/Installer/vboxdevlink.sed: Remove long unused file.
(edit) @92402   3 years vboxsync Additions: Linux: VBoxDRMClient: refactoring, bugref:10134. No …
(edit) @92399   3 years vboxsync Additions: Linux: VBoxDRMClient: cache and validate incomming screen …
(edit) @92370   3 years vboxsync Additions: Linux: VBoxDRMClient: fix resizing issue on kernels <= …
(edit) @92314   3 years vboxsync Additions: Place the registry tweak in the right place for picking it …
(edit) @92215   3 years vboxsync Additions: Linux: VBoxDRMClient: another scm fix, bugref:9637, …
(edit) @92214   3 years vboxsync Additions: Linux: VBoxDRMClient: another scm fix, bugref:9637, …
(edit) @92213   3 years vboxsync Additions: Linux: VBoxDRMClient: scm fix, bugref:9637, ticketref:19373.
(edit) @92212   3 years vboxsync Additions: Linux: VBoxDRMClient: add PID file check on start, …
(edit) @92185   3 years vboxsync scm: Check UTF-8 encoding and reject files with bidirectional control …
(edit) @92181   3 years vboxsync Add/haiku: Force UTF-8 encoding on files with non-ASCII names in the …
(edit) @92180   3 years vboxsync Add/WINNT/d3dhlp.cpp: Force UTF-8 file encoding.
(edit) @92179   3 years vboxsync Add/haiku: Force UTF-8 encoding on files with non-ASCII names in the …
(edit) @91962   3 years vboxsync Additions: X11: partly revert r147454, bugref:10120. Restore screens …
(edit) @91789   3 years vboxsync SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as …
(edit) @91764   3 years vboxsync 3D/VMSVGA: Coding style fixes for r147535, bugref:10120
(edit) @91763   3 years vboxsync 3D/VMSVGA: Fix for primary display position in VBoxTray.exe for …
(edit) @91758   3 years vboxsync FE/Qt: bugref:9637. Some additional comments.
(edit) @91746   3 years vboxsync VBoxTray/VBoxClipboard: Use VbglR3ClipboardWriteDataEx instead of the …
(edit) @91740   3 years vboxsync VbglR3ClipboardWriteDataEx: Don't validate pvData when cbData == 0, as …
(edit) @91716   3 years vboxsync Additions: X11: fix setscreenlayout handling, bugref:10120. Take into …
(edit) @91670   3 years vboxsync Additions: X11: VMSVGA: gracefully exit VBoxClient process if has been …
(edit) @91621   3 years vboxsync X11/VBoxClient: Reverted most of r139955 because it's wrong and we do …
(edit) @91606   3 years vboxsync VBoxGuest/nt: Corrected Windows 11 detection (it's still NT version …
(edit) @91549   3 years vboxsync Additions: build fix
(edit) @91546   3 years vboxsync Additions, VMMDev: More Windows 11 detection.
(edit) @91529   3 years vboxsync Additions: Add registry file for easily bypassing the Windows 11 setup …
(edit) @91387   3 years vboxsync Additions: VBoxGuestR3LibClipboard: fix guest features flags …
(edit) @91255   3 years vboxsync VBoxGuest-netbsd.c: ​Catch up with config(9) changes in 9.99.88. …
(edit) @91233   3 years vboxsync Additions: Linux: vboxvideo: introduce initial support for kernel …
(edit) @90876   3 years vboxsync Solaris guest: bugref:10089 vboxms: Fixed getinfo() callback.
(edit) @90875   3 years vboxsync Solaris guest: bugref:10089 VBoxGuest: Fixed getinfo() callback.
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90823   3 years vboxsync iprt/cdefs.h,++: Retired VALID_PTR (use RT_VALID_PTR now).
(edit) @90794   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90711   3 years vboxsync VBoxTray: Explain the 'release' log stuff for DEBUG builds when it …
(edit) @90710   3 years vboxsync VBoxTray: Reverted r146329 as it seems this one is different as it …
(edit) @90709   3 years vboxsync VBoxTray: More of the same, from the DnD merge r91269, only use …
(edit) @90708   3 years vboxsync X11/VBoxClient: More of the same, probably copied from VBoxService in …
(edit) @90707   3 years vboxsync VBoxService.cpp: Undid some unexplained VBOXSERVICE_RELEASE_LOG -> …
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @90629   3 years vboxsync add/x11/VBoxClient: hanging intdentation fixes. bugref:10028
(edit) @90624   3 years vboxsync Additions: X11: VBoxSVGA: prevent fatal error notification flooding, …
(edit) @90584   3 years vboxsync linux/vboxsf: Copy&paste fix. bugref:10066
(edit) @90583   3 years vboxsync linux/drm: intent fix. bugref:10066
(edit) @90582   3 years vboxsync linux/vboxsf: Avoid making the code even more spaghetti-like, …
(edit) @90581   3 years vboxsync Additions: X11: VBoxSVGA: prevent VBoxClient crash when X11 is not …
(edit) @90578   3 years vboxsync 3D/VMSVGA: Syncing access to command buffers from EMT and FIFO …
(edit) @90577   3 years vboxsync Linux Host and Guest drivers: another attempt to introduce initial …
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