VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51570   10 years vboxsync Additions/common/VBoxService: provide default/null object …
(edit) @51564   10 years vboxsync Additions/common/VBoxService: revert r94117.
(edit) @51503   10 years vboxsync Additions/common/VBoxService: make most service call-back functions …
(edit) @50051   11 years vboxsync VBoxService/GuestCtrl: Print some more help in case a guest session is …
(edit) @49531   11 years vboxsync Additions/VBoxService: do try to open the kernel device when executing …
(edit) @49511   11 years vboxsync VBoxService: don't disable logging if no log file name is passed
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @46506   11 years vboxsync Additions/VBoxService: Don't use VBOX_WITH_PAGE_SHARING here as this …
(edit) @46326   12 years vboxsync RT_STR_TUPLE
(edit) @44872   12 years vboxsync Additions/VBoxService: build fix
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40731   13 years vboxsync VBoxService: don't crash on exit
(edit) @40129   13 years vboxsync VBoxService: Added release logging to stdout/file (using --logfile …
(edit) @39843   13 years vboxsync GuestCtrl: Request (IPC) changes, bugfixes, fixed handle leaks.
(edit) @39202   13 years vboxsync VBoxService/Windows: Added gentle shutdown when user does …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38633   13 years vboxsync VBoxService: Fixed German Umlauts handling in toolbox, …
(edit) @38223   13 years vboxsync VBoxService: Implemented "--only-<service>" to just start one specific …
(edit) @38113   13 years vboxsync VBoxService/GuestCtrl: Fixed stability issues due to PID recycling, …
(edit) @36745   14 years vboxsync Another fix for internal toolbox invocation (argv0), logging.
(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) @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) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35080   14 years vboxsync Added todo.
(edit) @35027   14 years vboxsync Logging.
(edit) @34869   14 years vboxsync Copy/paste error.
(edit) @34868   14 years vboxsync Cosmetics.
(edit) @34273   14 years vboxsync VBoxService/ToolBox: Completed misc todos, updated documentation.
(edit) @33854   14 years vboxsync VBoxService/Control: Move the internal tool handling before VbglR3 …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33550   14 years vboxsync some more spelling fixes, thanks Timeless!
(edit) @33395   14 years vboxsync Additions/common: Some old OS/2 build fixes.
(edit) @33277   14 years vboxsync VBoxService: Update on internal toolbox command handling.
(edit) @33272   14 years vboxsync VBoxService/Toolbox: Added special execution command ("VBoxService" or …
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33230   14 years vboxsync VBoxService: Fix for FreeBSD
(edit) @33154   14 years vboxsync VBoxService/Toolbox: Update.
(edit) @33128   14 years vboxsync VBoxService: Added simple 'cat' functionality to new internal toolbox …
(edit) @32842   14 years vboxsync Logging: Missing parameter.
(edit) @32351   14 years vboxsync build fix.
(edit) @31202   14 years vboxsync Shared Folders/VBoxService: Added Linux + Solaris support.
(edit) @30957   14 years vboxsync VBoxService: Review comments for Andy. Changed -pagefusionfork to …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30561   14 years vboxsync Comment
(edit) @30560   14 years vboxsync Spawn 2nd VBoxService instance to handle page fusion in order to work …
(edit) @29817   15 years vboxsync VBoxService: Some cleanup - started with reviewing r61961, but got …
(edit) @29776   15 years vboxsync VBoxService.cpp: nits
(edit) @29775   15 years vboxsync VBoxService.cpp: Same code everywhere, please.
(edit) @29762   15 years vboxsync VBoxService / Windows guests: Don't use a service as main thread but …
(edit) @29761   15 years vboxsync VBoxService: FreeBSD doesn't know ERESTART and according to the man …
(edit) @29647   15 years vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29644   15 years vboxsync VBoxService: Another shot at the solaris SIGCHLD/exec problem.
(edit) @29633   15 years vboxsync VBoxService.cpp: Ignore sigwait interruptions. Attempt to work around …
(edit) @29594   15 years vboxsync VBoxService: help cosmetics
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29345   15 years vboxsync VBoxService,VBox/err.h: Use a dedicated status code for this, …
(edit) @29343   15 years vboxsync Include page sharing service
(edit) @29316   15 years vboxsync VBoxService: More generic way for letting services disable themselves; …
(edit) @29313   15 years vboxsync VBoxService: Removed automatic Windows system preparation in favor of …
(edit) @29258   15 years vboxsync VBoxService.cpp: better message and a @todo.
(edit) @29202   15 years vboxsync VBoxService: Don't terminate if some HGCM host service is not …
(edit) @29020   15 years vboxsync VBoxService.cpp: Spaces and minor cleanups.
(edit) @28967   15 years vboxsync VBoxService: Introduced guest property cache (used by VM information …
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28736   15 years vboxsync VBoxService: Compilable/runnable without memory ballooning.
(edit) @28604   15 years vboxsync VBoxService: only wait if starting of the services was successful
(edit) @28603   15 years vboxsync VBoxService: improved POSIX shutdown mechanism
(edit) @28600   15 years vboxsync VBoxService: RT_OS_WINDOWS
(edit) @28599   15 years vboxsync VBoxService: properly shutdown the serice on normal signals; cosmetic fixes
(edit) @27634   15 years vboxsync Additions: Enable the CPU hot-plug service by default
(edit) @26900   15 years vboxsync VBoxService: gcc warning.
(edit) @26354   15 years vboxsync Activated memory balloon and statistics again
(edit) @26292   15 years vboxsync Moved statistics and balloon handling to the guest service process
(edit) @26136   15 years vboxsync VBoxService: a couple of bug fixes together with code review and cleanups.
(edit) @26061   15 years vboxsync VBoxService,VBoxGuestLib: CPU hot plugging cleanup + review.
(edit) @25975   15 years vboxsync CPU hotplug: Merge guest additions patch
(edit) @25479   15 years vboxsync VBoxService: Include build version + rev.
(edit) @25390   15 years vboxsync VBoxService: Added guest property support for timesync service.
(edit) @25159   15 years vboxsync VBoxService: Various fixes and improvements for NT4 and up: - Shuts …
(edit) @23029   15 years vboxsync VBoxService: Notice when manually starting VBoxService in daemonized …
(edit) @22744   15 years vboxsync VBoxService: Sigh. Cleaned up the code myself. It's current disabled …
(edit) @22530   15 years vboxsync VBoxService: Bugfixes, enabled release mode verbose logging if specified.
(edit) @22503   15 years vboxsync VBoxService: Added command execution thread (only used for sysprep …
(edit) @21218   15 years vboxsync Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.
(edit) @21165   15 years vboxsync VBoxService.cpp: Fixed error message.
(edit) @21139   15 years vboxsync VBoxService: Fixed handling of disabled services.
(edit) @19532   16 years vboxsync VBoxService/common: Backed cmd line changes; won't work.
(edit) @19527   16 years vboxsync VBoxService/common: Comment.
(edit) @19526   16 years vboxsync VBoxService/common: Bugfix for cmd line.
(edit) @19521   16 years vboxsync VBoxService/common: Don't exit on unknown parameters.
(edit) @19374   16 years vboxsync VBoxService/common: SVN props.
(edit) @19331   16 years vboxsync VBoxService/common: Added Windows WM network information.
(edit) @19321   16 years vboxsync VBoxService/common: Time syncing for Windows, added framework for VM …
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