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) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @80559   5 years vboxsync Shared Clipboard: Build fix (forgot a file).
(edit) @80546   5 years vboxsync DisplayImpl: debug build fix
(edit) @80398   5 years vboxsync Main: Get rid of VBOX_WITH_CROGL and replace with more generic …
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80377   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80375   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80360   5 years vboxsync HostServices/SharedOpenGL: Remove most of the chromium related HGCM …
(edit) @80303   5 years vboxsync Main/DisplayImpl.cpp: Skip including vm.h as it is no longer used. …
(edit) @80248   5 years vboxsync Main/ConsoleImpl2.cpp: Warn about the removal of the chromium based 3D …
(edit) @80156   5 years vboxsync DBGFInfo: Added a getopt error reporter helper.
(edit) @80114   5 years vboxsync Main/IMachineDebugger: Added method for getting the CPU load (as seen …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80023   5 years vboxsync Main: Kicking out raw-mode. bugref:9517
(edit) @80008   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @79928   5 years vboxsync See #9440 Comment #36
(edit) @79738   5 years vboxsync Thinko fix (operator precedence).
(edit) @79676   5 years vboxsync API: Added IKeyboard::putUsageCode method to send USB HID usage codes …
(edit) @79674   5 years vboxsync Comment.
(edit) @79551   5 years vboxsync Main/src-client/ConsoleImpl2.cpp: Make sure that VirtIO SCSI also gets …
(edit) @79418   5 years vboxsync Main/GuestSessionTaskCopyFrom::Init: Corrected bogus error handling …
(edit) @79369   5 years vboxsync Main/GuestProcessImpl.cpp: Check flags passed to write* and WaitFor*. …
(edit) @79302   5 years vboxsync Main/GuestFileImpl.cpp: More doc updates wrt file offsets, reading and …
(edit) @79300   5 years vboxsync Main/GuestFileImpl.cpp: doc updates wrt file offsets. bugref:9320
(edit) @79296   5 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79294   5 years vboxsync Main/Guest::init: Better error and object status handling - DnD should …
(edit) @79287   5 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79285   5 years vboxsync Main/GuestFileImpl.cpp: Translate FileAccessMode_AppendOnly and …
(edit) @79283   5 years vboxsync Main/GuestProcessImpl: Cleanups. bugref:9320
(edit) @79282   5 years vboxsync Main/GuestFileImpl.cpp: Corrected worker called by writeAt to be the …
(edit) @79278   5 years vboxsync Main/GuestFileImpl.cpp: Cap the read and readAt requests at 1 MiB so …
(edit) @79263   5 years vboxsync Main/VMMDevInterface.cpp: Don't crash in VMMDev::hgcmShutdown if it's …
(edit) @79254   5 years vboxsync Main/GuestFileImpl.cpp: Reverted r128569 as comments alone can't fix …
(edit) @79253   5 years vboxsync Main/GuestFileImpl.cpp: Do not fail with a bland IPRT error when a …
(edit) @79239   5 years vboxsync Main/GuestProcessImpl.cpp: A shot at testset:11837960. bugref:9320
(edit) @79190   5 years vboxsync Main/Guest*: Must always initalize rcGuest because experience …
(edit) @79189   5 years vboxsync Main/Guest*: Must always initalize rcGuest because experience …
(edit) @79188   5 years vboxsync Main/GuestSessionImpl.cpp: More todos. bugref:9320
(edit) @79187   5 years vboxsync Main/GuestSessionImplTasks.cpp: Quick workaround for incorrect …
(edit) @79161   5 years vboxsync Main/GuestSessionImpl.cpp: Added todo on directoryExists, Must always …
(edit) @79134   5 years vboxsync tdAddGuestCtrl.py,Main: Added @todos for incorrect directoryOpen …
(edit) @79133   5 years vboxsync tdAddGuestCtrl.py,Main: Added @todos for incorrect directoryOpen …
(edit) @79120   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79088   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79055   5 years vboxsync Main/GuestImpl: Added OnGuestAdditionsStatusChanged event so the …
(edit) @79053   5 years vboxsync Main/GuestImpl.cpp: Must always catch bad_alloc when on an EMT …
(edit) @79052   5 years vboxsync Main/AdditionsFacilityImpl: Simplified the data by kicking out the …
(edit) @79051   5 years vboxsync Main/AdditionsFacilityImpl: i_getName() shouldn't return a 'Utf8Str' …
(edit) @79050   5 years vboxsync Main/GuestImpl: Added OnGuestAdditionsStatusChanged event so the …
(edit) @79041   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79036   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79002   6 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @78995   6 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @78967   6 years vboxsync Main,GUI: S_FALSE is defined by com/defs.h now.
(edit) @78950   6 years vboxsync Shared Clipboard/URI: Update; more work on clipboard area code, …
(edit) @78944   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78916   6 years vboxsync Main/src-client,Main/include: Unregister HGCM service extensions on …
(edit) @78915   6 years vboxsync Main/src-client,Main/include: Unregister HGCM service extensions on …
(edit) @78910   6 years vboxsync Main/src-client/HGCM.cpp: Fix memory leak
(edit) @78901   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78900   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78899   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78898   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78847   6 years vboxsync API: do not loose monitor information which was set before devices …
(edit) @78809   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78801   6 years vboxsync API: add IGuestMonitorInfoChangedEvent. bugref:9472: API: let the GUI …
(edit) @78784   6 years vboxsync API: add getVideoModeHint. bugref:9472: API: let the GUI notice video …
(edit) @78779   6 years vboxsync Main: Cache the VBoxInternal2/TurnResetIntoPowerOff value so we don't …
(edit) @78767   6 years vboxsync Console::i_vmstateChangeCallback/VMSTATE_OFF: Same delete NULL …
(edit) @78764   6 years vboxsync Main/GuestSessionTask: Commented out RunAsync as it isn't used by …
(edit) @78758   6 years vboxsync Main/GuestSession::i_startSessionAsync: Simplified the code a little. …
(edit) @78753   6 years vboxsync GuestProcess::i_startProcessAsync: Must check pTask->createThread …
(edit) @78752   6 years vboxsync Console::i_vmstateChangeCallback/VMSTATE_OFF: Same delete NULL …
(edit) @78751   6 years vboxsync Console::powerUp: Another delete NULL on the unlikely chance of …
(edit) @78750   6 years vboxsync Console::powerDown: Avoid delete NULL on the unlikely chance of …
(edit) @78745   6 years vboxsync Main/GuestDnD: Moved up comment about dragons and set pTask to NULL …
(edit) @78744   6 years vboxsync Main/Guest::updateGuestAdditions: Cleanup similar to r130830. bugref:9320
(edit) @78743   6 years vboxsync Main/GuestSessionImpl.cpp: Cleaned up i_copyToGuest & i_copyFromGuest …
(edit) @78738   6 years vboxsync Main: Fixed buggy count wraparound handling in …
(edit) @78725   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78696   6 years vboxsync Shared Clipboard: VM startup fixes, hopefully also a bit more robust.
(edit) @78690   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78686   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78683   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78666   6 years vboxsync Main/GuestControl: Better error message from copyToGuest and various …
(edit) @78632   6 years vboxsync Forward ported 130474,130475,130477,130479. bugref:9453
(edit) @78509   6 years vboxsync Main/Machine+StorageController+SystemProperties+Console: Add basic …
(edit) @78343   6 years vboxsync DisplayImpl.cpp: verify that the graphics controller is enabled.
(edit) @78261   6 years vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @78234   6 years vboxsync Main/GuestCtrl: Fixed three i_waitForStatusChange() methods that would …
(edit) @78112   6 years vboxsync Guest Control/Main: By default only delete empty directory structures …
(edit) @78093   6 years vboxsync DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @78089   6 years vboxsync DnD/Main: Fixed copying 0-byte files from guest to host.
(edit) @78085   6 years vboxsync DnD/Main: Log (into release log) if opening the dropped files …
(edit) @78084   6 years vboxsync DnD/Main: Release logging tweaks.
(edit) @78039   6 years vboxsync Guest Control/Main: Also check for flag DirectoryRemoveRecFlag_None in …
(edit) @78038   6 years vboxsync Guest Control/Main: Renaming.
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