VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/win/svcmain.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98292   23 months vboxsync Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95274   3 years vboxsync FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC …
(edit) @95120   3 years vboxsync Main/svcmain: Missing throw() on Unlock (noexcept/c++17).
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90692   3 years vboxsync IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx …
(edit) @89202   4 years vboxsync VBoxSVC: Add a bit more release logging around WM_QUERYENDSESSION. …
(edit) @88821   4 years vboxsync VBoxSVC: Oops, g/c debug instrumentaion accidentally committed in …
(edit) @88783   4 years vboxsync VBoxSVC: The order is TranslateMessage *then* DispatchMessage. Here …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78088   6 years vboxsync Main/glue: Consolidated the bool parameters of com::Initialize() into …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76092   6 years vboxsync Main: Kicked out RpcChannelHook and IVirtualBoxclientList hacks …
(edit) @76091   6 years vboxsync VBoxSVC: Hook all IVirtualBox calls to catch new client processes so …
(edit) @76071   6 years vboxsync VBoxSDS,VBoxSVC: Some DEBUG_bird experiments for identifying the …
(edit) @76067   6 years vboxsync VBoxSDS,VBoxSVC,VBoxProxyStub: Kicked out the failed attempt at …
(edit) @76066   6 years vboxsync VBoxSDS: updates
(edit) @73919   6 years vboxsync Main: On Windows, fix compiling with VBOX_WITH_SDS=
(edit) @71716   7 years vboxsync VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
(edit) @71317   7 years vboxsync Main/VBoxSVC: fix for ​​​​​​​​​​​bugref:9134: fixed missed check for null
(edit) @71161   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​​bugref:8161: flower boxer …
(edit) @71144   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​bugref:8161: fix scm warnings …
(edit) @71143   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​bugref:8161: fix build warning
(edit) @71142   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​​​​​bugref:8161: added and updated copyright
(edit) @71139   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​bugref:8161: added API client list …
(edit) @70030   7 years vboxsync Main/svcmain.cpp: Backed out r119561 as we won't try instantiate the …
(edit) @70028   7 years vboxsync VBoxSDS: ​bugref:3300: ignore VBoxSDS errors in VBoxSVC
(edit) @69803   7 years vboxsync svcmain.cpp: Only call IVirtualBoxSDS::deregisterVBoxSVC from the …
(edit) @69783   7 years vboxsync Main: SDS plan B it is.
(edit) @69775   7 years vboxsync VBoxSDS/Plan/B: More complete code.
(edit) @69771   7 years vboxsync svcmain.cpp: Forgot to disable EF heap. oops.
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69747   7 years vboxsync Main/VBoxSVC: VBOX_WITH_SDS_PLAN_B: Delay log file rotation and …
(edit) @69743   7 years vboxsync svcnmain.cpp: log name nits
(edit) @69734   7 years vboxsync Main: SDS plan B proof of concept.
(edit) @69731   7 years vboxsync Main: More SDS plan B sketching.
(edit) @69729   7 years vboxsync Main: Outlined a possible plan B for the VBoxSDS stuff.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @66122   8 years vboxsync Main/svcmain: typo fix
(edit) @66121   8 years vboxsync Main/svcmain: cleanups, make functions static and use IPRT where …
(edit) @65543   8 years vboxsync Main/svcmain: coding style
(edit) @65525   8 years vboxsync Main/VBoxSVC: fix for ticketref:16409
(edit) @64160   8 years vboxsync VBoxFrontends: fix for bugref:8161: added shutdown events handling to …
(edit) @63549   8 years vboxsync scm cleanups
(edit) @62701   8 years vboxsync VBoxMain/svcmain : fix for ​​​​​​​bugref:8161: added processing of …
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62222   8 years vboxsync Main/server: add a BUILDID to the server similar to what we have in …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @59369   9 years vboxsync VBoxC/dllmain,VBoxSVC/svcmain: Let VBoxProxyStub do all the …
(edit) @59368   9 years vboxsync VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @52489   10 years vboxsync Main: tabs
(edit) @52240   10 years vboxsync VBoxSVC: replace complicated command line parsing looking for …
(edit) @51737   10 years vboxsync Main/src-server/win/svcmain.cpp: on Windows (with working file locking …
(edit) @49938   11 years vboxsync Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
(edit) @47525   11 years vboxsync control VBoxSVC release logging xtracker id 6787
(edit) @46909   11 years vboxsync Todos.
(edit) @46907   11 years vboxsync svcmain.cpp: Fixed memory leak, bail out when unable to build logfile name.
(edit) @41041   13 years vboxsync Main: fix COM server build error
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37683   13 years vboxsync Main/win/svcmain.cpp: fix regression when registering the COM service, …
(edit) @37670   13 years vboxsync Main/win/svcmain.cpp: fix command line parsing, and generally make the …
(edit) @37667   13 years vboxsync build fix
(edit) @37666   13 years vboxsync Main/VBoxSVC: add release logging, with conservative log rotation …
(edit) @36900   14 years vboxsync Main/win/svcmain.cpp: Switch to the user's home directory if VBoxSVC …
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/win/svcmain.cpp
(edit) @31553   14 years vboxsync Build fix
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