VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

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