VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75417   6 years vboxsync Recording/Main: Simplified code a bit; use the stream settings file …
(edit) @75393   6 years vboxsync Recording/Main: Renaming, docs.
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75373   6 years vboxsync Main: bugref:6598: Added ability to merge mediums with different sizes …
(edit) @75366   6 years vboxsync Recording: Added support for parsing the (legacy) option string values …
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75355   6 years vboxsync Build fix.
(edit) @75354   6 years vboxsync Recording: More renaming for Main internals.
(edit) @75352   6 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(edit) @75346   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING, …
(edit) @75345   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING.
(edit) @75344   6 years vboxsync Recording/Main: More file renaming.
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75326   6 years vboxsync Recording: Added a read-only ID attribute to ICaptureScreenSettings.
(edit) @75324   6 years vboxsync Recording: More settings bugfixes for Main and FE/Qt.
(edit) @75322   6 years vboxsync Recording: SVN props.
(edit) @75313   6 years vboxsync Recording: More bugfixes for Main and FE/Qt.
(edit) @75312   6 years vboxsync OCI: We now pass subnet, not VCN. Uncovered by better error handling …
(edit) @75307   6 years vboxsync Recording: Bugfixes for Main and FE/Qt.
(edit) @75287   6 years vboxsync Capturing/Main: Bugfixes for startup.
(edit) @75286   6 years vboxsync Drop spurious svn:executable
(edit) @75279   6 years vboxsync Capturing: Use uint32_t as internal screen settings screen ID.
(edit) @75269   6 years vboxsync Capturing: Added more per-screen attributes, such as audio parameters, …
(edit) @75260   6 years vboxsync Capturing: Build fix.
(edit) @75259   6 years vboxsync Capturing: Build fix.
(edit) @75257   6 years vboxsync Capturing: Build fix.
(edit) @75254   6 years vboxsync Capturing: Build fix.
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @75167   6 years vboxsync Main/HGCM: Must deregister the 'guestprops' info item before shutting …
(edit) @75139   6 years vboxsync Main/BIOSSettings: Comment typos and updates.
(edit) @75072   6 years vboxsync VideoRec/Main: This is the timestamp, not the duration (renaming).
(edit) @75067   6 years vboxsync Build fix.
(edit) @75066   6 years vboxsync VideoRec/Main: More renaming.
(edit) @75047   6 years vboxsync VideoRec/WebMWriter: Renaming, docs.
(edit) @75041   6 years vboxsync VideoRec/WebMWriter: Fixed the relative timecode handling when …
(edit) @75040   6 years vboxsync VideoRec/Main: Factored out the stream processing code into an own …
(edit) @75033   6 years vboxsync VideoRec/Main: Make sure to initialize cluster count in WebMSegment.
(edit) @75032   6 years vboxsync VideoRec/Main: More cleanup code for WebMSegment class.
(edit) @75031   6 years vboxsync VideoRec/Main: Renaming.
(edit) @75030   6 years vboxsync VideoRec/Main: Extended the cue list with positions on a per-track basis.
(edit) @75005   6 years vboxsync Main: build fix (stdint.h)
(edit) @74999   6 years vboxsync VideoRec/Main: SCM fixes.
(edit) @74996   6 years vboxsync VideoRec/Main: Added a video recording video codec type for VP8/VP9.
(edit) @74995   6 years vboxsync VideoRec/Main: Build fix.
(edit) @74992   6 years vboxsync VideoRec/Main: Split up code into more modules for easier maintenance.
(edit) @74991   6 years vboxsync VideoRec/Main: Don't use the logging facility in EBMLWriter.h.
(edit) @74988   6 years vboxsync VideoRec/Main: Moved EBML / MKV writer + definition headers into …
(edit) @74955   6 years vboxsync VideoRec/Main: Implemented applying audio driver configuration at …
(edit) @74926   6 years vboxsync OCI: Get rid of the VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK switch which …
(edit) @74822   6 years vboxsync Main: bugref:9152 Implement the convertToStream API
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74776   6 years vboxsync Main: Started implementing the IDataStream interface
(edit) @74765   6 years vboxsync VideoRec/Main: Condensed code for enabling / disabling video (audio) …
(edit) @74761   6 years vboxsync Main/MediumIO: add stub for a method to convert a medium to a data …
(edit) @74734   6 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74431   6 years vboxsync Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
(edit) @74353   6 years vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74219   6 years vboxsync Main/ExtPack: Add another extpack helper function related to IProgress …
(edit) @74214   6 years vboxsync CloudProviderManagerImpl.cpp: Another build fix for …
(edit) @74003   6 years vboxsync Main: bugref:9231: added ability to set IMedium:location for medium …
(edit) @73929   6 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73892   6 years vboxsync bugref:9152. divided the OCI/OPC/OVF tasks into the separate threads.
(edit) @73826   6 years vboxsync Main/UnattendedScript: clean up includes, it never needed MachineImpl.h
(edit) @73825   6 years vboxsync Main/ExtPack: Add extpack helper interface for creating and updating …
(edit) @73824   6 years vboxsync Main/Progress: eliminate useless copying of Utf8Str for method calls
(edit) @73768   6 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73743   6 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73716   6 years vboxsync Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce …
(edit) @73571   6 years vboxsync bugref:9152. Renamed ICloudUserProfiles to ICloudProvider, …
(edit) @73551   6 years vboxsync VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK (bugref:9152)
(edit) @73549   6 years vboxsync CloudProviderManager: Sketched how to put the cloud stuff in the …
(edit) @73548   6 years vboxsync ExtPackManager: Added i_queryObjects method for collecting objects …
(edit) @73536   6 years vboxsync bugref:9152. Removed svn property "sync-process".
(edit) @73535   6 years vboxsync bugref:9152. New classes CloudAPI, OCIIAM, OCIObjectStorage, …
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73337   6 years vboxsync bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.
(edit) @73258   6 years vboxsync Audio/Main: Implemented feeding the pre-buffering, buffer size and …
(edit) @73239   6 years vboxsync Audio/Main: Factored out the CFGM driver (LUN) construction to avoid …
(edit) @73216   6 years vboxsync bugref:9152. Added 6 new values into VirtualSystemDescriptionType. …
(edit) @73173   6 years vboxsync bugref:9152. Fixed several issues in the code.
(edit) @73164   6 years vboxsync bugref:9152. fixed scm issues.
(edit) @73155   6 years vboxsync bugref:9152. The function createCloudUserProfileManager was added.
(edit) @73133   6 years vboxsync Main/Appliance: fix header file parameter name inconsistency
(edit) @73132   6 years vboxsync Main/Appliance: fix a regression caused by introducing the custom VM …
(edit) @73037   6 years vboxsync Guest Control/Main: Cleaned up internal symlink handling for copyTo / …
(edit) @73036   6 years vboxsync Guest Control/Main: Renamed VERR_GSTCTL_PROCESS_EXIT_CODE -> …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72999   6 years vboxsync MediumImpl: Fixed MediumVariant_Formatted implementation and made it a …
(edit) @72979   6 years vboxsync netif.h: Document duplicating of VirtualBox.xidl enums and ask why …
(edit) @72958   6 years vboxsync Main/GuestCtrl: Move the guest additions update code from RTIsoFs* to …
(edit) @72957   6 years vboxsync doxygen fixes for r123500
(edit) @72948   6 years vboxsync Main: Introducing IMediumIO for accessing the content of a medium. …
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72902   6 years vboxsync Appliance::i_URIFromTypeOfVirtualDiskFormat: is unused
(edit) @72900   6 years vboxsync ApplianceImpl.cpp: Replaced the supportedStandardsURI std::map by a …
(edit) @72899   6 years vboxsync ApplianceImpl.cpp: Lose the silly applianceIONameMap and associated …
(edit) @72883   6 years vboxsync Main/Medium: add API flag for creating formatted floppy images …
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