VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74433   6 years vboxsync Main: Build fix. bugref:9249
(edit) @74431   6 years vboxsync Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
(edit) @74413   6 years vboxsync DisplayImpl: mark the screen resized by VGA as active.
(edit) @74411   6 years vboxsync DnD: Renamed action names, added typedefs for DnD actions.
(edit) @74361   6 years vboxsync DnD/Main: Logging nits.
(edit) @74353   6 years vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74290   6 years vboxsync Main/Makefile.kmk: Reduce VBoxAPIWrap sources when VBOX_ONLY_EXTPACK …
(edit) @74257   7 years vboxsync Main: scm fix
(edit) @74243   7 years vboxsync VBoxAPI-start-alternative.d: whatever. bugref:9152
(edit) @74238   7 years vboxsync Main: Attempt at making dtrace 1.6.2 happy. bugref:9152
(edit) @74219   7 years vboxsync Main/ExtPack: Add another extpack helper function related to IProgress …
(edit) @74218   7 years vboxsync Main/Makefile.kmk: Adjustments for VBOX_ONLY_EXTPACKS. bugref:9152
(edit) @74217   7 years vboxsync bugref:9152. Progress implementation. Rearranging the code.
(edit) @74214   7 years vboxsync CloudProviderManagerImpl.cpp: Another build fix for …
(edit) @74212   7 years vboxsync CloudProviderManagerImpl.cpp: Another build fix for …
(edit) @74207   7 years vboxsync CloudProviderManagerImpl.cpp: Build fix for …
(edit) @74206   7 years vboxsync CloudProviderManagerImpl.cpp: Build fix for …
(edit) @74186   7 years vboxsync bugref:9152. Added Progress for the second part of OCI export.
(edit) @74146   7 years vboxsync OCI: POC on setting Progress data from ExtPack. Shows fake data, but …
(edit) @74136   7 years vboxsync scm burn fix
(edit) @74123   7 years vboxsync OCI: debug print for incoming parameters
(edit) @74092   7 years vboxsync OCI: Fix for makefiles. Completely breaks execution with …
(edit) @74086   7 years vboxsync OCI: initial commit for CloudClient::exportVM function
(edit) @74003   7 years vboxsync Main: bugref:9231: added ability to set IMedium:location for medium …
(edit) @73975   7 years vboxsync bugref:9152. build fix.
(edit) @73974   7 years vboxsync bugref:9152. build fix.
(edit) @73973   7 years vboxsync bugref:9152. build fixes.
(edit) @73972   7 years vboxsync bugref:9152. build fixes.
(edit) @73971   7 years vboxsync bugref:9152. Moved OCI stuff from server to extpack.
(edit) @73941   7 years vboxsync DnD/Main: Fixed including the context ID when using protocol v3 with …
(edit) @73940   7 years vboxsync DnD/HostService: Renaming, docs (build fix).
(edit) @73932   7 years vboxsync Drop trailing whitespace.
(edit) @73929   7 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73919   7 years vboxsync Main: On Windows, fix compiling with VBOX_WITH_SDS=
(edit) @73916   7 years vboxsync Main/ExtPackManager: add missing space in the release log between the …
(edit) @73903   7 years vboxsync bugref:9152. Fixed try-catch logic.
(edit) @73901   7 years vboxsync ApplianceImplExport.cpp: Fixed scm; added three r=bird todos in …
(edit) @73897   7 years vboxsync bugref:9152. Build fixes.
(edit) @73896   7 years vboxsync bugref:9152. Build fixes.
(edit) @73894   7 years vboxsync bugref:9152. Build fixes.
(edit) @73893   7 years vboxsync bugref:9152. Build fixes.
(edit) @73892   7 years vboxsync bugref:9152. divided the OCI/OPC/OVF tasks into the separate threads.
(edit) @73873   7 years vboxsync OCI: Move OCI code to the extension pack
(edit) @73858   7 years vboxsync Main: bugref:8929: Medium::setDescription has been reordered to avoid …
(edit) @73853   7 years vboxsync Main/CloudClient+Progress+ExtPack: Make use of the extpack helper …
(edit) @73838   7 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73835   7 years vboxsync Main/OCI: doxygen comment fix
(edit) @73829   7 years vboxsync Main/ExtPackManager: resolve signed/unsigned warnings on Windows
(edit) @73827   7 years vboxsync Main/ExtPackManager: windows build fix
(edit) @73826   7 years vboxsync Main/UnattendedScript: clean up includes, it never needed MachineImpl.h
(edit) @73825   7 years vboxsync Main/ExtPack: Add extpack helper interface for creating and updating …
(edit) @73824   7 years vboxsync Main/Progress: eliminate useless copying of Utf8Str for method calls
(edit) @73805   7 years vboxsync fixed signed/unsigned mismatch in the comparsion
(edit) @73804   7 years vboxsync Main: bugref:9075: added check into the IMachine::SetExtraData and …
(edit) @73784   7 years vboxsync Main/Appliance: Fix import regression caused by the progress cleanup.
(edit) @73768   7 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73757   7 years vboxsync MachineImplMoveVM.cpp: Try fix doxygen burn on Win64dep.
(edit) @73744   7 years vboxsync Main/Machine: bugref:8612: fix build without extpack support (very …
(edit) @73743   7 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73740   7 years vboxsync Main: bugref:8612: add implementaion of Machine::applyDefault() in …
(edit) @73733   7 years vboxsync Main/CloudProviderManager: fix accidentally introduced last second …
(edit) @73719   7 years vboxsync Main/Cloud: fix copyright header and todo
(edit) @73716   7 years vboxsync Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce …
(edit) @73685   7 years vboxsync Audio/DrvAudioVRDE: Corrected output stream buffer / period / …
(edit) @73665   7 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73664   7 years vboxsync Main: bugref:8598: added "Keep hardware UUIDs" option to "clone …
(edit) @73638   7 years vboxsync Main/DrvAudioVRDE: do not crash if PDM driver does not exist. bugref:9225
(edit) @73629   7 years vboxsync Audio/Main: Also insert the debugging enabled / path values into the …
(edit) @73624   7 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73622   7 years vboxsync Main: Doxygen build fix.
(edit) @73621   7 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73612   7 years vboxsync Audio/Main: Added support for superseding extra-data values with …
(edit) @73611   7 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73589   7 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73584   7 years vboxsync DrvAudio/DrvAudioVRDE: Report the backend as operational via …
(edit) @73571   7 years vboxsync bugref:9152. Renamed ICloudUserProfiles to ICloudProvider, …
(edit) @73564   7 years vboxsync Audio/VRDE: Let the user know in verbose logging that VRDE does not …
(edit) @73562   7 years vboxsync ExtPackManager: Fix endless loop (copy/paste bug) in i_queryObjects …
(edit) @73554   7 years vboxsync ExtPack cloud stuff, XPCOM fixes. bugref:9152
(edit) @73553   7 years vboxsync ExtPack cloud stuf. bugref:9152
(edit) @73551   7 years vboxsync VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK (bugref:9152)
(edit) @73549   7 years vboxsync CloudProviderManager: Sketched how to put the cloud stuff in the …
(edit) @73548   7 years vboxsync ExtPackManager: Added i_queryObjects method for collecting objects …
(edit) @73543   7 years vboxsync Build fix.
(edit) @73541   7 years vboxsync Build fix.
(edit) @73540   7 years vboxsync Audio/DrvAudioVideoRec.cpp: Forgot that file wrt returning …
(edit) @73536   7 years vboxsync bugref:9152. Removed svn property "sync-process".
(edit) @73535   7 years vboxsync bugref:9152. New classes CloudAPI, OCIIAM, OCIObjectStorage, …
(edit) @73529   7 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73505   7 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73504   7 years vboxsync vboxweb.cpp: Pass unique fd_set for each select parameter to make GCC …
(edit) @73464   7 years vboxsync Audio/VRDE: Fixed setting the shift parameter of the acquired stream …
(edit) @73430   7 years vboxsync Audio/VRDE: Only report a running / writable state if any clients are …
(edit) @73408   7 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73380   7 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73372   7 years vboxsync Build fix.
(edit) @73370   7 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73368   7 years vboxsync VirtualBoxClientListImpl.cpp: scm fix
(edit) @73361   7 years vboxsync Main/VBoxSDS:?bugref:3300: fixed tabs
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