VirtualBox

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

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) @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 …
(edit) @72703   6 years vboxsync Main/Medium: Fix a number of potential deadlocks due to lock order …
(edit) @72479   7 years vboxsync Main/Appliance: fix parameter naming between .h and .cpp
(edit) @72476   7 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72332   7 years vboxsync Main: Added HWVirtExPropertyType::UseNativeApi for use with …
(edit) @72328   7 years vboxsync Main: Added read-only ExecutionEngine attribute to IMachineDebugger to …
(edit) @72088   7 years vboxsync Guest Control/Main: Implemented GuestWaitEvent::HasGuestError() and …
(edit) @72070   7 years vboxsync Main/GuestSessionImpl: Proposing more efficient and flexible copy flag …
(edit) @72067   7 years vboxsync Guest Control/Main: Made IGuestSession::copyFromGuest() and …
(edit) @72045   7 years vboxsync Guest Control/Main: CopyTo/CopyFrom bugfixes.
(edit) @72014   7 years vboxsync VideoRec/Main: Simplified recoding state checking by only using the …
(edit) @72001   7 years vboxsync Guest Control/Main: Implemented stubs …
(edit) @71998   7 years vboxsync bugref:8345. Fixed the case when user omits or forgets to point the …
(edit) @71997   7 years vboxsync bugref:8345. Small fix in the ErrorInfoItem() constructor.
(edit) @71990   7 years vboxsync bugref:8345. Added a new internal class ErrorInfoItem and a list …
(edit) @71979   7 years vboxsync Build fix.
(edit) @71976   7 years vboxsync Guest Control/Main: Added stubs for IGuestSession:copy[From|To]Guest() …
(edit) @71972   7 years vboxsync Guest Control/Main: Added internal access helper for IGuestFsObjInfo.
(edit) @71872   7 years vboxsync Guest Control/Main: Added GuestFsObjData::GetFileMode().
(edit) @71847   7 years vboxsync Guest Control/Main: More bugfixes for copyTo/copyFrom tasks, along …
(edit) @71846   7 years vboxsync Guest Control/Main: Added IGuestSession::i_getPathStyle() to also make …
(edit) @71824   7 years vboxsync Guest Control/Main: Docs.
(edit) @71817   7 years vboxsync Guest Control/Main: Derived the copyTo/copyFrom tasks from a new base …
(edit) @71796   7 years vboxsync Guest Control/Main: GuestSessionTask::fileCopyFrom[Ex] are now using …
(edit) @71786   7 years vboxsync Guest Control/Main: Removed the deprecated string translations in …
(edit) @71785   7 years vboxsync Guest Control/Main: Implemented GuestSession::fileOpenEx().
(edit) @71783   7 years vboxsync Build fix (forgot a file).
(edit) @71782   7 years vboxsync Guest Control: Implemented GuestFile::queryInfo() and …
(edit) @71716   7 years vboxsync VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
(edit) @71657   7 years vboxsync SVN props.
(edit) @71650   7 years vboxsync SVN props.
(edit) @71649   7 years vboxsync Guest Control/Main: Renamed SessionTaskUpdateAdditions::InstallerFile …
(edit) @71648   7 years vboxsync Guest Control/Main: Added a dedicated header file for guest session tasks.
(edit) @71634   7 years vboxsync Guest Control/Main: Use the session ID for Guest::i_sessionRemove() …
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71597   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @71581   7 years vboxsync bugref:8345. Attempt to fix the subtle bug with MEDIUMTASK structure …
(edit) @71564   7 years vboxsync Guest Control/Main: Added GuestProcessTool::uninit() and also …
(edit) @71506   7 years vboxsync Reverted r121454 (Guest Control/Main: Skip empty entries in …
(edit) @71482   7 years vboxsync Guest Control/Main: Skip empty entries in …
(edit) @71406   7 years vboxsync Guest Control: Revamped internal object [un]registration and …
(edit) @71398   7 years vboxsync DnD/Main: Got rid of defining LOG_GROUP in GuestDnDPrivate.h -- breaks …
(edit) @71345   7 years vboxsync Guest Control: Dropped the "Internal" suffix from function, as the …
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71301   7 years vboxsync Guest Control/Process: Check guest error information in the …
(edit) @71299   7 years vboxsync Guest Control: Renaming (guestRc -> rcGuest).
(edit) @71281   7 years vboxsync Guest Control/GuestProcessImpl.h: Docs.
(edit) @71272   7 years vboxsync Guest Control: Renaming, formatting.
(edit) @71264   7 years vboxsync Guest Control: Implemented support for …
(edit) @71263   7 years vboxsync Guest Control: Renamed GUESTPROCESSTOOL_FLAG_ -> …
(edit) @71261   7 years vboxsync Guest Control: Implemented support for …
(edit) @71251   7 years vboxsync Guest Control/[Directory|File]CopyFrom: Factored out the fileCopyFrom …
(edit) @71250   7 years vboxsync Guest Control/GuestDirectoryImpl: Factored out the implementations of …
(edit) @71231   7 years vboxsync Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and …
(edit) @71219   7 years vboxsync Main: Build fixes for r121122++.
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