|
|
@95897
|
2 years |
vboxsync |
Additions/x11: Remove unused damageproto and fixesproto, bugref:8515
|
|
|
@95896
|
2 years |
vboxsync |
Additions/x11: Switch to compositeproto-0.4.2, bugref:8515
|
|
|
@95895
|
2 years |
vboxsync |
Additions/x11include: Add compositeproto-0.4.2, bugref:8515
|
|
|
@95894
|
2 years |
vboxsync |
IPRT/stream: Flush & cleanup standard streams in the no-CRT setup …
|
|
|
@95892
|
2 years |
vboxsync |
IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
|
|
|
@95891
|
2 years |
vboxsync |
Add/Nt/VBoxGINA: Made it build in VBOX_WITH_NOCRT_STATIC mode. [scm …
|
|
|
@95890
|
2 years |
vboxsync |
Add/Nt/VBoxCredProv: Make it compile in VBOX_WITH_NOCRT_STATIC mode. …
|
|
|
@95889
|
2 years |
vboxsync |
Add/Nt/VBoxCredProv: Make it compile in VBOX_WITH_NOCRT_STATIC mode. …
|
|
|
@95888
|
2 years |
vboxsync |
IPRT/stream.cpp: Added an alternative code configuration for the …
|
|
|
@95887
|
2 years |
vboxsync |
IPRT/nocrt: Use r3/stream.cpp instead of the minimalistic one …
|
|
|
@95886
|
2 years |
vboxsync |
IPRT/stream.cpp: Added an alternative code configuration for the …
|
|
|
@95882
|
2 years |
vboxsync |
tools/Makefile.kmk,Additions/linux/Makefile.kmk: Update the makeself …
|
|
|
@95880
|
2 years |
vboxsync |
FE/Qt/Ds: NLS update for missed VirtualBox_en.ts file.
|
|
|
@95879
|
2 years |
vboxsync |
FE/Qt/Ds: Initial NLS copy from 6.1 and corresponding updatenls.
|
|
|
@95877
|
2 years |
vboxsync |
VBoxTray/VBoxTray.cpp: Resolved @todo in r152588. Now also using …
|
|
|
@95875
|
2 years |
vboxsync |
Add/Nt/VBoxGINA: Made it build in VBOX_WITH_NOCRT_STATIC mode. bugref:10261
|
|
|
@95874
|
2 years |
vboxsync |
Add/Nt/VBoxGINA: Made it build in VBOX_WITH_NOCRT_STATIC mode. bugref:10261
|
|
|
@95873
|
2 years |
vboxsync |
Add/Nt/VBoxHook: Made it build in VBOX_WITH_NOCRT_STATIC mode. [build …
|
|
|
@95872
|
2 years |
vboxsync |
IPRT/nocrt: Build fix for VBoxAddInstallNt3x again. bugref:10261
|
|
|
@95871
|
2 years |
vboxsync |
Add/Nt/VBoxHook: Made it build in VBOX_WITH_NOCRT_STATIC mode. bugref:10261
|
|
|
@95870
|
2 years |
vboxsync |
IPRT/nocrt: Split up the startup code and added the basic DLL startup …
|
|
|
@95869
|
2 years |
vboxsync |
VBoxTray/VBoxTray.h: Dropped unused & problematic (in …
|
|
|
@95868
|
2 years |
vboxsync |
VBoxTray/VBoxDisIf.cpp+VBoxSeamless.cpp: Replaced malloc, realloc and …
|
|
|
@95867
|
2 years |
vboxsync |
VBoxTray/VBoxDisplay.h: This header file name clashes with one in …
|
|
|
@95866
|
2 years |
vboxsync |
VBoxTray/VBoxHostVersion.cpp: _snprintf -> RTStrPrintf; duh! bugref:10261
|
|
|
@95865
|
2 years |
vboxsync |
VBoxTray/VBoxClipboard: Drop strsafe.h as it requires stdio.h which we …
|
|
|
@95864
|
2 years |
vboxsync |
VBoxTray: There is no need for the /l, /v, /version or /V options as …
|
|
|
@95863
|
2 years |
vboxsync |
VBoxTray/VBoxTray.cpp: Use RTStrPrintf instead of sprintf; in …
|
|
|
@95862
|
2 years |
vboxsync |
VBoxTray: Specify on the linker command line that this is a window app …
|
|
|
@95861
|
2 years |
vboxsync |
IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261
|
|
|
@95860
|
2 years |
vboxsync |
IPRT/new: Added a generic new/delete operator implementation based on …
|
|
|
@95858
|
2 years |
vboxsync |
IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
|
|
|
@95857
|
2 years |
vboxsync |
VBoxService/Utils: Replaced sscanf with RTStrToUInt32Ex. bugref:10261
|
|
|
@95856
|
2 years |
vboxsync |
VBoxService: Non-windows needs errno.h for EINTR. bugref:10261
|
|
|
@95855
|
2 years |
vboxsync |
VBoxService/win: Drop unused process.h from win source file. bugref:10261
|
|
|
@95854
|
2 years |
vboxsync |
VBoxService: Removed stdio.h and process.h from the internal headers …
|
|
|
@95853
|
2 years |
vboxsync |
VBoxService/ToolBox: Drop unused stdio.h header and some nits. bugref:10261
|
|
|
@95852
|
2 years |
vboxsync |
VBoxService: Dropped unused errno.h from main file. bugref:10261
|
|
|
@95851
|
2 years |
vboxsync |
VBoxService/PageSharing: sprintf -> RTStrPrintf; strcat -> RTStrCat. …
|
|
|
@95850
|
2 years |
vboxsync |
VBoxService/VMInfo-win.cpp: Use MAX_PATH from windows.h instead of …
|
|
|
@95849
|
2 years |
vboxsync |
tstUserInfo: Use RTEnvGet instead of getenv so it builds in …
|
|
|
@95848
|
2 years |
vboxsync |
IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will …
|
|
|
@95847
|
2 years |
vboxsync |
IPRT/stacksup-vcc.cpp: Added _RTC_UninitUse - complains about using …
|
|
|
@95846
|
2 years |
vboxsync |
IPRT/RTSystemQueryOSInfo-win.cpp: Use RTStrCat instead of strcat …
|
|
|
@95845
|
2 years |
vboxsync |
IPRT/nocrt: Added file defining _fltused. bugref:10261
|
|
|
@95844
|
2 years |
vboxsync |
IPRT/nocrt-streams-win.cpp: Fake a little so VBoxService might be …
|
|
|
@95843
|
2 years |
vboxsync |
IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
|
|
|
@95842
|
2 years |
vboxsync |
IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
|
|
|
@95841
|
2 years |
vboxsync |
iprt/nt/nt.h,ntdll-mini-implib.def: Prototypes and imports for …
|
|
|
@95839
|
2 years |
vboxsync |
Recording/Main: Fixed a regression when loading settings < 1.19: There …
|
|
|
@95837
|
2 years |
vboxsync |
DnD/VBoxTray: Resolved some @todos (use dedicated init functions) + …
|
|
|
@95836
|
2 years |
vboxsync |
DnD/VBoxTray: Resolved some @todos (use dedicated init functions) + …
|
|
|
@95835
|
2 years |
vboxsync |
Audio/Settings: Keep settings >= 1.19 compatible with older VBox …
|
|
|
@95834
|
2 years |
vboxsync |
IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
|
|
|
@95833
|
2 years |
vboxsync |
DnD/VBoxTray: Introduced a new and much easier way of debugging drag'n …
|
|
|
@95832
|
2 years |
vboxsync |
IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
|
|
|
@95831
|
2 years |
vboxsync |
IPRT/nocrt: More nocrt code needed for VS 2019. Code flow guard works …
|
|
|
@95830
|
2 years |
vboxsync |
VMM/HMR0A.asm: Build fix after RT_NOTHING got defined. bugref:10261
|
|
|
@95828
|
2 years |
vboxsync |
Additions/VBoxTray: Added long overdue command line handling to …
|
|
|
@95827
|
2 years |
vboxsync |
Additions/VBoxTray: Added long overdue command line handling to …
|
|
|
@95824
|
2 years |
vboxsync |
DnD/VBoxTray: Check the DnD data object state when calling Abort(). …
|
|
|
@95823
|
2 years |
vboxsync |
DnD: Added GuestHost/DnDUtils module for various utility functions, …
|
|
|
@95822
|
2 years |
vboxsync |
DnD: Added GuestHost/DnDUtils module for various utility functions, …
|
|
|
@95821
|
2 years |
vboxsync |
DnD: Added GuestHost/DnDUtils module for various utility functions, …
|
|
|
@95820
|
2 years |
vboxsync |
IPRT: More IPRT_NO_CRT work on windows. [scm fix] bugref:10261
|
|
|
@95818
|
2 years |
vboxsync |
IPRT: More IPRT_NO_CRT work on windows. bugref:10261
|
|
|
@95817
|
2 years |
vboxsync |
FE/Qt/Ds: bugref:10244: Build fix for r152530.
|
|
|
@95815
|
2 years |
vboxsync |
IPRT/Makefile.kmk: A bunch of VBOX_WITH_NOCRT_STATIC adjustments. …
|
|
|
@95814
|
2 years |
vboxsync |
IPRT/string: Added simple strstr, strrchr and strcspn implementations …
|
|
|
@95813
|
2 years |
vboxsync |
IPRT/RTLogWriteStdErr+Out: Added RTLogWriteStdErr/Out for IPRT_NO_CRT …
|
|
|
@95812
|
2 years |
vboxsync |
IPRT/log.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
|
|
|
@95811
|
2 years |
vboxsync |
IPRT/logrel.cpp: Removed a bunch of unnecessary includes. bugref:10261
|
|
|
@95810
|
2 years |
vboxsync |
IPRT/log-vbox.cpp: Use RTPrinf instead of printf in IPRT_NO_CRT mode …
|
|
|
@95809
|
2 years |
vboxsync |
IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
|
|
|
@95808
|
2 years |
vboxsync |
FE/Qt/Ds: bugref:10244: Hiding recording settings tab and status-bar …
|
|
|
@95807
|
2 years |
vboxsync |
IPRT/zip.h: No errno.h in IPRT_NO_CRT mode. bugref:10261
|
|
|
@95806
|
2 years |
vboxsync |
IPRT/r3/init.cpp: Call GetCurrentProcessId directly instead of …
|
|
|
@95805
|
2 years |
vboxsync |
IPRT/r3/process.cpp: Call GetCurrentProcessId directly instead of …
|
|
|
@95804
|
2 years |
vboxsync |
IPRT/alloc-win.cpp: Define USE_VIRTUAL_ALLOC in IPRT_NO_CRT mode; …
|
|
|
@95803
|
2 years |
vboxsync |
IPRT/errvars-win.cpp: Adjusted for not having errno in IPRT_NO_CRT …
|
|
|
@95802
|
2 years |
vboxsync |
IPRT/nocrt-alloc-win.cpp: Added missing RTMemAllocVarTag and …
|
|
|
@95798
|
2 years |
vboxsync |
Vbgl/VBoxGuestR3LibHostVersion.cpp: Removed unnecessary stdio.h …
|
|
|
@95797
|
2 years |
vboxsync |
Vbgl/VbglR3RetrieveVideoMode: Replaced sscanf with manual parsing. …
|
|
|
@95796
|
2 years |
vboxsync |
Main/Audio: Optimization for writing the machine settings: Only bump …
|
|
|
@95795
|
2 years |
vboxsync |
Vbgl/VbglR3GetAdditionsInstallationPath: Use MAX_PATH from windows.h …
|
|
|
@95793
|
2 years |
vboxsync |
VMM/CPUM: Clear NX if no PAE, as it is causing trouble for 32-bit …
|
|
|
@95792
|
2 years |
vboxsync |
IPRT/env-win.cpp: IPRT_NO_CRT adjustments, rewrote a few bits. bugref:10261
|
|
|
@95790
|
2 years |
vboxsync |
Linux Packaging: Add support for OL9 package.
|
|
|
@95787
|
2 years |
vboxsync |
Validation Kit: Added config for new image t-win7-32-1, which should …
|
|
|
@95786
|
2 years |
vboxsync |
Validation Kit/tests/api/tdTreeDepth1.py: Added random selection of …
|
|
|
@95783
|
2 years |
vboxsync |
Validation Kit/testdriver/base.py: Use PyHANDLE.int where …
|
|
|
@95782
|
2 years |
vboxsync |
Devices/Graphics: retry D3D device creation in debug build. bugref:9830
|
|
|
@95781
|
2 years |
vboxsync |
Validation Kit/testdriver/vbox.py: Fixed handling of pre-7.0 APIs …
|
|
|
@95780
|
2 years |
vboxsync |
Validation Kit/tests: Comment nit.
|
|
|
@95779
|
2 years |
vboxsync |
Validation Kit/tests/api: Fixed failing test due to changed API for …
|
|
|
@95777
|
2 years |
vboxsync |
Validation Kit/tests/api: Fixed failing test due to changed API for 7.0.
|
|
|
@95776
|
2 years |
vboxsync |
Validation Kit/tdAddBasic1.py: Automatically install the legacy …
|
|
|
@95775
|
2 years |
vboxsync |
Validation Kit/vboxinstaller.py: Resolved a @todo: Use the scratch dir …
|
|
|
@95774
|
2 years |
vboxsync |
FE/Qt/Ds: bugref:9286: UIRecordingSettingsEditor: Handle supported …
|
|
|
@95773
|
2 years |
vboxsync |
FE/Qt/Ds: bugref:9286: A bit of cleanup for UIRecordingSettingsEditor …
|
|
|