VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103523   12 months vboxsync Storage/VHDX.cpp: Some unused variable fixes, bugref:3409
(edit) @103522   12 months vboxsync Storage/testcase: Some unused variable fixes, bugref:3409
(edit) @103521   12 months vboxsync Validation Kit/tdAudioTest: More bugfixes.
(edit) @103520   12 months vboxsync Validation Kit/testdriver: Also log the audio enabled in/out status in …
(edit) @103519   12 months vboxsync bldprogs/genalias.cpp: Fix redundant condition, argc <= 5 is already …
(edit) @103518   12 months vboxsync Validation Kit/tdAudioTest: More fixes for host execution of VKAT.
(edit) @103517   12 months vboxsync Audio/VKAT: Try to fix the timeout issues.
(edit) @103516   12 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103515   12 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @103514   12 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103513   12 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103511   12 months vboxsync DIS: Added vex group 13 and redid some or the vex prefix decoding.
(edit) @103509   12 months vboxsync Audio/VKAT: Use a new define for default timeout, improved logging a …
(edit) @103507   12 months vboxsync Audio/VKAT: Use a new define for default timeout, improved logging a bit.
(edit) @103506   12 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103505   12 months vboxsync libs/xpcom: Fix some unused variable warnings, bugref:3409
(edit) @103504   12 months vboxsync libs/xpcom/xpidl: Fix possible but harmless dangling pointer, and fix …
(edit) @103503   12 months vboxsync libs/xpcom/xpidl: Some cleanup, bugref:3409
(edit) @103502   12 months vboxsync Devices/Bus/DevPCI.cpp: Remove condition which is always true, bugref:3409
(edit) @103501   12 months vboxsync Storage/VDI.cpp: Fix harmless some parfait warnings, bugref:3409
(edit) @103500   12 months vboxsync Main/USBProxyBackendUsbIp.cpp: Remove some useless condition which is …
(edit) @103499   12 months vboxsync Validation Kit/tdAudioTest: Added new option "--audio-debug-img …
(edit) @103496   12 months vboxsync FE/Qt: bugref:10450: Get rid of obsolete stuff UIDnDMIMEData; This is …
(edit) @103495   12 months vboxsync IPRT: Build fix for parfait/win. bugref:3409
(edit) @103494   12 months vboxsync Validation Kit/tdAudioTest: Added new option "--audio-test-timeout …
(edit) @103493   12 months vboxsync Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
(edit) @103492   12 months vboxsync Audio/VKAT: Added new test option "--timeout <ms>" to specify the …
(edit) @103491   12 months vboxsync VBoxDbg: Fixed console output performance troubles caused by 'Courier …
(edit) @103490   12 months vboxsync DBGC: Quick hack to avoid misquoted command from messing up the input …
(edit) @103489   12 months vboxsync libs/xpcom: VBoxSVC and the IPC daemon spawning code need to agree on …
(edit) @103488   12 months vboxsync libs/xpcom: Remove the old multithread code because testboxes appear …
(edit) @103484   12 months vboxsync Shared Clipboard: Logging nit. ​bugref:9437
(edit) @103483   12 months vboxsync FE/Qt: bugref:9072. Correct double setWrapMode call,
(edit) @103482   12 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103481   12 months vboxsync FE/Qt: bugref:3409: A bit of fixes for details generator stuff which …
(edit) @103480   12 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103479   12 months vboxsync FE/Qt: bugref:9072. build fix.
(edit) @103478   12 months vboxsync FE/Qt: bugref:9072. Implementing buttons to navigate to the bottom/top …
(edit) @103477   12 months vboxsync Shared Clipboard: Formatting. bugref:9437
(edit) @103476   12 months vboxsync libs/xpcom: Enable DCONNECT_WITH_IPRT_REQ_POOL again, bugref:5973
(edit) @103475   12 months vboxsync ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires the …
(edit) @103474   12 months vboxsync VBoxDbg: scm fix. bugref:10376
(edit) @103473   12 months vboxsync VBoxDbg: Made logging and copying to the clipboard go thru the proxy …
(edit) @103472   12 months vboxsync libs/xpcom: Rewrite the IPC client side to reduce the number of memory …
(edit) @103471   12 months vboxsync Guest Control/VBoxService: Fixed reallocation in …
(edit) @103470   12 months vboxsync ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires the …
(edit) @103469   12 months vboxsync Devices/Graphics: logging
(edit) @103468   12 months vboxsync Devices/Graphics/shaderlib: Need to zero out two structs, bugref:3409
(edit) @103466   12 months vboxsync scm
(edit) @103465   12 months vboxsync VBoxDbg: doxygen fix. bugref:10376
(edit) @103464   12 months vboxsync VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering …
(edit) @103463   12 months vboxsync VBoxDbg: Added some simple sub-tree filtering to the statistics …
(edit) @103462   12 months vboxsync VBoxDbg: Reverted r161795, included too much. bugref:10376
(edit) @103461   12 months vboxsync VBoxDbg: Added some simple sub-tree filtering to the statistics …
(edit) @103460   12 months vboxsync VBoxDbg: Added some simple sub-tree filtering to the statistics …
(edit) @103458   12 months vboxsync libs/xpcom: Remove some unused stuff, bugref:3409
(edit) @103457   12 months vboxsync HGSMI: Some symbol visibility cleanup, bugref:3409
(edit) @103456   12 months vboxsync Main/Unattended/win_nt6_unattended.xml: Some Windows 10/11 installers …
(edit) @103455   12 months vboxsync Validation Kit/tdAudioTest: More bugfixes for the testboxes.
(edit) @103454   12 months vboxsync doc/man_VBoxManage-{createvm,modifyvm}.xml,ImageMounter/vboximg-mount: …
(edit) @103453   12 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103452   12 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103451   12 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103450   12 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103449   12 months vboxsync include/VBox/errorprint.h,FE/VBoxAutostart: Some warning fixes, bugref:3409
(edit) @103448   12 months vboxsync NetworkServices/NetLib/VBoxNetPortForwardString.cpp: Fix some parfait …
(edit) @103445   12 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103444   12 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103443   12 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
(edit) @103442   12 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103441   12 months vboxsync IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can …
(edit) @103440   12 months vboxsync IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is not …
(edit) @103439   12 months vboxsync IPRT/xml.cpp: Simplified the XmlFileWriter::write() path handling. …
(edit) @103438   12 months vboxsync IPRT/dbgmod: Simplified and restored old alloca errora handling …
(edit) @103437   12 months vboxsync tstShflCase: Return non-zero error if the testcase failed. Eliminated …
(edit) @103436   12 months vboxsync vboximg-mount: added a couple of missing newline characters into usage …
(edit) @103435   12 months vboxsync Storage/{VISO.cpp,ISCSI.cpp}: Verify that there is a config interface …
(edit) @103434   12 months vboxsync tstShflCase: You cannot use RTTESTI_CHECK_RC_OK w/o first calling …
(edit) @103433   12 months vboxsync Debugger: Some warning fixes, bugref:3409
(edit) @103432   12 months vboxsync tstInt: Fixed error handling. bugref:3409
(edit) @103431   12 months vboxsync tstIntNet-1: RTStrCat won't fail because we already subtracted the …
(edit) @103430   12 months vboxsync DrvAudio: No need to use either RTStrCopy[2] or RTStrCat[2] here, …
(edit) @103429   12 months vboxsync Main/PerformanceLinux.cpp: Avoid re-doing overflow checks too many …
(edit) @103428   12 months vboxsync Shared Clipboard: Moved debug assertion within shClX11ResponseFree(). …
(edit) @103427   12 months vboxsync Main/xpcom/server_module.cpp: Use RTPathAppend instead of RTStrCat and …
(edit) @103426   12 months vboxsync Shared Clipboard: Logging nit. bugref:9437
(edit) @103425   12 months vboxsync Devices/Serial: Fix some warnings, parfait:3409
(edit) @103424   12 months vboxsync DBGPlugInDarwin: Reworked the r161579 changes. bugref:3409
(edit) @103423   12 months vboxsync FsPerf: Reverted changes from r161579 again as these are unnecessary - …
(edit) @103422   12 months vboxsync Debugger: Fix some harmless warnings, bugref:3409
(edit) @103421   12 months vboxsync libs/xpcom: Make use of vrc to check for success (fixes parfait …
(edit) @103420   12 months vboxsync Main/DrvAudioRec: Don't evaluate RTCircBufFree() twice. bugref:3409
(edit) @103419   12 months vboxsync Devices/Graphics: Committed a bit too much in r161740, bugref:3409
(edit) @103418   12 months vboxsync ValidationKit: Fix some unused expression warnings, bugref:3409
(edit) @103417   12 months vboxsync Devices/Graphics,VMM: Fix some unused function warnings, bugref:3409
(edit) @103416   12 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103415   12 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103413   12 months vboxsync Additions/VBoxService/VBoxServiceControlSession.cpp: Use uint32_t …
(edit) @103412   12 months vboxsync Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
(edit) @103411   12 months vboxsync FE/VBoxManage: Redo weird logic in handleRegisterVM to fix some …
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