VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81422   5 years vboxsync OCI: (bugref:9469) cloud network integration concept (disabled in …
(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) @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) @67792   7 years vboxsync Main/NetworkAdapterImpl: fixed another case with wrong NAT/DHCP …
(edit) @66940   8 years vboxsync Main/NetworkAdapter+NATEngine: Improve default handling (deal with …
(edit) @61170   9 years vboxsync 8238 VBoxSVC settings - NetworkAdapterImpl
(edit) @57694   9 years vboxsync Main/NATEngine+NetworkAdapter: NetworkAdapter::i_copyFrom didn't …
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @48989   11 years vboxsync Main/NetworkAdapterImpl.cpp: Avoids lock drops and re-acquirings on …
(edit) @48710   11 years vboxsync NatNetworking/Main: do reference couting on network attachment switch.
(edit) @42825   12 years vboxsync Main/Machine+NetworkAdapter: properly fix resizing of vector …
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @40491   13 years vboxsync Main/NetworkAdapter: Take the easy solution out of the reference hell …
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @36275   14 years vboxsync Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @28867   15 years vboxsync Main: fixed several uninitialized variables and incomplete operators
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28406   15 years vboxsync Devices, Main, FE/Qt: re-committed support for VDE virtual network …
(edit) @28290   15 years vboxsync Devices, Main, FE/Qt: reverted r60036 for now
(edit) @28287   15 years vboxsync Devices, Main, FE/Qt: added support for VDE virtual network switches …
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26171   15 years vboxsync Main: get rid of Backupable<>::hasActualChanges and the operator== in …
(edit) @26167   15 years vboxsync Main: get rid of isModified() loops in Machine and subclasses; …
(edit) @26156   15 years vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26044   15 years vboxsync Main: move Host::Get{DVD|Floppy}Drives implementation into …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25098   15 years vboxsync Main/NetworkAdapter: fix NULL handling in NAT network attribute
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22183   15 years vboxsync Main: fix more windows warnings + burns
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16509   16 years vboxsync #2954 & #3569: Linux TAP driver is embedded to vboxnetflt. API, …
(edit) @15708   16 years vboxsync Main: #3424: Bumped XML format version to 1.6 and so that the …
(edit) @15537   16 years vboxsync Main/NetworkAdapter: eliminate dead code by changing the conditional …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @10898   16 years vboxsync Main: Host interface networking on Darwin.
(edit) @8367   17 years vboxsync Main: Added INetworkAdapter::NATNetwork property.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6076   17 years vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5060   17 years vboxsync Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3348   17 years vboxsync Main: Converted AudioAdapter and NetworkAdapter to the new locking scheme.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @606   18 years vboxsync Initial darwin port. (Not tested on linux yet.)
(add) @1   55 years vboxsync import
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