VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73571   6 years vboxsync bugref:9152. Renamed ICloudUserProfiles to ICloudProvider, …
(edit) @73564   6 years vboxsync Audio/VRDE: Let the user know in verbose logging that VRDE does not …
(edit) @73562   6 years vboxsync ExtPackManager: Fix endless loop (copy/paste bug) in i_queryObjects …
(edit) @73554   6 years vboxsync ExtPack cloud stuff, XPCOM fixes. bugref:9152
(edit) @73553   6 years vboxsync ExtPack cloud stuf. bugref:9152
(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) @73543   6 years vboxsync Build fix.
(edit) @73541   6 years vboxsync Build fix.
(edit) @73540   6 years vboxsync Audio/DrvAudioVideoRec.cpp: Forgot that file wrt returning …
(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) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73504   6 years vboxsync vboxweb.cpp: Pass unique fd_set for each select parameter to make GCC …
(edit) @73464   6 years vboxsync Audio/VRDE: Fixed setting the shift parameter of the acquired stream …
(edit) @73430   6 years vboxsync Audio/VRDE: Only report a running / writable state if any clients are …
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73380   6 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73372   6 years vboxsync Build fix.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73368   6 years vboxsync VirtualBoxClientListImpl.cpp: scm fix
(edit) @73361   6 years vboxsync Main/VBoxSDS:?bugref:3300: fixed tabs
(edit) @73358   6 years vboxsync Main/VBoxSDS: ?bugref:3300: cosmetic changes
(edit) @73337   6 years vboxsync bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.
(edit) @73321   6 years vboxsync Main: bugref:9152: A bit of fixes for hardcoded json string to improve …
(edit) @73314   6 years vboxsync Main: bugref:9152: A bit of fixes for hardcoded json string to improve …
(edit) @73308   6 years vboxsync Main/ConsoleImple2: The new serial device needs the trusted helpers
(edit) @73258   6 years vboxsync Audio/Main: Implemented feeding the pre-buffering, buffer size and …
(edit) @73240   6 years vboxsync Main: bugref:9152: A bit of fixes for hardcoded json string to let Qt …
(edit) @73239   6 years vboxsync Audio/Main: Factored out the CFGM driver (LUN) construction to avoid …
(edit) @73222   6 years vboxsync bugref:9152. scm issue.
(edit) @73221   6 years vboxsync bugref:9152. Fixed tangle between COM errors and VirtualBox errors.
(edit) @73218   6 years vboxsync CloudUserProfileManager::getProfilesByProvider: Use IPRT for building …
(edit) @73216   6 years vboxsync bugref:9152. Added 6 new values into VirtualSystemDescriptionType. …
(edit) @73204   6 years vboxsync bugref:9152. Correctly processing the nonexisting configuration file.
(edit) @73188   6 years vboxsync bugref:9152. Added the call RTCString::strip() for Windows compatibility.
(edit) @73177   6 years vboxsync bugref:9152. Fixed error handling
(edit) @73174   6 years vboxsync bugref:9152. Removed unused variable.
(edit) @73173   6 years vboxsync bugref:9152. Fixed several issues in the code.
(edit) @73170   6 years vboxsync bugref:9152. Fixed object init, must report init success otherwise it …
(edit) @73169   6 years vboxsync bugref:9152. scm issues.
(edit) @73168   6 years vboxsync revert the changes
(edit) @73167   6 years vboxsync bugref:9152. scm issues.
(edit) @73164   6 years vboxsync bugref:9152. fixed scm issues.
(edit) @73155   6 years vboxsync bugref:9152. The function createCloudUserProfileManager was added.
(edit) @73154   6 years vboxsync bugref:9152. Added 3 interfaces: CloudClient, CloudUserProfileList, …
(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) @73104   6 years vboxsync Main: Two clang build fixes (offset-of cleanup).
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73089   6 years vboxsync Main/Appliance: use the proper version info for the tar member group …
(edit) @73063   6 years vboxsync Guest Control/Main: Renamed VERR_GSTCTL_PROCESS_EXIT_CODE -> …
(edit) @73040   6 years vboxsync Build fix.
(edit) @73038   6 years vboxsync Build fix.
(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) @73005   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @73000   6 years vboxsync ConsoleImpl2.cpp: Missing break.
(edit) @72999   6 years vboxsync MediumImpl: Fixed MediumVariant_Formatted implementation and made it a …
(edit) @72996   6 years vboxsync Main/Makefile.kmk: Drop commented out statment as it moved into …
(edit) @72980   6 years vboxsync Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
(edit) @72979   6 years vboxsync netif.h: Document duplicating of VirtualBox.xidl enums and ask why …
(edit) @72975   6 years vboxsync Main: Always use VBox/com/VirtualBox.h to include VirtualBox_XPCOM.h. …
(edit) @72974   6 years vboxsync Main: Some early sketches on how to get proper C++ enums with xpidl.
(edit) @72973   6 years vboxsync Main: Some early sketches on how to get proper C++ enums with xpidl.
(edit) @72972   6 years vboxsync NetworkAdapter::i_isModified: Should probably check whether NAT …
(edit) @72971   6 years vboxsync NetworkAdapter::i_isModified: s/type/mode/ for checking for NAT.
(edit) @72962   6 years vboxsync Main: Doxygen
(edit) @72961   6 years vboxsync Main: Doxygen
(edit) @72960   6 years vboxsync Main/GuestCtrl: Move the guest additions update code from RTIsoFs* to …
(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) @72950   6 years vboxsync MediumIOImpl.cpp: Fix gcc warnings and errors.
(edit) @72948   6 years vboxsync Main: Introducing IMediumIO for accessing the content of a medium. …
(edit) @72947   6 years vboxsync GluePrintRCMessage: Ditto. GluePrintErrorInfo: catch std::bad_alloc …
(edit) @72944   6 years vboxsync GluePrintErrorContext: In fact, don't make any copy of anything here. …
(edit) @72943   6 years vboxsync GluePrintErrorContext: Don't make an unnecessary copy of the filename …
(edit) @72939   7 years vboxsync Main: My catch(std::bad_alloc) obsession. :-)
(edit) @72938   7 years vboxsync Main: VirtualBoxBase::setErrorInternal: Provide default error text for …
(edit) @72919   7 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72915   7 years vboxsync VirtualBox.xidl: comment fixes
(edit) @72902   7 years vboxsync Appliance::i_URIFromTypeOfVirtualDiskFormat: is unused
(edit) @72901   7 years vboxsync ApplianceImpl.cpp: Removed empty doxygen return and param tags.
(edit) @72900   7 years vboxsync ApplianceImpl.cpp: Replaced the supportedStandardsURI std::map by a …
(edit) @72899   7 years vboxsync ApplianceImpl.cpp: Lose the silly applianceIONameMap and associated …
(edit) @72898   7 years vboxsync ApplianceImpl.cpp: Removed empty doxygen return and param tags.
(edit) @72883   7 years vboxsync Main/Medium: add API flag for creating formatted floppy images …
(edit) @72847   7 years vboxsync Main/Event: ListenerRecord - consistently use member initializer list.
(edit) @72841   7 years vboxsync Main/MachineImplMoveVM: bugref:8345. Fixed wrong manipulation with …
(edit) @72840   7 years vboxsync bugref:8345. Fixed wrong manipulation with iterator.
(edit) @72834   7 years vboxsync MachineImplMoveVM: match new[] with delete[]
(edit) @72833   7 years vboxsync Main/USBProxyService: prefer prefix increment of an iterator in a …
(edit) @72828   7 years vboxsync ConsoleImpl: test for empty() instead of size() == 0
(edit) @72804   7 years vboxsync Main/GuestSessionImpl: fix edito in previous, caught by -Wnonnull
(edit) @72703   7 years vboxsync Main/Medium: Fix a number of potential deadlocks due to lock order …
(edit) @72700   7 years vboxsync Main/Machine: keep default '/' group if no group is specified on VM …
(edit) @72608   7 years vboxsync HostDnsService: drop repeated NULL test.
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