VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97761   2 years vboxsync DnD/Main: Don't set any (new) progress if the progress object already …
(edit) @97760   2 years vboxsync DnD/Main: Don't set any (new) progress if the progress object already …
(edit) @97751   2 years vboxsync DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be …
(edit) @97750   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97749   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97725   2 years vboxsync DnD/Main: Increased the default timeout of …
(edit) @97724   2 years vboxsync DnD/Main: Also be a bit more informative wrt error reporting to the …
(edit) @97720   2 years vboxsync DnD/Main: Added some more (verbose) release logging for the drop …
(edit) @97719   2 years vboxsync DnD/Main: Added a dedicated COM error for drag and drop operations …
(edit) @97717   2 years vboxsync DnD/Main: Added some more (verbose) release logging for the drop …
(edit) @97716   2 years vboxsync Main/Console: If the snapshot directory (identified by …
(edit) @97711   2 years vboxsync Main/glue-java.xsl: Move the closing "p" tag around. Javadoc needs it …
(edit) @97710   2 years vboxsync Main/glue-java.xsl: Remove leftover table related tags.
(edit) @97709   2 years vboxsync Main/glue-java.xsl, Main/VirtualBox.xidl: Eliminate the use of the …
(edit) @97687   2 years vboxsync Main/webservice: Fix Java 8 version check.
(edit) @97686   2 years vboxsync Main/glue-java.xsl: Avoid "summary" attribute for "table" tags since …
(edit) @97677   2 years vboxsync Main/glue-java.xsl: Turn "tt" tags into "code" ones since recent …
(edit) @97656   2 years vboxsync Guest Control/Main: Bail out early from the file copy from/to inner …
(edit) @97655   2 years vboxsync Guest Control/Main: Made (release) logging of paths a bit more uniform …
(edit) @97648   2 years vboxsync Main/ClientWatcher: Use newly added RTProcSignalName to get uniform …
(edit) @97640   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97639   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97638   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97637   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97635   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97634   2 years vboxsync Main/ClientWatcher: Resolve signals to strings on non-Windows, to make …
(edit) @97633   2 years vboxsync Main/ClientWatcher: Resolve signals to strings on non-Windows, to make …
(edit) @97632   2 years vboxsync Main/ClientWatcher: Resolve signals to strings on non-Windows, to make …
(edit) @97626   2 years vboxsync Guest Control/Main: Fixed running out of context IDs when copying huge …
(edit) @97610   2 years vboxsync Guest Control/Main: Also catch (and handle) OOM situations in …
(edit) @97609   2 years vboxsync Guest Control/Main: Catch OOM situations in GuestFile::read() + …
(edit) @97598   2 years vboxsync Main/SnapshotImpl: Check if a given (current) snapshot object is …
(edit) @97592   2 years vboxsync Guest Control/Main: Use the correct file copy flag here. bugref:10286
(edit) @97563   2 years vboxsync Guest Control/Main: Comment nits. bugref:10286
(edit) @97558   2 years vboxsync Backed out r153813, r153818: Main: src-client: MouseImpl: Provide …
(edit) @97557   2 years vboxsync Guest Control/Main: Fixed a crash with long paths in …
(edit) @97555   2 years vboxsync Guest Control/Main: Also support copying files from the guest to …
(edit) @97553   2 years vboxsync Guest Control/Main: Some more fixes wrt resolving host sources which …
(edit) @97541   2 years vboxsync Guest Control/Main: Some more fixes. bugref:10286
(edit) @97540   2 years vboxsync Main: Prevent Notification Center progress bar from almost …
(edit) @97538   2 years vboxsync Guest Control/Main: Some more fixes + more tests. bugref:10286
(edit) @97533   2 years vboxsync Frontends/VBoxManage,Main/Appliance: The appliance import code …
(edit) @97532   2 years vboxsync Guest Control/Main: A bit less code wrt translating paths. bugref:10286
(edit) @97531   2 years vboxsync Guest Control/Main: A bit less code wrt translating paths. bugref:10286
(edit) @97523   2 years vboxsync Main: Add new OnMachineGroupsChanged event which fires when the groups …
(edit) @97485   2 years vboxsync Guest Control/Main: More eye candy for (single file) progress …
(edit) @97481   2 years vboxsync Guest Control/Main: A bit nicer progress object descriptions, which …
(edit) @97476   2 years vboxsync Guest Control/Main: @todo comment nit. bugref:10286
(edit) @97475   2 years vboxsync Guest Control/Main: More fixes for single file copying into existing …
(edit) @97474   2 years vboxsync Guest Control/Main: More fixes for single file copying into existing …
(edit) @97460   2 years vboxsync Guest Control/Main: Made it easier to spot bugs with unfinished (i.e. …
(edit) @97459   2 years vboxsync Guest Control/Main: Corrected some vrcGuest nits. Cosmetical only.
(edit) @97456   2 years vboxsync Guest Control/Main: Fixed returning the correct error code from …
(edit) @97448   2 years vboxsync Guest Control/Main: More fixes wrt respecting the FileCopyFlag_ flags. …
(edit) @97446   2 years vboxsync Guest Control/Main: Backed out r154417, r154418, r154419, r154420, …
(edit) @97438   2 years vboxsync Guest Control/Main: Addendum to r154431 (missed on fForce = true) + …
(edit) @97429   2 years vboxsync Guest Control/Main: More (temporary) logging. ​​bugref:10286
(edit) @97428   2 years vboxsync Guest Control/Main: More (temporary) logging. ​bugref:10286
(edit) @97426   2 years vboxsync Guest Control/Main: Resolved a @todo: Removed the escaping stuff from …
(edit) @97425   2 years vboxsync Guest Control/Main: Log correct guest paths in …
(edit) @97417   2 years vboxsync Guest Control/Main: More path building / translation fixes. ​bugref:10286
(edit) @97415   2 years vboxsync Guest Control/Main: More (temporary) logging. ​bugref:10286
(edit) @97414   2 years vboxsync Guest Control/Main: More (temporary) logging. ​bugref:10286
(edit) @97413   2 years vboxsync Guest Control/Main: More (temporary) logging. ​bugref:10286
(edit) @97412   2 years vboxsync Guest Control/Main: Temporary verbose logging build for the Testboxes. …
(edit) @97410   2 years vboxsync Main/GuestCtrlPrivate.cpp: Don't use doxygen-style comments inside …
(edit) @97409   2 years vboxsync Main/GuestCtrlPrivate.cpp: Don't use doxygen-style comments inside …
(edit) @97404   2 years vboxsync Recording/Main: Build fixes when VBOX_WITH_AUDIO_RECORDING is not defined.
(edit) @97399   2 years vboxsync Guest Control/Main: Rewrite of the path building and directory …
(edit) @97396   2 years vboxsync Guest Control/Main: Rewrite of the path building and directory …
(edit) @97395   2 years vboxsync Guest Control/Main: Rewrite of the path building and directory …
(edit) @97392   2 years vboxsync Main/UpdateAgentImpl.h: doxygen fix
(edit) @97367   2 years vboxsync Backed out r154357,r154358,r154360,r154361,r154364 because it still …
(edit) @97366   2 years vboxsync Main/UnattendedImpl: We don't use L prefixed strings with Bstr. …
(edit) @97363   2 years vboxsync ​bugref:10180 - Use hrc instead of rc for HRESULT.
(edit) @97362   2 years vboxsync ​bugref:10180 - fixed issue where some files are not cleaned up after …
(edit) @97360   2 years vboxsync bugref:10180 - fixed issue where some files are not cleaned up after …
(edit) @97359   2 years vboxsync bugref:4784 - separated SharedFolder API from being used from both …
(edit) @97344   2 years vboxsync Guest Control/Main: Fixes for copying to/from guests with mixed OSes. …
(edit) @97306   2 years vboxsync Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> …
(edit) @97305   2 years vboxsync Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> …
(edit) @97304   2 years vboxsync Main/Guest Control: Added a force parameter to GuestPath::Translate() …
(edit) @97303   2 years vboxsync Main/Guest Control: Added GuestBase::fsObjTypeToStr(). ​bugref:10286
(edit) @97276   2 years vboxsync Main/Guest Control: Added new guestControl::GuestPath class which …
(edit) @97261   2 years vboxsync Changed the operator[] to function at() to avoid inserting new empty …
(edit) @97230   2 years vboxsync bugref:10305. Fixed the wrong key. The key had been changed from …
(edit) @97168   2 years vboxsync Main: src-server: VirtualBoxImpl: prevent VBoxSVC deadlock, bugref:10306.
(edit) @97152   2 years vboxsync Main/Guest Control: Resolved some @todos: Hand-in RTDIRENTRYEX in …
(edit) @97151   2 years vboxsync Main/Guest Control: Resolved some @todos: Got rid of using separate …
(edit) @97140   2 years vboxsync Main/Guest Control: Resolved some @todos: - Don't allocate a separate …
(edit) @97139   2 years vboxsync Main/Guest Control: Resolved some @todos: - Don't allocate a separate …
(edit) @97137   2 years vboxsync Main/Guest Control: Fixed some docs typos.
(edit) @97113   2 years vboxsync Main/ExtPack: Attempting to uninstall an extension pack which doesn't …
(edit) @97031   2 years vboxsync Main, FE/Qt: Add Oracle Linux 9 and RHEL 9.
(edit) @97024   2 years vboxsync Main/glue: Applied the out-of-process restrictions to the IDLLHost …
(edit) @96988   2 years vboxsync Main: streamlined URB processing in remote USB backend
(edit) @96911   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build fix for r153820.
(edit) @96910   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build libssh as separate DLL and …
(edit) @96909   2 years vboxsync Main/MouseImpl: Simplified i_getDeviceCaps and code immediately …
(edit) @96908   2 years vboxsync Main/MouseImpl: My 0.02$ and some cleanups. bugref:10285
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