VirtualBox

source: vbox/trunk/src/VBox/Main/include/netif.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @105163   5 months vboxsync Linux/Network: Do not attach netfilter to wrong names or multiple …
(edit) @98103   23 months 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) @85264   4 years vboxsync Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
(edit) @85241   4 years vboxsync Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @77804   6 years vboxsync NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76487   6 years vboxsync Main/include: Slapped #pragma once on all headers in prep for GCC …
(edit) @72979   6 years vboxsync netif.h: Document duplicating of VirtualBox.xidl enums and ask why …
(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) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @67566   7 years vboxsync dropped composeIPv6Address() and composeHardwareAddress()
(edit) @67561   7 years vboxsync Main: bugref:8902: optimized composeHardwareAddress() and …
(edit) @67431   7 years vboxsync Main: ASMBitSetRange and ASMBitFirstClear don't do the right thing for …
(edit) @65428   8 years vboxsync doxygen fixes
(edit) @63256   8 years vboxsync Main: warnings
(edit) @62485   8 years vboxsync (C) 2016
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @50196   11 years vboxsync Main: s/Vbox/VBox/g s/VB/VBox/g
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45145   12 years vboxsync Main: build fix; warninMain: build fix; warning
(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) @43538   12 years vboxsync Main/Metrics: Host network interface metrics for Solaris (#6345)
(edit) @43507   12 years vboxsync Main/Metrics: Alternative way to get link speed for old kernels (#6345)
(edit) @36057   14 years vboxsync Main/NetIf: Fixed host-only interface creation failure on Windows (#3873)
(edit) @35785   14 years vboxsync netadp: Re-create configured vboxnetX interfaces (#4213) on Linux
(edit) @35356   14 years vboxsync Main/NetIf: Default (primary) NIC detection on Windows hosts (#3773)
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25841   15 years vboxsync VBoxNet (host-only): Revised version of r56609, GUI now uses proper …
(edit) @25829   15 years vboxsync Solaris/Main/VBoxNet: use different network for auto vboxnet IP assigning.
(edit) @25826   15 years vboxsync VBoxNetAdpCtl, Main/NetIf: multiple vboxnet instance fixes for Solaris.
(edit) @22211   15 years vboxsync HostImpl: Removed the return parameter from …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
(edit) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @18014   16 years vboxsync Host-only static IP persistency and defaults for all platforms except …
(edit) @17982   16 years vboxsync Empty address handling + darwin fixes.
(edit) @17981   16 years vboxsync Empty address handling + darwin fixes.
(edit) @17856   16 years vboxsync composeIPv6PrefixLenghFromAddress fix (prefix len always returned as …
(edit) @17835   16 years vboxsync NetIf/win: DhcpRediscover
(edit) @17713   16 years vboxsync NetIf/win: dhcp enabled property implementation
(edit) @17710   16 years vboxsync NetIf/win fixes
(edit) @17697   16 years vboxsync NetIf/win fixes
(edit) @17690   16 years vboxsync Fixed the issue with composeIPv6PrefixLenghFromAddress always returning -1.
(edit) @17688   16 years vboxsync Main API: cosmetics only; no code changes.
(edit) @17679   16 years vboxsync Main/Hostonly: not specify name on Create
(edit) @17613   16 years vboxsync IHostNetworkInterface:: BSTR IPV6NetworkMask -> ULONG …
(edit) @17494   16 years vboxsync NetIf/win: moved Create/Remove hostonly if to NetIf API, some API fixes
(edit) @17447   16 years vboxsync burn fix
(edit) @17444   16 years vboxsync setIpConfig: prefixLength2IPv6Address fix
(edit) @17419   16 years vboxsync VBoxManage interface to hostonly if basis
(edit) @17380   16 years vboxsync Main: net if API fixes
(edit) @17358   16 years vboxsync Main: ip setter API adjustment, implementation for win
(edit) @17309   16 years vboxsync Main: IHostNetworkInterfaceIpConfig added
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16967   16 years vboxsync NetAdp: added a Real property to the IHostNetworkInterface, make the …
(edit) @16927   16 years vboxsync NetAdp/win: enabled add/remove tap if UI, make the proper adapters to …
(edit) @15548   16 years vboxsync fixed file headers
(edit) @15442   16 years vboxsync #3282 HostNetIf API: updated common part, added draft implementation …
(add) @15372   16 years vboxsync #3282: HostNetIf API implementation for Darwin. Common part revised. …
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