VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104516   8 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104507   8 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104479   8 months vboxsync Main/src-server/win/NetIf-win.cpp: Fix statement assigning the return …
(edit) @104477   8 months vboxsync Main/src-server/win/NetIf-win.cpp: Fix statement assigning the return …
(edit) @104444   9 months vboxsync ApplianceImport/OVA: Handle trailing zeros in old ova xml properly for …
(edit) @104386   9 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104286   9 months vboxsync IPRT/log,Main: Open the parent directory of the log file on Windows …
(edit) @104275   9 months vboxsync VBoxSDS: Better check for log directory locations. bugref:10632
(edit) @104205   9 months vboxsync Main/webservice/vboxweb.cpp: Use a different approach of socket …
(edit) @104178   9 months vboxsync Guest Control: - Factored out most of the guest process stream …
(edit) @104161   9 months vboxsync Guest Control: Use a random path for storing the Linux Guest Additions …
(edit) @104154   9 months vboxsync Main/VBoxProxyStub: Fixed using service start name when (re-)creating …
(edit) @104152   9 months vboxsync VBoxSDS: Added missing syntax help, documented and show more options …
(edit) @104149   9 months vboxsync VBoxSDS: Added Windows-specific help command line parameters ('/?', …
(edit) @104028   10 months vboxsync Main/ResourceAssignmentManager.cpp: Make it build on linux.arm64 (gcc …
(edit) @104024   10 months vboxsync Main/HostDnsServiceLinux.cpp: Make it build on linux.arm64, bugref:10391
(edit) @104003   10 months vboxsync Guest Control/Main: Added a new define GSTCTL_DEFAULT_TIMEOUT_MS and …
(edit) @104001   10 months vboxsync Guest Control/Main: Renaming (removed "File" from some internal …
(edit) @103977   10 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103856   10 months vboxsync Main: Compilation fix if VBOX_WITH_USB is not defined.
(edit) @103841   10 months vboxsync VBoxSDS: Fixed log format string in VirtualBoxSDS::LaunchVMProcess().
(edit) @103564   11 months vboxsync Main/HostHardwareLinux.cpp: Plug memory leak in dvdCreateDeviceStrings()
(edit) @103553   11 months vboxsync doc/SDKRef,Main/VirtualBox.xidl: Document the changes to the Main API …
(edit) @103532   11 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103500   11 months vboxsync Main/USBProxyBackendUsbIp.cpp: Remove some useless condition which is …
(edit) @103456   11 months vboxsync Main/Unattended/win_nt6_unattended.xml: Some Windows 10/11 installers …
(edit) @103429   11 months vboxsync Main/PerformanceLinux.cpp: Avoid re-doing overflow checks too many …
(edit) @103427   11 months vboxsync Main/xpcom/server_module.cpp: Use RTPathAppend instead of RTStrCat and …
(edit) @103420   11 months vboxsync Main/DrvAudioRec: Don't evaluate RTCircBufFree() twice. bugref:3409
(edit) @103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103396   11 months vboxsync Main/Audio: Added mutable state dependency checks for audio adapter …
(edit) @103395   11 months vboxsync Main/Audio: Added mutable state dependency checks for audio adapter …
(edit) @103356   11 months vboxsync Main/tstVBoxAPIXPCOM: Parfait warning about potentially uninitialized …
(edit) @103355   11 months vboxsync Main/VBoxCAPI.cpp: Try initialize pManager to NULL to see if that …
(edit) @103332   11 months vboxsync burn fix, scm
(edit) @103331   11 months vboxsync Config.kmk,Main,libs/xpcom,HostDrivers/Support,Installer: Make …
(edit) @103329   11 months vboxsync Main/vboxapi.py: Fixed regression in PerfCollector.query(). …
(edit) @103311   11 months vboxsync Fixed some (potential) va_args leaks (found by Parfait). ​bugref:3409
(edit) @103308   11 months vboxsync Main/testcase: Only call RTRandU64Ex() once, as RT_MIN would evaluate …
(edit) @103301   11 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103300   11 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103293   11 months vboxsync Main/ConsoleImpl.cpp: Some HRESULT vs. VBox status code mixup fixes, …
(edit) @103288   11 months vboxsync Main/ovfreader: Introduce ResourceType_Invalid for 0 and check against …
(edit) @103285   11 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   11 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   11 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103248   11 months vboxsync Main: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103244   11 months vboxsync Guest Control/GuestSessionImplTasks: Fixed implicit fallthrough for …
(edit) @103147   11 months vboxsync Main: Some warning fixes about externally visible functions which …
(edit) @103109   11 months vboxsync Main/UnattendedImpl.cpp: Disabled confusing error message from …
(edit) @103098   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103097   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103091   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103088   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103087   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103086   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103085   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103072   12 months vboxsync Installer/Python: More fixes. bugref:10579
(edit) @103054   12 months vboxsync Main/Python: Fixes for Python 2.7. bugref:10579
(edit) @103035   12 months vboxsync Main/Python: More SCM fixes. bugref:10579
(edit) @103034   12 months vboxsync Main/Python: Added Copyright header to pyproject.toml, removed unused …
(edit) @103030   12 months vboxsync Main/Python: SCM fix, take 2. bugref:10579
(edit) @103029   12 months vboxsync Main/Python: SCM fix. bugref:10579
(edit) @103028   12 months vboxsync Main/Python: Big revamp to modernize our vboxapi Python package to now …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102982   12 months vboxsync Main/UnattendedTemplates/debian_postinstall.sh: Don't install packages …
(edit) @102979   12 months vboxsync Main/UnattendedTemplates/debian_postinstall.sh: Fix for subiquity, the …
(edit) @102957   12 months vboxsync Main/Python bindings: Moved the Python deprecation warning from …
(edit) @102925   12 months vboxsync Main/UnattendedTemplates/debian_preseed.cfg: Disable security updates …
(edit) @102833   12 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   12 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102680   13 months vboxsync Guest Control: Relaxed checks in IGuestSession::close() a bit, to make …
(edit) @102674   13 months vboxsync Guest Control: Actually add the found strings of …
(edit) @102673   13 months vboxsync Main/Docs: Corrected typos.
(edit) @102671   13 months vboxsync Guest Control: Actually add the found strings of …
(edit) @102670   13 months vboxsync Guest Control: Actually add the found strings of …
(edit) @102668   13 months vboxsync Guest Control: Comment nit. bugref:10415
(edit) @102667   13 months vboxsync Guest Control: Actually add the found strings of …
(edit) @102654   13 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102640   13 months vboxsync Main: Darwin Host USB: Fix asssertion on USB device attach to the …
(edit) @102614   13 months vboxsync Guest Control: Keep a COM object reference to the guest and console …
(edit) @102609   13 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff …
(edit) @102608   13 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff …
(edit) @102601   13 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff.
(edit) @102590   13 months vboxsync Unattended: implemented quick fix so files are properly cleaned up …
(edit) @102534   13 months vboxsync Main/Unattended: Renamed the attribute "IUnattended::password" to …
(edit) @102533   13 months vboxsync Main/Guest Control: Fixed a shutdown race when uninitializing guest …
(edit) @102517   13 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Get rid of most hardcoded addresses …
(edit) @102499   13 months vboxsync Main/UsbCardReader: Don't try to copy the reader name if it is NULL …
(edit) @102488   13 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102455   13 months vboxsync Main: Removed some more BUGBUG entries and documented empty / …
(edit) @102417   13 months vboxsync Main/Unattended: If detecting the ISO failed, print everything we got …
(edit) @102416   13 months vboxsync Main/Unattended: Removed the more flexible solution of being able to …
(edit) @102414   13 months vboxsync Main/Unattended: Added fallback to performing an offline install to …
(edit) @102403   13 months vboxsync Main/Unattended: Added proxy and installing Guest Additions support to …
(edit) @102398   13 months vboxsync Main/Unattended: Removed the more flexible solution of being able to …
(edit) @102381   13 months vboxsync Main/Unattended: Added stubs for IUnattended:keyboardLayout + …
(edit) @102360   14 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   14 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102355   14 months vboxsync Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from …
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