VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

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