VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98295   23 months vboxsync Main/src-server: hr -> hrc. bugref:10223
(edit) @98293   23 months vboxsync Main/src-server: hr -> hrc. bugref:10223
(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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @85265   4 years vboxsync Main/NetIf-win.cpp: createObject status should be checked and removed …
(edit) @84344   5 years vboxsync Main: VC++ 19.2 adjustments. bugref:8489
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79420   5 years vboxsync Main/NetIf-win.cpp: s/vBox/p[tr]VBox/g
(edit) @77804   6 years vboxsync NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
(edit) @77440   6 years vboxsync NetIf-win.cpp: build fix
(edit) @77438   6 years vboxsync Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in …
(edit) @77437   6 years vboxsync Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix …
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(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) @71151   7 years vboxsync Main/NetIf (bugref:8915) Fixed wireless detection on adapters with …
(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) @69164   7 years vboxsync Main/Network: (bugref:8915) Fixed HostNetworkInterface::Wireless flag, …
(edit) @68620   7 years vboxsync netIfIsWireless: CreateFile always fails for one of the adapters on my …
(edit) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @67725   7 years vboxsync Main/NetIf-win: bugref:8346: the distinction between XP and Vista …
(edit) @67431   8 years vboxsync Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing for …
(edit) @67390   8 years vboxsync Main/NetIf-win: bugref:8902: use correct function to determine the …
(edit) @66646   8 years vboxsync Main/NetIf (bugref:8846): Fixed VBoxSVC crash on updating adapter list …
(edit) @65428   8 years vboxsync doxygen fixes
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63176   8 years vboxsync Main: warnings
(edit) @62780   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62692   8 years vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62686   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62681   8 years vboxsync Use the iprt/win/winsock2.h wrapper for winsock2.h
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @60509   9 years vboxsync Main/Console+Host: winsock2 include fixing
(edit) @59087   9 years vboxsync bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp …
(edit) @59082   9 years vboxsync NetFlt/win: do not exclude adapters which report as neither physical …
(edit) @59056   9 years vboxsync Main/Network: excessive release log messages removed (bugref:7973)
(edit) @59033   9 years vboxsync Main/Network: fixed regression causing host adapters not to be listed …
(edit) @58885   9 years vboxsync Main/Network: fall-back address mask extraction mode for compatibility …
(edit) @58874   9 years vboxsync Main/Network: adapter enumeration re-worked to use INetCfg with …
(edit) @58794   9 years vboxsync NetAdp/win: Delayed renaming of connections, address generation fix, …
(edit) @57950   9 years vboxsync Main/Network: query adapter hw id and name via Setup API (#7993)
(edit) @57639   9 years vboxsync Main/Network: report errors from VBoxNetCfg back to VBoxManage (#7973)
(edit) @57596   9 years vboxsync Main/Network: reduce amount of release log messages (#7993)
(edit) @57556   9 years vboxsync Main/Network: fix to include wireless adapters into bridged list (#7993)
(edit) @57554   9 years vboxsync Main/Network: alternative implementation of NetIfList using …
(edit) @57536   9 years vboxsync Main/Network: Yet another attempt to find the root cause of failure to …
(edit) @57485   9 years vboxsync Main/Network: remove redundant INetCfg query/release during interface …
(edit) @57461   9 years vboxsync Main/Network: extensive release logging during interface enumeration
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @53318   10 years vboxsync NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
(edit) @53082   10 years vboxsync NetFlt/win: NDIS6: no halt on host suspend, hardware id changed to …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @50174   11 years vboxsync Main/src-server: unify {p,m}VBox => {p,m}VirtualBox
(edit) @49873   11 years vboxsync 6813 stage 4 - further bug removal
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45073   12 years vboxsync Main/win/NetIf-win.cpp: release logging fix
(edit) @44742   12 years vboxsync Main/Metrics: Generic implentation of link state and stubs for line …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40080   13 years vboxsync Another Windows build fix
(edit) @36121   14 years vboxsync rework NetFlt/Adp
(edit) @35785   14 years vboxsync netadp: Re-create configured vboxnetX interfaces (#4213) on Linux
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/win/NetIf-win.cpp
(edit) @35356   14 years vboxsync Main/NetIf: Default (primary) NIC detection on Windows hosts (#3773)
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