VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95450   2 years vboxsync Main/MachineImpl: Cleaned up all the RTFileDelete() calls to only use …
(edit) @95437   2 years vboxsync Main/UnattendedInstall: Minimalistic support for FreeBSD >= 10.0 …
(edit) @95436   2 years vboxsync Main/UnattendedInstall: Minimalistic support for FreeBSD >= 10.0 …
(edit) @95433   2 years vboxsync Audio/Main: Renaming (HRESULT hr -> hrc). bugref:10050
(edit) @95432   2 years vboxsync Audio/Main: The audio setting's adapter also has to initialized when …
(edit) @95428   2 years vboxsync Main: Resolved a @todo: Renamed VBoxEventType_Last -> VBoxEventType_End.
(edit) @95426   2 years vboxsync Main: Use the new "Default" audio driver by default for newly created …
(edit) @95425   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95424   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95395   2 years vboxsync Main/Mouse+SystemProperties+Settings: Forgotten important pieces of …
(edit) @95386   2 years vboxsync Guest Control/Main: Added IFsInfo, IGuestFsInfo, …
(edit) @95385   2 years vboxsync Guest Control/Main: Added IFsInfo, IGuestFsInfo, …
(edit) @95369   2 years vboxsync FE/Qt, Main/Console+Mouse: Make compatible with Qt6, and add some API …
(edit) @95368   2 years vboxsync FE/Qt, Main/Console+Mouse, VBoxManage: Touchpad support, should be …
(edit) @95367   2 years vboxsync Main/FE: Added new audio driver type "default" to make it possible to …
(edit) @95365   2 years vboxsync Main: Docs nit. bugref:10051
(edit) @95364   2 years vboxsync Main/FE: Added new audio driver type "default" to make it possible to …
(edit) @95353   2 years vboxsync FE/VBoxAutostart/adi: Added documentation for running in session 0 + …
(edit) @95339   2 years vboxsync GuestPropertySvc.h,Main: Changed GuestPropValidateName and …
(edit) @95338   2 years vboxsync GuestPropertySvc.h,Main: Changed GuestPropValidateName and …
(edit) @95337   2 years vboxsync Main/Settings.cpp: Use RTCString::trucate to reduce guest property …
(edit) @95334   2 years vboxsync GuestPropertySvc.h,Main/Settings.cpp: Made GUEST_PROP_MAX_NAME_LEN and …
(edit) @95330   2 years vboxsync Main/ConsoleImpl.cpp: nit
(edit) @95325   2 years vboxsync Main/xml: Removed unnecessary string resizing in …
(edit) @95318   2 years vboxsync Additions: X11: allow shared folder to be mounted if it is represented …
(edit) @95283   2 years vboxsync /Config.kmk,webservices: Apply -fno-printf-return-value to try prevent …
(edit) @95274   2 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95271   2 years vboxsync Touchpad: First part of touchpad support, PDM interface and device …
(edit) @95256   2 years vboxsync VMM/CFGM,NEM,HM,ConsoleImpl2: Let CPUM take care of enabling 64-bit …
(edit) @95254   2 years vboxsync Main/ConsoleImpl2.cpp: Removed some 32-bit REM configuration code. …
(edit) @95229   2 years vboxsync Guest properties: more checks when reading properties from xml, …
(edit) @95186   3 years vboxsync Main/glue: Updated NativeEventQueue::processEventQueue with more …
(edit) @95182   3 years vboxsync Main/glue: Updated NativeEventQueue::processEventQueue with more …
(edit) @95156   3 years vboxsync Main/Unattended: bugref:9781. Use VBOXOSTYPE_OsTypeMask for distro …
(edit) @95155   3 years vboxsync Main/Unattended: Use VBOXOSTYPE_OsTypeMask. bugref:9781
(edit) @95154   3 years vboxsync Main/Unattended: bugref:9781. Detect OpenSUSE distro name and black …
(edit) @95143   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95142   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95140   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95120   3 years vboxsync Main/svcmain: Missing throw() on Unlock (noexcept/c++17).
(edit) @95119   3 years vboxsync Main/VBoxSDS: Missing throw() on preMessageLoop (noexcept/c++17).
(edit) @95118   3 years vboxsync Main/VirtualBoxImpl: Don't use DECLCALLBACKPTR for a C++ callback …
(edit) @95117   3 years vboxsync Main/MediumImpl: std::unary_function was removed in c++17 and VC++ …
(edit) @95116   3 years vboxsync Main/USBDeviceFiltersImpl: Don't make an extra copy of the filter …
(edit) @95115   3 years vboxsync Main/ExtPackManagerImpl: Don't make an extra copy of the …
(edit) @95066   3 years vboxsync Main/ConsoleImpl2.cpp: No need to check for the host's VT-x/AMD-V and …
(edit) @95065   3 years vboxsync Main/Host::i_updateProcessorFeatures: SUPR0QueryVTCaps may return …
(edit) @95064   3 years vboxsync Validation Kit/Unattended tests: bugref:9781. Disabling unattended …
(edit) @95028   3 years vboxsync Main/testcases/tstVBoxCrypto.cpp: Some basic testcase for the VFS file …
(edit) @95027   3 years vboxsync Main/testcases/tstVBoxCrypto.cpp: Some basic testcase for the VFS file …
(edit) @94981   3 years vboxsync Main/Update check Removed update agent-specific proxy settings. …
(edit) @94980   3 years vboxsync Main/testcase: Skip the testcase if the crpytographic module is not …
(edit) @94979   3 years vboxsync Main/testcase: Start implementing a testcase for the cryptographic …
(edit) @94974   3 years vboxsync GCM: Enabled divide by zero fixing automagic for some guests.
(edit) @94966   3 years vboxsync Main/src-client/RecordingStream.cpp: Adjust to the new rules wrt. to …
(edit) @94965   3 years vboxsync Main/src-client/RemoteUSBBackend.cpp: Adjust to the new rules wrt. to …
(edit) @94964   3 years vboxsync Main/src-client/VMMDevInterface.cpp: Adjust to the new rules wrt. to …
(edit) @94963   3 years vboxsync Main/src-client/EmulatedUSBImpl.cpp: Adjust to the new rules wrt. to …
(edit) @94962   3 years vboxsync Main/src-client/WebMWriter.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94960   3 years vboxsync Main/src-client/ConsoleVRDPServer.cpp: Adjust to the new rules wrt. to …
(edit) @94958   3 years vboxsync Main/src-client/GuestDirectoryImpl.cpp: Adjust to the new rules wrt. …
(edit) @94957   3 years vboxsync Main/src-client/DrvAudioRec.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94954   3 years vboxsync Main/src-client/GuestImpl.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94953   3 years vboxsync Main/src-client/EBMLWriter.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94952   3 years vboxsync Main/src-client/HGCMThread.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94951   3 years vboxsync Main/src-client/MachineDebuggerImpl.cpp: Adjust to the new rules wrt. …
(edit) @94950   3 years vboxsync Main/src-client/Recording.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94949   3 years vboxsync Main/src-client/SessionImpl.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94948   3 years vboxsync Main/src-client/ConsoleImpl2.cpp: Adjust to the new rules wrt. to rc …
(edit) @94947   3 years vboxsync Main/src-client/ConsoleImpl2.cpp: Adjust to the new rules wrt. to rc …
(edit) @94942   3 years vboxsync Main/src-client/GuestFileImpl.cpp: Adjust to the new rules wrt. to rc …
(edit) @94939   3 years vboxsync Main/src-client/UsbWebcamInterface.cpp: Adjust to the new rules wrt. …
(edit) @94938   3 years vboxsync Main/src-client/DisplayImplLegacy.cpp: Adjust to the new rules wrt. to …
(edit) @94937   3 years vboxsync Main/src-client/HGCM.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94936   3 years vboxsync Main/src-client/HGCMObjects.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94935   3 years vboxsync Main/src-client/GuestSessionImplTasks.cpp: Adjust to the new rules …
(edit) @94926   3 years vboxsync Main/src-client/VirtualBoxClientImpl.cpp: Adjust to the new rules wrt. …
(edit) @94925   3 years vboxsync Main/src-client/RecordingUtils.cpp: Adjust to the new rules wrt. to rc …
(edit) @94924   3 years vboxsync Main/src-client/MouseImpl.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94923   3 years vboxsync Main/src-client/KeyboardImpl.cpp: Adjust to the new rules wrt. to rc …
(edit) @94922   3 years vboxsync Main/src-client/DrvAudioVRDE.cpp: Adjust to the new rules wrt. to rc …
(edit) @94921   3 years vboxsync Main/src-client/DisplaySourceBitmapImpl.cpp: Adjust to the new rules …
(edit) @94920   3 years vboxsync Main/src-client/BusAssignmentManager.cpp: Adjust to the new rules wrt. …
(edit) @94919   3 years vboxsync Main/src-client/AudioDriver.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94918   3 years vboxsync Main/src-client/GuestCtrlImpl.cpp: Adjust to the new rules wrt. to rc …
(edit) @94917   3 years vboxsync Main/src-client/ConsoleImplTeleporter.cpp: Adjust to the new rules …
(edit) @94916   3 years vboxsync Main/src-client/DisplayImpl.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94915   3 years vboxsync Main/src-client/GuestProcessImpl.cpp: Adjust to the new rules wrt. to …
(edit) @94914   3 years vboxsync Main/src-client/GuestDnDTargetImpl.cpp: Adjust to the new rules wrt. …
(edit) @94912   3 years vboxsync Main/src-all: Adjust to the new rules wrt. to rc -> hrc,vrc usage, …
(edit) @94907   3 years vboxsync Main/AutoCaller.h: Add convenience wrapper isNotOk(), bugref:10223
(edit) @94906   3 years vboxsync Main/ProgressImpl.cpp: Adjust to the new rules wrt. to rc -> hrc,vrc …
(edit) @94893   3 years vboxsync Main/ConsoleImpl2: Some rc vs hrc mixup, bugref:3409
(edit) @94892   3 years vboxsync Main/ConsoleImpl2: Some rc vs hrc mixup, bugref:3409
(edit) @94891   3 years vboxsync Main/ConsoleImpl2: Make controllerString() static, it is not used …
(edit) @94890   3 years vboxsync libs/libssh,Main,FE/VBoxManage,Devices/Network/DrvCloudTunnel|ai: Add …
(edit) @94864   3 years vboxsync Main/Snapshot: Fix deparenting crash (lost in the big change for …
(edit) @94863   3 years vboxsync Main/VirtualBox: Turn some release logging into debug logging. Too …
(edit) @94848   3 years vboxsync Main/Console: Fixed some IRPT and COM status code style mixup, bugref:9955
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