VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99808   21 months vboxsync Main/ConsoleImpl: Work around compilation under parfait, bugref:3409
(edit) @99782   21 months vboxsync Guest Control/Main: Marked IGuestSession::waitFor() and …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99416   22 months vboxsync Guest Control/Main: Treat reported Guest Additions versions of "0.0.0" …
(edit) @99393   22 months vboxsync Guest Control: Completely revamped / overhauled the (now legacy) …
(edit) @99392   22 months vboxsync Guest Control: Completely revamped / overhauled the (now legacy) …
(edit) @99295   22 months vboxsync Guest Additions/Main: Return and document a dedicated error if …
(edit) @99262   22 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99258   22 months vboxsync Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> …
(edit) @99253   22 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99252   22 months vboxsync Guest Control/Main: Renamed IGuestSession::i_fsQueryInfo() -> …
(edit) @99251   22 months vboxsync Guest Control/Main: Follow-up fix for using the new semantics of …
(edit) @99150   23 months vboxsync Guest Control: Changed the parameter position of the CWD parameter, so …
(edit) @99122   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99120   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99085   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99073   23 months vboxsync Guest Control/Main: Always dereference symlinks by default when …
(edit) @99011   23 months vboxsync Guest Control/Main: Removed unused ACL parameters from …
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   2 years vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98816   2 years vboxsync Guest Control: Added GuestFsObjData::FromGuestDirEntryEx(). bugref:9783
(edit) @98813   2 years vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98807   2 years vboxsync Some small Solaris-specific build warning fixes: Main/Console: Remove …
(edit) @98789   2 years vboxsync Guest Control: Made temporary directory / file creation using …
(edit) @98780   2 years vboxsync Main: src-client: build fix, bugref:10359. Do not use #ifdef …
(edit) @98777   2 years vboxsync Guest Control/Main: Compilation fixes when …
(edit) @98775   2 years vboxsync Guest Control/Main: Fixed specifying the GSTCTL_CREATEDIRECTORY_F_ …
(edit) @98729   2 years vboxsync Main: Linux Additions upgrade: Fix path to rcvboxadd and user …
(edit) @98725   2 years vboxsync Guest Control/Main: Fixed deleting files via built-in toolbox; …
(edit) @98716   2 years vboxsync Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into …
(edit) @98715   2 years vboxsync Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into …
(edit) @98714   2 years vboxsync Guest Control/Main: Compilation fix when …
(edit) @98713   2 years vboxsync Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into …
(edit) @98710   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98709   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98706   2 years vboxsync bugref:10366. The parameter aDevice is filled in case of successful …
(edit) @98692   2 years vboxsync Main: Linux Guest Additions upgrade: Check if kernel modules and user …
(edit) @98690   2 years vboxsync Main: Linux Guest Additions upgrade: Check if kernel modules and user …
(edit) @98667   2 years vboxsync Guest Control: Implemented GuestSession::i_directoryCreate() + …
(edit) @98666   2 years vboxsync Guest Control: Streamlined GuestWaitEventBase / GuestWaitEvent …
(edit) @98665   2 years vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98644   2 years vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98643   2 years vboxsync Guest Control: Reduced #ifdefs. bugref:9783
(edit) @98614   2 years vboxsync Main/GuestProcess: Simplified the GuestProcessToolbox::run stuff to …
(edit) @98610   2 years vboxsync Main/GuestSession: nits and some logging. bugref:9783
(edit) @98608   2 years vboxsync Main/GuestProcessImpl.cpp: try fix VERR_IPE_UNINITIALIZED_STATUS …
(edit) @98544   2 years vboxsync Main/GuestCtrlImplPrivate.h/cpp: Safed up the PATH_STYLE_SEP_STR …
(edit) @98532   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98529   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98528   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98526   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98340   2 years vboxsync Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM …
(edit) @98286   2 years vboxsync Main/src-client: doxygen. bugref:10223
(edit) @98284   2 years vboxsync Main/Guest Control: Resolved a @todo in …
(edit) @98283   2 years vboxsync src-client/USBCardReader.cpp: doxygen fix. bugref:10223
(edit) @98282   2 years vboxsync Main/Guest Control: Resolved a @todo in GuestFileImpl::i_setFileStatus().
(edit) @98278   2 years vboxsync Main/src-client: Some more rc -> hrc/vrc stuff found by grep. A build …
(edit) @98276   2 years vboxsync Main/UsbCardReader.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98275   2 years vboxsync Main/VBoxDriversRegister.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98274   2 years vboxsync Main/PCIRawDevImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98273   2 years vboxsync Main/GuestDnD*: rc -> hrc/vrc. bugref:10223
(edit) @98272   2 years vboxsync Main/Guest*: rc -> hrc/vrc. bugref:10223
(edit) @98268   2 years vboxsync Main/ConsoleImpl2.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98266   2 years vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98265   2 years vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. Made …
(edit) @98264   2 years vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98263   2 years vboxsync Main: rc() -> hrc()/vrc().
(edit) @98262   2 years vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98261   2 years vboxsync Main/CloudGateway.cpp: rc -> vrc/hrc bugref:10223
(edit) @98260   2 years vboxsync Main/ConsoleImpl.cpp: rc -> vrc/hrc bugref:10223
(edit) @98123   2 years vboxsync Main/Console: Todo wrt MSD hotplugging and some coding style nits.
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98100   2 years vboxsync Main: Nits.
(edit) @98097   2 years vboxsync Main/ConsoleImpl2.cpp: Added a InsertConfigStringF wrapping …
(edit) @98095   2 years vboxsync Main/Console: Implemented a LED query optimization, where also keep …
(edit) @98091   2 years vboxsync Main/Console: LED related cleanups. bugref:9892
(edit) @98088   2 years vboxsync Main/ConsoleImpl: Added a dedicated read/write lock to the LED sets to …
(edit) @98086   2 years vboxsync Main/ConsoleImpl: Modified the LED set enmType to a bitmap containing …
(edit) @98085   2 years vboxsync Main/ConsoleImpl: Added @todo's to getDeviceActivity regarding …
(edit) @98084   2 years vboxsync Main/ConsoleImpl: Another small getDeviceActivity optimization, …
(edit) @98082   2 years vboxsync Main/ConsoleImpl: Optimized the getDeviceActivity code a little by …
(edit) @98046   2 years vboxsync Main/IConsole: Updates. bugref:10340
(edit) @97980   2 years vboxsync Guest Control/Main: Fixes for directoryCreateTemp() when aMode is …
(edit) @97835   2 years vboxsync DnD/Main: Added some more user-friendly error texts when beginning a …
(edit) @97822   2 years vboxsync DnD/Main: Don't set (and return) an error for …
(edit) @97817   2 years vboxsync DnD/Main: Fixed GuestDnDState::isProgressRunning().
(edit) @97815   2 years vboxsync VMM: Don't assume a teleportation operation when VMR3LoadFromStream() …
(edit) @97802   2 years vboxsync DnD/Main: Made the progress object description a bit more flexible, to …
(edit) @97801   2 years vboxsync DnD/Main: Some more reset handling fixes.
(edit) @97798   2 years vboxsync DnD/Main: Reset handling fixes: Use reset() with the GuestDnDState …
(edit) @97791   2 years vboxsync VMMDev mouse: bugref:10285: Fix burn.
(edit) @97790   2 years vboxsync VMMDev mouse: bugref:10285: Introduce extended host mouse pointer …
(edit) @97788   2 years vboxsync DnD: Simplified / untangled reset handling: - Don't implicitly reset …
(edit) @97784   2 years vboxsync DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, …
(edit) @97783   2 years vboxsync DnD/Main: Added ability to report back the guest-side rc when waiting …
(edit) @97781   2 years vboxsync DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, …
(edit) @97780   2 years vboxsync DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, …
(edit) @97772   2 years vboxsync DnD/Main: GuestDnD::toFormatString() now also accepts an optional …
(edit) @97761   2 years vboxsync DnD/Main: Don't set any (new) progress if the progress object already …
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