index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
Main
/
src-server
/
win
/
NetIf-win.cpp
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
1
-135
/
+129
*
Copyright year updates by scm.
vboxsync
2023-01-17
1
-1
/
+1
*
scm copyright and license note update
vboxsync
2022-08-22
1
-8
/
+18
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
Main: bugref:1909: Added missed translation marks, removed redundant ones. Ex...
vboxsync
2021-10-01
1
-6
/
+9
*
Main/NetIf-win.cpp: createObject status should be checked and removed weird '...
vboxsync
2020-07-12
1
-26
/
+28
*
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
1
-1
/
+1
*
Copyright year updates by scm.
vboxsync
2020-02-04
1
-1
/
+1
*
Main/NetIf-win.cpp: s/vBox/p[tr]VBox/g
vboxsync
2019-06-28
1
-39
/
+39
*
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
1
-2
/
+2
*
scm --update-copyright-year
vboxsync
2019-01-01
1
-1
/
+1
*
scm --fix-err-h src/ (bugref:9344)
vboxsync
2018-12-25
1
-1
/
+1
*
Main/NetIf (bugref:8915) Fixed wireless detection on adapters with unbound IP...
vboxsync
2018-02-28
1
-1
/
+1
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
backed out r118835 as it incorrectly updated the 'This file is based on' file...
vboxsync
2017-10-28
1
-1
/
+1
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
Main/Network: (bugref:8915) Fixed HostNetworkInterface::Wireless flag, made i...
vboxsync
2017-10-23
1
-0
/
+1
*
netIfIsWireless: CreateFile always fails for one of the adapters on my box (p...
vboxsync
2017-09-04
1
-48
/
+61
*
Main/NetIf (bugref:8915) Moved wireless detection from ConsoleImpl2.cpp to Ne...
vboxsync
2017-07-18
1
-7
/
+71
*
Main/NetIf-win: bugref:8346: the distinction between XP and Vista doesn't wor...
vboxsync
2017-06-30
1
-72
/
+77
*
Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing for
vboxsync
2017-06-15
1
-8
/
+16
*
Main/NetIf-win: bugref:8902: use correct function to determine the network ma...
vboxsync
2017-06-14
1
-3
/
+3
*
Main/NetIf (bugref:8846): Fixed VBoxSVC crash on updating adapter list when E...
vboxsync
2017-04-21
1
-1
/
+1
*
doxygen fixes
vboxsync
2017-01-24
1
-6
/
+6
*
scm: cleaning up todos
vboxsync
2016-08-16
1
-8
/
+8
*
Use shlobj.h wrapper.
vboxsync
2016-08-11
1
-1
/
+1
*
Main: warnings
vboxsync
2016-08-10
1
-12
/
+15
*
Main: warnings
vboxsync
2016-08-08
1
-6
/
+5
*
Wrap objbase.h + objidl.h too.
vboxsync
2016-07-31
1
-1
/
+1
*
Wrap ws2tcpip.h too.
vboxsync
2016-07-30
1
-1
/
+1
*
Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
vboxsync
2016-07-29
1
-1
/
+1
*
Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with preprocessor ...
vboxsync
2016-07-29
1
-1
/
+1
*
Use the iprt/win/winsock2.h wrapper for winsock2.h
vboxsync
2016-07-29
1
-1
/
+1
*
Use the iprt/win/windows.h wrapper for Windows.h
vboxsync
2016-07-29
1
-1
/
+1
*
Main/Console+Host: winsock2 include fixing
vboxsync
2016-04-14
1
-1
/
+2
*
bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp and NetIf...
vboxsync
2015-12-11
1
-50
/
+26
*
NetFlt/win: do not exclude adapters which report as neither physical nor virt...
vboxsync
2015-12-10
1
-1
/
+1
*
Main/Network: excessive release log messages removed (bugref:7973)
vboxsync
2015-12-08
1
-19
/
+19
*
Main/Network: fixed regression causing host adapters not to be listed when ND...
vboxsync
2015-12-07
1
-3
/
+58
*
Main/Network: fall-back address mask extraction mode for compatibility with W...
vboxsync
2015-11-26
1
-11
/
+107
*
Main/Network: adapter enumeration re-worked to use INetCfg with minimum amoun...
vboxsync
2015-11-26
1
-336
/
+217
*
NetAdp/win: Delayed renaming of connections, address generation fix, creation...
vboxsync
2015-11-20
1
-1
/
+15
[next]