summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/win/NetIf-win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Main/src-server: hr -> hrc. bugref:10223vboxsync2023-01-251-1/+1
* Main/src-server: hr -> hrc. bugref:10223vboxsync2023-01-251-97/+87
* Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223vboxsync2023-01-251-135/+129
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Main: bugref:1909: Added missed translation marks, removed redundant ones. Ex...vboxsync2021-10-011-6/+9
* Main/NetIf-win.cpp: createObject status should be checked and removed weird '...vboxsync2020-07-121-26/+28
* Main: VC++ 19.2 adjustments. bugref:8489vboxsync2020-05-181-12/+11
* Main: VC++ 14.1 adjustments. bugref:8489vboxsync2020-04-181-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main/NetIf-win.cpp: s/vBox/p[tr]VBox/gvboxsync2019-06-281-39/+39
* NetAdp/Win: (bugref:9409) Store host-only adapter configuration in extra data...vboxsync2019-03-201-10/+11
* NetIf-win.cpp: build fixvboxsync2019-02-221-1/+1
* Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in prev changevboxsync2019-02-221-1/+1
* Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix the leakvboxsync2019-02-221-4/+11
* Main: Eradicate the use of BSTR in regular API code, there were leaks in almo...vboxsync2019-02-221-3/+3
* Main: Don't use Logging.h.vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* scm --fix-err-h src/ (bugref:9344)vboxsync2018-12-251-1/+1
* Main/NetIf (bugref:8915) Fixed wireless detection on adapters with unbound IP...vboxsync2018-02-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Main/Network: (bugref:8915) Fixed HostNetworkInterface::Wireless flag, made i...vboxsync2017-10-231-0/+1
* netIfIsWireless: CreateFile always fails for one of the adapters on my box (p...vboxsync2017-09-041-48/+61
* Main/NetIf (bugref:8915) Moved wireless detection from ConsoleImpl2.cpp to Ne...vboxsync2017-07-181-7/+71
* Main/NetIf-win: bugref:8346: the distinction between XP and Vista doesn't wor...vboxsync2017-06-301-72/+77
* Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing forvboxsync2017-06-151-8/+16
* Main/NetIf-win: bugref:8902: use correct function to determine the network ma...vboxsync2017-06-141-3/+3
* Main/NetIf (bugref:8846): Fixed VBoxSVC crash on updating adapter list when E...vboxsync2017-04-211-1/+1
* doxygen fixesvboxsync2017-01-241-6/+6
* scm: cleaning up todosvboxsync2016-08-161-8/+8
* Use shlobj.h wrapper.vboxsync2016-08-111-1/+1
* Main: warningsvboxsync2016-08-101-12/+15
* Main: warningsvboxsync2016-08-081-6/+5
* Wrap objbase.h + objidl.h too.vboxsync2016-07-311-1/+1
* Wrap ws2tcpip.h too.vboxsync2016-07-301-1/+1
* Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.vboxsync2016-07-291-1/+1
* Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with preprocessor ...vboxsync2016-07-291-1/+1
* Use the iprt/win/winsock2.h wrapper for winsock2.hvboxsync2016-07-291-1/+1
* Use the iprt/win/windows.h wrapper for Windows.hvboxsync2016-07-291-1/+1
* Main/Console+Host: winsock2 include fixingvboxsync2016-04-141-1/+2
* bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp and NetIf...vboxsync2015-12-111-50/+26
* NetFlt/win: do not exclude adapters which report as neither physical nor virt...vboxsync2015-12-101-1/+1
* Main/Network: excessive release log messages removed (bugref:7973)vboxsync2015-12-081-19/+19
* Main/Network: fixed regression causing host adapters not to be listed when ND...vboxsync2015-12-071-3/+58
* Main/Network: fall-back address mask extraction mode for compatibility with W...vboxsync2015-11-261-11/+107
* Main/Network: adapter enumeration re-worked to use INetCfg with minimum amoun...vboxsync2015-11-261-336/+217
* NetAdp/win: Delayed renaming of connections, address generation fix, creation...vboxsync2015-11-201-1/+15