VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100729   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98847   22 months vboxsync Main/Medium+VirtualBox: If two Machine instances of the same VM are …
(edit) @98846   22 months vboxsync Main/Medium+VirtualBox: If Medium::close() and …
(edit) @98836   22 months vboxsync Main/VirtualBox: Machine::unregister() and VirtualBox::openMachine() …
(edit) @98351   23 months vboxsync Main: Fix plural of "medium" in many comments.
(edit) @98289   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98285   23 months vboxsync src-server/VirtualBoxImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98264   23 months vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97523   2 years vboxsync Main: Add new OnMachineGroupsChanged event which fires when the groups …
(edit) @97168   2 years vboxsync Main: src-server: VirtualBoxImpl: prevent VBoxSVC deadlock, bugref:10306.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95118   3 years vboxsync Main/VirtualBoxImpl: Don't use DECLCALLBACKPTR for a C++ callback …
(edit) @94863   3 years vboxsync Main/VirtualBox: Turn some release logging into debug logging. Too …
(edit) @94840   3 years vboxsync Main/VirtualBoxImpl: Fix a possible lock order violation when the …
(edit) @94737   3 years vboxsync Main/Update check: Take #2: Boilerplate code for update agent event …
(edit) @94721   3 years vboxsync Main: Implement loading and unloading of the cryptographic support …
(edit) @94720   3 years vboxsync Main: Implement loading and unloading of the cryptographic support …
(edit) @94660   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @94643   3 years vboxsync Main/Update check: Big overhaul of the API and functionality. * Now …
(edit) @94598   3 years vboxsync Main/Machine+Medium+Snapshot+VirtualBox: Recursion elimination to save …
(edit) @94249   3 years vboxsync Main: Guest Properties: ​bugref:10185 post-review fixes. - …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92680   3 years vboxsync Main/CloudNet: ​bugref:9469 Save cloud networks upon creation.
(edit) @92176   3 years vboxsync Main/VirtualBox: Few comment fixes (there is no …
(edit) @92168   3 years vboxsync Main/HostOnlyNet: bugref:9932 Save host-only networks upon creation.
(edit) @91743   3 years vboxsync Main/Machine: Release lock while waiting in …
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @91416   3 years vboxsync Devices: bugref:9932 DrvVMNet and host-only network initial implementation
(edit) @91390   3 years vboxsync Main/NLS: TRCOMPONENT -> PTRCOMPONENT w/ some added type safety. …
(edit) @91314   3 years vboxsync Main: bugref:1909: Fixed compilation issues.
(edit) @91312   3 years vboxsync Main: bugref:1909: Prepared the API translation engine to using in …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @90440   3 years vboxsync Main/VirtualBox: New event for creating/deleting of Progress objects …
(edit) @87949   4 years vboxsync NAT/Net: Refuse to modify NATNetwork when an instance of it is …
(edit) @86908   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86521   4 years vboxsync Main/VirtualBoxImpl: Doxygen fix
(edit) @86514   4 years vboxsync VBoxSVC/VirtualBoxImpl.cpp: update @todo from r140816. bugref:9841
(edit) @86501   4 years vboxsync VBoxSVC: Fix Medium leak when encoutering duplicate instances while …
(edit) @86069   4 years vboxsync OCI: Make ICloudProviderRegisteredEvent a non-waitable notification …
(edit) @86012   4 years vboxsync OCI: Send events when a cloud provider is registered or is about to be …
(edit) @85309   4 years vboxsync Main: Try harder using the Utf8Str versions of the event stuff where …
(edit) @85307   4 years vboxsync Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
(edit) @85306   4 years vboxsync Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
(edit) @85304   4 years vboxsync Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
(edit) @85302   4 years vboxsync Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
(edit) @85301   4 years vboxsync Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
(edit) @85300   4 years vboxsync Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
(edit) @85292   4 years vboxsync Main/VirtualBoxImpl.cpp: scm fix. bugref:9790
(edit) @85287   4 years vboxsync Main/VirtualBoxImpl.cpp: Fix copy&paste blunder in …
(edit) @85286   4 years vboxsync Main: Refactored the generated event code implementation as Clang 11 …
(edit) @85262   4 years vboxsync Main/VirtualBoxImpl.cpp: Signed/unsigned conversion issues. Left a …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84343   5 years vboxsync Main: Adjusted AutoCaller.rc() to AutoCaller.isOk() in two places as …
(edit) @83169   5 years vboxsync OCI: (bugref:9469) cloud network integration multiple targets and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81883   5 years vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @81710   5 years vboxsync Main: Preps for embedding the EFI firmware into VBoxDD2.
(edit) @81427   5 years vboxsync Build fixes for r134139
(edit) @81422   5 years vboxsync OCI: (bugref:9469) cloud network integration concept (disabled in …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @80862   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80845   5 years vboxsync Shared Clipboard/URI: More code for transfer channel handling.
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @80754   5 years vboxsync Main/IVirtualBox::APIVersion: On second though, always include the …
(edit) @80753   5 years vboxsync Main/IVirtualBox::APIVersion: The pre-release trunk build cutoff is …
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
(edit) @80623   5 years vboxsync Shared Clipboard: Removed old protocol handling cruft on the host side …
(edit) @79347   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79217   5 years vboxsync Main: bugref:6913: Changed the order of the IMediumRegisterEvents …
(edit) @79211   5 years vboxsync Main: bugref:6913: Fixed compilation errors
(edit) @79209   5 years vboxsync Main: bugref:6913: Fixed: No IMediumRegisteredEvent occured for …
(edit) @79174   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79120   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78950   6 years vboxsync Shared Clipboard/URI: Update; more work on clipboard area code, …
(edit) @78942   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78827   6 years vboxsync Main: bugref:6913: Fixed compiler errors
(edit) @78826   6 years vboxsync Main: bugref:6913: Fixed compiler errors
(edit) @78825   6 years vboxsync Main: bugref:6913: Fixed IMediumRegisteredEvent issues
(edit) @78763   6 years vboxsync Main/VirtualBox::i_saveMediaRegistry: No need to catch ... from …
(edit) @78565   6 years vboxsync Main: bugref:6913: Fixed NULL id in the IMediumRegisteredEvent and …
(edit) @78261   6 years vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @78202   6 years vboxsync Main/VirtualBox+Machine: Fix bogus saving of VM config when the VM is …
(edit) @78124   6 years vboxsync Main: Machine+VirtualBox: slightly prettier fix to bugref:9075, …
(edit) @78122   6 years vboxsync Main: bugref:9075: allow using an UTF-8 string in the …
(edit) @78098   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76298   6 years vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 years vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76215   6 years vboxsync Main: bugref:6913: Added generation of medium events
(edit) @76091   6 years vboxsync VBoxSVC: Hook all IVirtualBox calls to catch new client processes so …
(edit) @75663   6 years vboxsync Main/ExtPackManager+CloudProviderManager+VirtualBox: Handle runtime …
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