VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette