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) @38113   13 years vboxsync VBoxService/GuestCtrl: Fixed stability issues due to PID recycling, …
(edit) @38087   13 years vboxsync VBoxService/VMInfo: Enhanced logging.
(edit) @38085   13 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @38015   13 years vboxsync VBoxServiceToolBox: Addressed misc. todos.
(edit) @37952   13 years vboxsync VBoxServiceToolbox.cpp: Use RTMsgSetProgName; mkdir shall fail if no …
(edit) @37921   13 years vboxsync VBoxServiceToolbox.cpp: Fixed the symlink invocation (must strip …
(edit) @37860   13 years vboxsync VBoxService/Toolbox: Implemented output for vbox_stat, now using a …
(edit) @37832   13 years vboxsync Additions/VBoxService: fix automounting Solaris Shared folders.
(edit) @37826   13 years vboxsync Additions/VBoxService: automount broken on Solaris
(edit) @37816   13 years vboxsync VBoxService/GuestCtrl: Logging adjustments.
(edit) @37814   13 years vboxsync VBoxService/vbox_stat: Also check for directories.
(edit) @37796   13 years vboxsync VBoxService: warning (shadowed declaration)
(edit) @37791   13 years vboxsync VBoxService/ls: Also handle single files, factored out actual printing …
(edit) @37608   13 years vboxsync VBoxService: cosmetical fix
(edit) @37447   14 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37405   14 years vboxsync VBoxService/Toolbox: Update for ls (support symlinks).
(edit) @37404   14 years vboxsync VBoxService/Toolbox: Update for ls.
(edit) @37403   14 years vboxsync VBoxService/Toolbox: Implemented ls tool.
(edit) @37375   14 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37340   14 years vboxsync VBoxService/Toolbox: Implemented (basic) stat tool.
(edit) @37256   14 years vboxsync VBoxGuestR3LibAdditions: VersionEx -> VersionExt, refacatored code.
(edit) @37020   14 years vboxsync indent.
(edit) @37019   14 years vboxsync Guest Additions: Also report extended version information to the host …
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36880   14 years vboxsync Additions/common/VBoxService/VBoxServicePipeBuf.cpp: warnings
(edit) @36756   14 years vboxsync Removed debug output, adjusted logging.
(edit) @36755   14 years vboxsync Main/VBoxService/GuestCtrl: More argv0 fixes.
(edit) @36754   14 years vboxsync VBoxService/Toolbox: Adjust error check.
(edit) @36749   14 years vboxsync VBoxService/GuestCtrl: Fixed getting output data from started process, …
(edit) @36745   14 years vboxsync Another fix for internal toolbox invocation (argv0), logging.
(edit) @36744   14 years vboxsync VBoxService/PipeBuf: Fixed deadlocks, added function for pipe peeking.
(edit) @36734   14 years vboxsync VBoxService/GuestCtrl: Fix argv[0] handling when executing guest programs.
(edit) @36733   14 years vboxsync VBoxService/GuestCtrl: Fix argv[0] handling when executing guest programs.
(edit) @36732   14 years vboxsync VBoxService/GuestCtrl: Use stdout as default buffer when no or an …
(edit) @36580   14 years vboxsync Trunk: forward ported r70973: Additions/common/VBoxService: the …
(edit) @36550   14 years vboxsync Burn fix.
(edit) @36548   14 years vboxsync VBoxService/GuestCopy: Fixed copying of small and 0-byte files. …
(edit) @36547   14 years vboxsync VBoxService/Toolbox: Abort cat'ing when all data is read and/or an …
(edit) @36369   14 years vboxsync VBoxService/cat: Inform about read input error.
(edit) @36338   14 years vboxsync VBoxService: Also report terminated status when used by SCM, logging.
(edit) @36331   14 years vboxsync VBoxService: Attempt to fix pre-init (broken by r70386). End …
(edit) @36330   14 years vboxsync VBOXSERVICE_NAME_GLOBAL is confusing, drop it.
(edit) @36328   14 years vboxsync VBoxService.cpp: Re r70385: Check if CreateMutex fails. Minor cleanups.
(edit) @36321   14 years vboxsync VBoxServicePipeBuf.*: nits.
(edit) @36305   14 years vboxsync VBoxService/GuestExec: Fixed file copy on Linux, refactored pipe …
(edit) @36249   14 years vboxsync VBoxService/VBoxHeadless: Drop VRDP connection on manual restart / …
(edit) @36219   14 years vboxsync Addressed some guest property (transient reset) todos.
(edit) @36214   14 years vboxsync GuestProps: r=bird: Another Q for Michael.
(edit) @36206   14 years vboxsync Guest Execution: more review stuff.
(edit) @36185   14 years vboxsync VBoxService: Clarification for access rights error (VERR_ACCESS_DENIED).
(edit) @36183   14 years vboxsync VBoxService: Fix for reporting pre-init/terminated status, added -V …
(edit) @36182   14 years vboxsync VBoxService: Fixed Windows mutex checking/creation.
(edit) @36179   14 years vboxsync Comments.
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36174   14 years vboxsync Logging adjustments.
(edit) @36026   14 years vboxsync VBoxService/GuestCtrl: Moved free'ing of expanded argument strings.
(edit) @36025   14 years vboxsync VBoxService/GuestCtrl: Fixed argument handling for sysprep.
(edit) @35954   14 years vboxsync Build fix.
(edit) @35952   14 years vboxsync VBoxService/GuestCtrl: Introduced pipe buffer events for waiting on …
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35715   14 years vboxsync Newline.
(edit) @35692   14 years vboxsync VBoxService/ControlExec: Update.
(edit) @35690   14 years vboxsync VBoxService/ControlExec: Fix for high CPU loads during writable events …
(edit) @35674   14 years vboxsync Comments, added misc. assertions.
(edit) @35526   14 years vboxsync VBoxServiceControlExec.cpp: Removed comment and variable obsoleted by …
(edit) @35465   14 years vboxsync Reverted r69332 + r69333.
(edit) @35462   14 years vboxsync Forgot to save file …
(edit) @35461   14 years vboxsync VBoxService/GuestControlExec: Proper fix for r69305 (public ticket #8010).
(edit) @35434   14 years vboxsync VBoxService: don't skip the first parameter passed by the host
(edit) @35385   14 years vboxsync Makefiles: <target>_PATH is deprecated, use <target>_DEFPATH instead.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35244   14 years vboxsync Additions/VBoxService: allow to cat files with size 0 to the guest
(edit) @35080   14 years vboxsync Added todo.
(edit) @35077   14 years vboxsync VBoxService/AutoMount: Fixed shutting down flag race when actually …
(edit) @35060   14 years vboxsync Comment typos.
(edit) @35058   14 years vboxsync VBoxService/AutoMount: Fixed SIGBUS errors by doing a better/more …
(edit) @35055   14 years vboxsync VBoxService/AutoMount: Logging, handle write protected mounts.
(edit) @35036   14 years vboxsync Warning.
(edit) @35027   14 years vboxsync Logging.
(edit) @35016   14 years vboxsync VBoxService/VbglR3: Added ability to optionally specify auto-mount …
(edit) @35012   14 years vboxsync Accidental code commit.
(edit) @35010   14 years vboxsync VBoxService/AutoMount: Use different mtab location on Solaris.
(edit) @34869   14 years vboxsync Copy/paste error.
(edit) @34868   14 years vboxsync Cosmetics.
(edit) @34867   14 years vboxsync GuestControl/VBoxService: Implemented dynamic input buffer size …
(edit) @34777   14 years vboxsync Minor help text update.
(edit) @34709   14 years vboxsync Guest execution: Implemented ability to start guest processes hidden.
(edit) @34617   14 years vboxsync VBoxService/Toolbox/mkdir: Break out creation loop when failing to …
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34273   14 years vboxsync VBoxService/ToolBox: Completed misc todos, updated documentation.
(edit) @34255   14 years vboxsync Renaming, spelling.
(edit) @34249   14 years vboxsync oops.
(edit) @34245   14 years vboxsync VBoxServiceToolBox.cpp: r=bird: A bunch of review comments. Only the …
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34157   14 years vboxsync VBoxService/Cat: Made output file indexing configurable.
(edit) @33922   14 years vboxsync VBoxService: uninitialized variable
(edit) @33895   14 years vboxsync Build fix.
(edit) @33891   14 years vboxsync VBoxService/VMInfo: Skip none-mapped user accounts when enumerating …
(edit) @33889   14 years vboxsync Space.
(edit) @33888   14 years vboxsync VBoxService/Toolbox: Mode adjustments for vbox_mkdir.
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