VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95831   2 years vboxsync IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
(edit) @95830   2 years vboxsync VMM/HMR0A.asm: Build fix after RT_NOTHING got defined. bugref:10261
(edit) @95828   2 years vboxsync Additions/VBoxTray: Added long overdue command line handling to …
(edit) @95827   2 years vboxsync Additions/VBoxTray: Added long overdue command line handling to …
(edit) @95824   2 years vboxsync DnD/VBoxTray: Check the DnD data object state when calling Abort(). …
(edit) @95823   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95822   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95821   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95820   2 years vboxsync IPRT: More IPRT_NO_CRT work on windows. [scm fix] bugref:10261
(edit) @95818   2 years vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95817   2 years vboxsync FE/Qt/Ds: bugref:10244: Build fix for r152530.
(edit) @95815   2 years vboxsync IPRT/Makefile.kmk: A bunch of VBOX_WITH_NOCRT_STATIC adjustments. …
(edit) @95814   2 years vboxsync IPRT/string: Added simple strstr, strrchr and strcspn implementations …
(edit) @95813   2 years vboxsync IPRT/RTLogWriteStdErr+Out: Added RTLogWriteStdErr/Out for IPRT_NO_CRT …
(edit) @95812   2 years vboxsync IPRT/log.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
(edit) @95811   2 years vboxsync IPRT/logrel.cpp: Removed a bunch of unnecessary includes. bugref:10261
(edit) @95810   2 years vboxsync IPRT/log-vbox.cpp: Use RTPrinf instead of printf in IPRT_NO_CRT mode …
(edit) @95809   2 years vboxsync IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
(edit) @95808   2 years vboxsync FE/Qt/Ds: bugref:10244: Hiding recording settings tab and status-bar …
(edit) @95807   2 years vboxsync IPRT/zip.h: No errno.h in IPRT_NO_CRT mode. bugref:10261
(edit) @95806   2 years vboxsync IPRT/r3/init.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95805   2 years vboxsync IPRT/r3/process.cpp: Call GetCurrentProcessId directly instead of …
(edit) @95804   2 years vboxsync IPRT/alloc-win.cpp: Define USE_VIRTUAL_ALLOC in IPRT_NO_CRT mode; …
(edit) @95803   2 years vboxsync IPRT/errvars-win.cpp: Adjusted for not having errno in IPRT_NO_CRT …
(edit) @95802   2 years vboxsync IPRT/nocrt-alloc-win.cpp: Added missing RTMemAllocVarTag and …
(edit) @95798   2 years vboxsync Vbgl/VBoxGuestR3LibHostVersion.cpp: Removed unnecessary stdio.h …
(edit) @95797   2 years vboxsync Vbgl/VbglR3RetrieveVideoMode: Replaced sscanf with manual parsing. …
(edit) @95796   2 years vboxsync Main/Audio: Optimization for writing the machine settings: Only bump …
(edit) @95795   2 years vboxsync Vbgl/VbglR3GetAdditionsInstallationPath: Use MAX_PATH from windows.h …
(edit) @95793   2 years vboxsync VMM/CPUM: Clear NX if no PAE, as it is causing trouble for 32-bit …
(edit) @95792   2 years vboxsync IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
(edit) @95790   2 years vboxsync Linux Packaging: Add support for OL9 package.
(edit) @95787   2 years vboxsync Validation Kit: Added config for new image t-win7-32-1, which should …
(edit) @95786   2 years vboxsync Validation Kit/tests/api/tdTreeDepth1.py: Added random selection of …
(edit) @95783   2 years vboxsync Validation Kit/testdriver/base.py: Use PyHANDLE.int where …
(edit) @95782   2 years vboxsync Devices/Graphics: retry D3D device creation in debug build. bugref:9830
(edit) @95781   2 years vboxsync Validation Kit/testdriver/vbox.py: Fixed handling of pre-7.0 APIs …
(edit) @95780   2 years vboxsync Validation Kit/tests: Comment nit.
(edit) @95779   2 years vboxsync Validation Kit/tests/api: Fixed failing test due to changed API for …
(edit) @95777   2 years vboxsync Validation Kit/tests/api: Fixed failing test due to changed API for 7.0.
(edit) @95776   2 years vboxsync Validation Kit/tdAddBasic1.py: Automatically install the legacy …
(edit) @95775   2 years vboxsync Validation Kit/vboxinstaller.py: Resolved a @todo: Use the scratch dir …
(edit) @95774   2 years vboxsync FE/Qt/Ds: bugref:9286: UIRecordingSettingsEditor: Handle supported …
(edit) @95773   2 years vboxsync FE/Qt/Ds: bugref:9286: A bit of cleanup for UIRecordingSettingsEditor …
(edit) @95772   2 years vboxsync FE/Qt/Ds: bugref:9286: A bit of cleanup for video/audio capturing …
(edit) @95771   2 years vboxsync Main/Recording: Make it a bit more convenient for API clients by …
(edit) @95770   2 years vboxsync Main/Recording: Also serialize the screen settings feature map; we …
(edit) @95767   2 years vboxsync nocrt/string.h,strpbrk.cpp: Added missing strpbrk proto and synced up …
(edit) @95766   2 years vboxsync IPRT/mp-win.cpp: Must include iprt/alloca.h to use it. bugref:10261
(edit) @95765   2 years vboxsync IPRT/thread-win.cpp: IPRT_NO_CRT adjustments. bugref:10261
(edit) @95763   2 years vboxsync VBoxControl: Avoid _strnicmp, use RTUtf16NICmpAscii instead. bugref:10261
(edit) @95762   2 years vboxsync ValKit/vboxinstaller.py: Implemented the installer parameter support …
(edit) @95761   2 years vboxsync ValKit/vboxinstaller.py: Shortened variable to make pylint happy. …
(edit) @95760   2 years vboxsync ValKit/vboxinstaller.py: nits bugref:8691
(edit) @95759   2 years vboxsync ValKit/vboxinstaller.py: Clearified confused timestamping CA …
(edit) @95758   2 years vboxsync ValKit/vboxinstaller.py: there is no reporter.info function. bugref:8691
(edit) @95757   2 years vboxsync Windows Guest Additions installer: Added switches …
(edit) @95756   2 years vboxsync Reverting r152411: FE/Qt: ​​bugref:10244. Hiding recording related …
(edit) @95755   2 years vboxsync Reverting r152424: FE/Qt: ​​bugref:10244. r152411 was incoplete as I …
(edit) @95754   2 years vboxsync Reverting r152428: FE/Qt: bugref:10244. Hiding audio related UI …
(edit) @95753   2 years vboxsync Windows Guest Additions installer: Added switches …
(edit) @95752   2 years vboxsync Devices/Graphics: Switch to new OpenGL headers, bugref:8515 [scm …
(edit) @95751   2 years vboxsync Devices/Graphics: Switch to new OpenGL headers, bugref:8515
(edit) @95750   2 years vboxsync Recording: Disabled the audio recording feature for now.
(edit) @95749   2 years vboxsync Validation Kit/vboxinstaller.py: Added --[no-]win-install-timestamp-ca …
(edit) @95748   2 years vboxsync Main/Recording: Emphasise that the RecordingFeature enum actually …
(edit) @95747   2 years vboxsync Additions/x11: Remove long unused headers and stubs which were …
(edit) @95746   2 years vboxsync Revert r152452 (Additions/x11: Remove long unused headers and stubs …
(edit) @95745   2 years vboxsync Additions/x11: Remove long unused headers and stubs which were …
(edit) @95744   2 years vboxsync Switch to libXcomposite-0.4.5 headers, ​bugref:8515
(edit) @95742   2 years vboxsync Devices/DevVGA-SVGA: Compile fix when VBOX_WITH_VMSVGA3D is not defined.
(edit) @95741   2 years vboxsync Main/Recording: Added ISystemProperties::getRecordingFeatures to allow …
(edit) @95740   2 years vboxsync Additions/x11include: Add libXcomposite-0.4.5, ​bugref:8515
(edit) @95739   2 years vboxsync Devices/Graphics: corrected asserts. bugref:9830
(edit) @95738   2 years vboxsync IPRT/process-win.cpp: Use the wide-char version of Process32First and …
(edit) @95737   2 years vboxsync IPRT/Makefile.kmk: Some static/nocrt adjustments for RuntimeGuestR3. …
(edit) @95736   2 years vboxsync IPRT/process-win.cpp: PSAPI never had an undecorated GetModuleBaseName …
(edit) @95735   2 years vboxsync IPRT/process-win.cpp: Nocrt adjustments. bugref:10261
(edit) @95734   2 years vboxsync VBoxTray/DnD: Make the code build w/o exceptions enabled. bugref:10261
(edit) @95733   2 years vboxsync VBoxTray/Seamless: Missing DECLCALLBACKs.
(edit) @95732   2 years vboxsync SUPHardNt: Include Timestamp-VBoxLegacyWinCA.cer/taf in the trusted …
(edit) @95731   2 years vboxsync Windows Additions/Installer: Fix documentation of CmdExecute …
(edit) @95730   2 years vboxsync Windows Additions/Installer: Back out previous change. Install the …
(edit) @95729   2 years vboxsync Installer/win/VBoxStub: Back out previous change to legacy windows …
(edit) @95728   2 years vboxsync GCM: Treat Windows 3.1 guest type the same as DOS (required for WfW 3.11).
(edit) @95727   2 years vboxsync FE/Qt: ​bugref:10244. Hiding audio related UI elements if …
(edit) @95726   2 years vboxsync FE/Qt/Ds: bugref:6899: Improving cloud machine settings accessibility; …
(edit) @95725   2 years vboxsync FE/Qt/Ds: bugref:6899: Fix for UIFormEditorWidget; Table rows should …
(edit) @95724   2 years vboxsync FE/Qt/Ds: bugref:6899: Same as r152141 but for Tools view.
(edit) @95723   2 years vboxsync FE/Qt: ​bugref:10244. r152411 was incoplete as I forgot to add kmk …
(edit) @95722   2 years vboxsync Validation Kit/vboxinstaller: Tweaked the stub loader MSI logging path …
(edit) @95721   2 years vboxsync Revert r152407 (Switch to OpenGL 4.6 extension headers, ​bugref:8515)
(edit) @95720   2 years vboxsync Installer/win/VBoxStub: Always install the legacy windows timestamp. …
(edit) @95719   2 years vboxsync Windows Additions/Installer: Also install the legacy VBox TS CA on …
(edit) @95718   2 years vboxsync Recording/Main: Object sharing fixes for the per-screen settings by …
(edit) @95717   2 years vboxsync FE/Qt: ​bugref:10244. Hiding recording related widgets if …
(edit) @95716   2 years vboxsync FE/Qt: ​bugref:6899. Small typo.
(edit) @95715   2 years vboxsync Validation Kit/vboxinstaller: Tweaked the stub loader MSI logging path …
(edit) @95714   2 years vboxsync Recording/Main: Object sharing fixes for the per-screen settings by …
(edit) @95713   2 years vboxsync Switch to OpenGL 4.6 extension headers, bugref:8515
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