VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95849   2 years vboxsync tstUserInfo: Use RTEnvGet instead of getenv so it builds in …
(edit) @95518   2 years vboxsync VBoxService/Control Session: When creating a process for a guest …
(edit) @95505   2 years vboxsync Guest Control/VBoxService: Handle new VM sessions (i.e. when restoring …
(edit) @94624   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @93845   3 years vboxsync Backed out r150051 (committed wrong file). bugref:10195
(edit) @93844   3 years vboxsync Validation Kit: Extended unittest test driver so that it also can …
(edit) @93372   3 years vboxsync Additions: Linux: VBoxService: start VBoxDRMClient on early boot …
(edit) @93300   3 years vboxsync Add/common: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93022   3 years vboxsync Additions/VBoxService: Selective feature compilation fixes -- …
(edit) @92988   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92987   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92767   3 years vboxsync VBoxService: Enable the VBOXSERVICE_ARG1_UTF8_ARGV trick. bugref:10153
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @92695   3 years vboxsync Guest Additions/VBoxService: Resolved a @todo: Added comment why no …
(edit) @92693   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Removed non-existing …
(edit) @92690   3 years vboxsync Guest Control/VBoxService: Resolved @todos: Return real rc for various …
(edit) @92687   3 years vboxsync Guest Control/VBoxService: Removed debug assertion -- no longer holds …
(edit) @92674   3 years vboxsync VBoxService: Reverted r148489, r148497 and r148502 because the problem …
(edit) @92673   3 years vboxsync VBoxService: Updated VBOXSERVICE_PROC_F_UTF8_ARGV with new …
(edit) @92668   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92667   3 years vboxsync VBoxService: Added missing error handling for UPN formatting in …
(edit) @92666   3 years vboxsync VBoxService: Replaced the silly RTStrStr(pszExec, 'vbox_') == pszExec …
(edit) @92665   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92664   3 years vboxsync VBoxService: Must claim all argv[0] strings starting with 'vbox_' just …
(edit) @92663   3 years vboxsync VBoxService: Restrict the argv[0] quoting hack to windows in …
(edit) @92662   3 years vboxsync VBoxService: Sketch for a trick for passing UTF-8 argv to child …
(edit) @92661   3 years vboxsync VBoxService: Wrong use of doxygen comment in …
(edit) @92660   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92659   3 years vboxsync VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing …
(edit) @92658   3 years vboxsync VBoxService: Simplified vgsvcGstCtrlProcessResolveExecutable and added …
(edit) @92611   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92606   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92598   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90707   3 years vboxsync VBoxService.cpp: Undid some unexplained VBOXSERVICE_RELEASE_LOG -> …
(edit) @88812   4 years vboxsync NVMe,VBoxService: Corrected (soon to be) incorrect use of …
(edit) @87846   4 years vboxsync VBoxService/VMInfo: Fix a call to strncpy(3C) to specify the size of …
(edit) @87463   4 years vboxsync linux/vboxsf,VBoxService: Modify mount.vboxsf and the VBoxService …
(edit) @86887   4 years vboxsync Additions: Renaming (VbglR3DRMClient -> VbglR3DrmClient).
(edit) @86878   4 years vboxsync Additions/VBoxDRMClient: Removed code duplication between VBoxClient / …
(edit) @86877   4 years vboxsync Additions/VBoxDRMClient: Removed code duplication between VBoxClient / …
(edit) @86876   4 years vboxsync Guest Additions/VbglR3: Condensed / removed duplicate guest property …
(edit) @86828   4 years vboxsync Additions/VBoxService: The DRM resizing code needs guest properties …
(edit) @86823   4 years vboxsync Additions/VBoxService: The DRM resizing code needs guest properties …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @86189   4 years vboxsync Additions/VBoxService: Fix memory leak in CPU hot-plug code, …
(edit) @86188   4 years vboxsync Additions/VBoxService: Rework CPU hot-plug code to be more resilient, …
(edit) @85962   4 years vboxsync bugref:9637. Starting VBoxDRMClient from VBoxService when some geust …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84881   4 years vboxsync Guest Control/VBoxServce: Fixed removing a (not yet started) process …
(edit) @84873   4 years vboxsync Guest Control/VBoxService: Fixed leaving the process lock when the …
(edit) @84816   4 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84814   4 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84731   4 years vboxsync Guest Control/VBoxService: Assertion nit. bugref:9320
(edit) @84594   5 years vboxsync Guest Control/Additions: Fixes for guest reboot/shutdown support. …
(edit) @84549   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84243   5 years vboxsync Guest Control: Implemented support for long(er) command lines. bugref:9320
(edit) @84238   5 years vboxsync Guest Additions/VBoxService: Fixed warnings.
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84209   5 years vboxsync Guest Control/VBoxService: Invalidate host feature flags on VM session …
(edit) @84160   5 years vboxsync Guest Control/VBoxService: More size_t/uint32_t build fixing, plus …
(edit) @84154   5 years vboxsync Guest Control/VBoxService: Also made attribute allocation of …
(edit) @84150   5 years vboxsync Guest Control/VBoxService: Also made attribute allocation of …
(edit) @84149   5 years vboxsync Guest Control/VBoxService: Made file name allocation of …
(edit) @84148   5 years vboxsync Guest Control/VBoxService: Made file name allocation of …
(edit) @84147   5 years vboxsync Guest Control/VBoxService: Implemented heap data allocation for …
(edit) @84140   5 years vboxsync VBoxService/vgsvcGstCtrlProcessProcessWorker: Walk environment using …
(edit) @84005   5 years vboxsync VBoxServiceToolBox.cpp: Just go with %Rrc when reporting cat input …
(edit) @83974   5 years vboxsync VBoxService: Don't fail because no VBoxGuest till after parsing …
(edit) @83958   5 years vboxsync VBoxServiceVMInfo.cpp: Two NT4 fixes. First, the NT4 SP1 workaround …
(edit) @83822   5 years vboxsync VBoxService: VC++ 14.1 adjustments and warnings. bugref:8489
(edit) @83718   5 years vboxsync VBoxServiceAutoMount: Try address incomplete handling of …
(edit) @83708   5 years vboxsync Shared Folders/VBoxService: More logging for vbsvcAutomounterMountIt().
(edit) @83693   5 years vboxsync Shared Folders/VBoxService: Log result of WNetAddConnection2W() in …
(edit) @83651   5 years vboxsync Guest Control/VBoxSerivce: Added an own vbox_stat toolbox exit code …
(edit) @83612   5 years vboxsync Guest Control/VBoxSerivce: Include a timestamp in the logfile format …
(edit) @83609   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Added ability for …
(edit) @83602   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Added ability for …
(edit) @83595   5 years vboxsync Guest Control/VBoxService: Cleaned up VGSvcGstCtrlSessionClose(), a …
(edit) @83555   5 years vboxsync Guest Control/VBoxService: Make sure to set a session's thread stopped …
(edit) @83554   5 years vboxsync Guest Control/VBoxService: Make sure to set a session's thread stopped …
(edit) @83553   5 years vboxsync Guest Control/VBoxService: Warnings. bugref:9320
(edit) @83536   5 years vboxsync Guest Control/VBoxService: Strip truncation bit in …
(edit) @83534   5 years vboxsync Guest Control/VBoxService: Strip truncation bit in …
(edit) @83508   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Added ability for …
(edit) @83465   5 years vboxsync Guest Control/VBoxServiceToolbox: Some follow-up fixes for r136654
(edit) @83463   5 years vboxsync Guest Control/VBoxServiceToolbox: Use fOutputFlags here, not fFlags. …
(edit) @83441   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Don't spin forever …
(edit) @83438   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: No need to wait …
(edit) @83437   5 years vboxsync Guest Control/VBoxServiceToolbox: Checking rc is intentional here, as …
(edit) @83436   5 years vboxsync Guest Control/VBoxServiceToolbox: Use RTListForEachSafe in …
(edit) @83434   5 years vboxsync Guest Control/VBoxServiceToolbox: Resolved several @todos for the ls …
(edit) @83421   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Thread ID wrap …
(edit) @83420   5 years vboxsync Guest Control/Main + VBoxService: Resolved another @todo: Added …
(edit) @83419   5 years vboxsync Guest Control/Main + VBoxService: Resolved another @todo: Added …
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