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) @99087   21 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99085   21 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98831   21 months vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98824   21 months vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   21 months vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   21 months vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98813   21 months vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98794   21 months vboxsync Guest Control/VBoxService: Try to fix the Windows burns; …
(edit) @98791   21 months vboxsync Guest Control/VBoxService: Build fix. bugref:9783
(edit) @98789   21 months vboxsync Guest Control: Made temporary directory / file creation using …
(edit) @98774   21 months vboxsync Guest Control/VBoxService: Use (some) of the newly added …
(edit) @98709   21 months vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98665   22 months vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98613   22 months vboxsync Add/VBoxService: Fixed regression from r155802 that disabled the …
(edit) @98526   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98416   22 months vboxsync Additions/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98195   23 months vboxsync Add/common/*.kmk: s/NewVBoxGuestR3Exe/VBoxGuestR3Exe/ bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97743   2 years vboxsync VBoxService/VBoxServiceVMInfo: Addressed some @todos.
(edit) @96684   2 years vboxsync /Config.kmk,Add: Enabled import validation for all ring-3 GA binaries …
(edit) @96598   2 years vboxsync VBoxService/vminfo: Corrected API requirement checks in …
(edit) @96503   2 years vboxsync Add/VBoxService: Replaced GetVersionEx calls with …
(edit) @96502   2 years vboxsync Add/VBoxService: Replaced GetVersionEx calls with …
(edit) @96451   2 years vboxsync Add/NT/Inst,Add/NT/VBoxTray,Add/VBoxService: Cleaned up …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @95857   2 years vboxsync VBoxService/Utils: Replaced sscanf with RTStrToUInt32Ex. bugref:10261
(edit) @95856   2 years vboxsync VBoxService: Non-windows needs errno.h for EINTR. bugref:10261
(edit) @95855   2 years vboxsync VBoxService/win: Drop unused process.h from win source file. bugref:10261
(edit) @95854   2 years vboxsync VBoxService: Removed stdio.h and process.h from the internal headers …
(edit) @95853   2 years vboxsync VBoxService/ToolBox: Drop unused stdio.h header and some nits. bugref:10261
(edit) @95852   2 years vboxsync VBoxService: Dropped unused errno.h from main file. bugref:10261
(edit) @95851   2 years vboxsync VBoxService/PageSharing: sprintf -> RTStrPrintf; strcat -> RTStrCat. …
(edit) @95850   2 years vboxsync VBoxService/VMInfo-win.cpp: Use MAX_PATH from windows.h instead of …
(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 …
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