| Commit message (Expand) | Author | Age | Files | Lines |
| * | Main/src-server: hr -> hrc. bugref:10223 | vboxsync | 2023-01-25 | 1 | -1/+1 |
| * | Main/src-server: hr -> hrc. bugref:10223 | vboxsync | 2023-01-25 | 1 | -97/+87 |
| * | Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223 | vboxsync | 2023-01-25 | 6 | -206/+192 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 10 | -10/+10 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 10 | -80/+180 |
| * | FE/VBoxAutostart/adi: Added experimental support for running VBoxSVC session ... | vboxsync | 2022-06-14 | 1 | -9/+83 |
| * | Main/svcmain: Missing throw() on Unlock (noexcept/c++17). | vboxsync | 2022-05-25 | 1 | -2/+2 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 10 | -10/+10 |
| * | Main: bugref:1909: Added missed translation marks, removed redundant ones. Ex... | vboxsync | 2021-10-01 | 1 | -6/+9 |
| * | IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx (getters shall... | vboxsync | 2021-08-16 | 1 | -1/+1 |
| * | VBoxSVC: Add a bit more release logging around WM_QUERYENDSESSION. | vboxsync | 2021-05-20 | 1 | -18/+109 |
| * | VBoxSVC: Oops, g/c debug instrumentaion accidentally committed in | vboxsync | 2021-05-03 | 1 | -56/+15 |
| * | VBoxSVC: The order is TranslateMessage *then* DispatchMessage. Here | vboxsync | 2021-04-29 | 1 | -16/+57 |
| * | Build fix. | vboxsync | 2021-02-03 | 1 | -1/+1 |
| * | Main: Doxygen v1.8.20 seems to get confused by appendTokenizedStrings and dum... | vboxsync | 2021-02-03 | 1 | -36/+35 |
| * | Main/NetIf-win.cpp: createObject status should be checked and removed weird '... | vboxsync | 2020-07-12 | 1 | -26/+28 |
| * | iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB... | vboxsync | 2020-07-08 | 1 | -10/+11 |
| * | Main: VC++ 19.2 adjustments. bugref:8489 | vboxsync | 2020-05-18 | 1 | -12/+11 |
| * | Main: VC++ 14.1 adjustments. bugref:8489 | vboxsync | 2020-04-18 | 3 | -7/+7 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 10 | -10/+10 |
| * | Main/NetIf-win.cpp: s/vBox/p[tr]VBox/g | vboxsync | 2019-06-28 | 1 | -39/+39 |
| * | Main/glue: Consolidated the bool parameters of com::Initialize() into a bit m... | vboxsync | 2019-04-10 | 1 | -2/+3 |
| * | Main/HostDnsService: Pass fResume = FALSE to SetWaitableTimer() so | vboxsync | 2019-04-09 | 1 | -1/+1 |
| * | Main/HostDnsService: Some more cleanup and renaming. | vboxsync | 2019-04-03 | 1 | -75/+78 |
| * | Main/HostDnsService: Renaming and cleanup (no functional changes) [build fix]. | vboxsync | 2019-04-02 | 1 | -1/+1 |
| * | Main/HostDnsService: Renaming and cleanup (no functional changes). | vboxsync | 2019-04-02 | 1 | -4/+4 |
| * | NetAdp/Win: (bugref:9409) Store host-only adapter configuration in extra data... | vboxsync | 2019-03-20 | 1 | -10/+11 |
| * | NetIf-win.cpp: build fix | vboxsync | 2019-02-22 | 1 | -1/+1 |
| * | Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in prev change | vboxsync | 2019-02-22 | 1 | -1/+1 |
| * | Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix the leak | vboxsync | 2019-02-22 | 1 | -4/+11 |
| * | Main: Eradicate the use of BSTR in regular API code, there were leaks in almo... | vboxsync | 2019-02-22 | 1 | -3/+3 |
| * | Main: Don't use Logging.h. | vboxsync | 2019-01-01 | 6 | -17/+18 |
| * | Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with... | vboxsync | 2019-01-01 | 1 | -3/+3 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 10 | -10/+10 |
| * | Artwork: scm --fix-header-guards. bugref:9344 | vboxsync | 2018-12-30 | 1 | -0/+3 |
| * | scm --fix-err-h src/ (bugref:9344) | vboxsync | 2018-12-25 | 7 | -8/+8 |
| * | VBox/com/microatl.h: Include errcore.h rather than err.h for RT_FAILURE(). bu... | vboxsync | 2018-12-22 | 1 | -0/+6 |
| * | Main: Kicked out RpcChannelHook and IVirtualBoxclientList hacks (basically ro... | vboxsync | 2018-12-09 | 1 | -173/+8 |
| * | VBoxSVC: Hook all IVirtualBox calls to catch new client processes so we can w... | vboxsync | 2018-12-09 | 1 | -59/+44 |
| * | VBoxSDS,VBoxSVC: Some DEBUG_bird experiments for identifying the caller. bugr... | vboxsync | 2018-12-08 | 1 | -24/+143 |
| * | svchlp.h: Fixed head and include guards. | vboxsync | 2018-12-08 | 1 | -5/+4 |
| * | VBoxSDS,VBoxSVC,VBoxProxyStub: Kicked out the failed attempt at centralized c... | vboxsync | 2018-12-08 | 1 | -2/+2 |
| * | VBoxSDS: updates | vboxsync | 2018-12-07 | 1 | -3/+6 |
| * | Main: On Windows, fix compiling with VBOX_WITH_SDS= | vboxsync | 2018-08-27 | 1 | -2/+8 |
| * | HostDnsService: Attempted Windows build fix for r122914. | vboxsync | 2018-06-05 | 1 | -2/+2 |
| * | VBoxSDS,VBoxSVC: Replaced the enviornment variable hack (VBOX_SERVICE_PROCESS... | vboxsync | 2018-04-06 | 1 | -11/+6 |
| * | Main/VBoxSVC: fix for bugref:9134: fixed mis... | vboxsync | 2018-03-13 | 1 | -2/+2 |
| * | Main/VBoxSVC,VBoxSDS: fix for bugref:8161: flow... | vboxsync | 2018-02-28 | 1 | -0/+1 |
| * | Main/NetIf (bugref:8915) Fixed wireless detection on adapters with unbound IP... | vboxsync | 2018-02-28 | 1 | -1/+1 |
| * | Main/VBoxSVC,VBoxSDS: fix for bugref:8161: fix scm wa... | vboxsync | 2018-02-27 | 1 | -2/+2 |