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) @106246   7 weeks vboxsync GA/Windows: Reverted r165034: Temporary commit to redirect GA verbose …
(edit) @106243   7 weeks vboxsync GA/Windows: Temporary commit to redirect GA verbose logs from …
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @105905   3 months vboxsync Additions/VBoxService: Made functions static here. bugref:10575
(edit) @105898   3 months vboxsync VBoxService/toolbox-ls: Also emit output when working on a symlink …
(edit) @105897   3 months vboxsync Guest Control/VBoxService: Try a bit harder to become the guest …
(edit) @105875   3 months vboxsync Guest Control/VBoxService: Better error handling in …
(edit) @105749   3 months vboxsync GA/Windows: Use two separate bitmasks for displays to enable and …
(edit) @105677   4 months vboxsync GA/Windows: Enable displayconfig subservice in VBoxService. bugref:10714
(edit) @105662   4 months vboxsync GA/Windows: Add display resizing source code to the Makefile for …
(edit) @105651   4 months vboxsync GA/Windows: Prevent CPU throttle in case of multiple failures. bugref:10714
(edit) @105641   4 months vboxsync GA/Windows: Do not acquire VMMDEV_GUEST_SUPPORTS_GRAPHICS if an active …
(edit) @105527   4 months vboxsync GA/Windows: Send VBOXESC_RECONNECT_TARGETS from VboxService to …
(edit) @105495   4 months vboxsync GA/Windows: Sending VBOXESC_CONFIGURETARGETS from VBoxService (draft …
(edit) @105377   4 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105353   5 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105015   5 months vboxsync GA/Windows: A template subservice to process a display resize …
(edit) @105012   5 months vboxsync GA/Windows: A template subservice to process a display resize …
(edit) @104954   5 months vboxsync Additions/solaris/vboxfs_mount,Additions/VBoxService/VBoxServiceAutoMou …
(edit) @104644   7 months vboxsync Additions/common/VBoxService/VBoxServiceVMInfo.cpp: Don't call …
(edit) @104565   7 months vboxsync Guest Control/VBoxService: Return the full path of the created file / …
(edit) @103471   9 months vboxsync Guest Control/VBoxService: Fixed reallocation in …
(edit) @103415   9 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103413   9 months vboxsync Additions/VBoxService/VBoxServiceControlSession.cpp: Use uint32_t …
(edit) @103149   10 months vboxsync Additions: Some warning fixes about externally visible functions which …
(edit) @102833   11 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   11 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102772   11 months vboxsync Guest Properties/VBoxService: On user RID fallback, also write the …
(edit) @102771   11 months vboxsync Guest Properties/VBoxService: On user RID fallback, also write the …
(edit) @102754   11 months vboxsync Guest Properties/VBoxService: Deal with long(er) user name / domain …
(edit) @102753   11 months vboxsync Guest Properties/VBoxService: Deal with long(er) user name / domain …
(edit) @102716   11 months vboxsync VBoxService: TODO: The /VirtualBox/GuestInfo/User/xxxx/UsageState …
(edit) @102654   11 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @101377   14 months vboxsync review fixes (code style & remove will-never-be-used code). bugref:6492
(edit) @101235   14 months vboxsync scm fixes. bugref:6492
(edit) @101233   14 months vboxsync Additions/VBoxService/VBoxServiceVMInfo.cpp: implement user detection …
(edit) @100331   17 months vboxsync Additions: Get rid of MAX_MNTOPT_STR and replace with …
(edit) @100317   17 months vboxsync Additions: Get rid of MAX_MNTOPT_STR and replace with …
(edit) @100316   17 months vboxsync Additions/VBoxService/VBoxServiceBalloon.cpp: Replace PAGE_SIZE with …
(edit) @99829   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99828   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99382   20 months vboxsync Guest Control/VBoxServiceToolbox: Fixed key/value termination for the …
(edit) @99262   20 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99257   20 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   20 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99253   20 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99147   21 months vboxsync Guest Control/VBoxService: A bit of cleanup for internal directory / …
(edit) @99120   21 months vboxsync Guest Control: Added ability of specifying an optional current working …
(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 …
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