VirtualBox

source: vbox/trunk/src/VBox/Main/NetworkAdapterImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(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) @28295   15 years vboxsync Main: saving NAT Engine states while network switches.
(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) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27872   15 years vboxsync Main: win build fix.
(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) @26818   15 years vboxsync xtracker 3573 / public #5781: when changing the host adapter or the …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(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) @26046   15 years vboxsync Main: move Auto*StateDependency templates out of MachineImpl.h
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25843   15 years vboxsync Main: fix deadlock candidates detected by lock validator
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25286   15 years vboxsync Main: preparation for deadlock detection: remove AutoMultiLock* template
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25098   15 years vboxsync Main/NetworkAdapter: fix NULL handling in NAT network attribute
(edit) @23222   15 years vboxsync ConsoleImpl2: Added support for attaching/detaching NetSniffer at Runtime
(edit) @23061   15 years vboxsync forward ported r52387 (fixes host interface parsing problem)
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22186   15 years vboxsync Main: fix more windows warnings
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21961   15 years vboxsync NetworkAttachment: trigger the network attachment change only when …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21817   15 years vboxsync Network: check for change in network attachment type and allow only …
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20704   15 years vboxsync NetworkAdapterImpl.cpp: completely useless file description.
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @17843   16 years vboxsync VBoxManage hostonly-related fixes.
(edit) @17614   16 years vboxsync network adapter XML schema HostOnlyNetwork removed
(edit) @17609   16 years vboxsync network adapter XML schema HostOnlyNetwork -> HostOnlyInterface
(edit) @17608   16 years vboxsync network adapter XML schema HostInterface -> BridgedInterface
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16967   16 years vboxsync NetAdp: added a Real property to the IHostNetworkInterface, make the …
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(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) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14959   16 years vboxsync no trailing \n when using ComAssertMsg*
(edit) @14938   16 years vboxsync Use CheckComArgStrNotEmptyOrNull where appropriate.
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14665   16 years vboxsync Main: Locking and sanity.
(edit) @14664   16 years vboxsync Main & FEs: 3002: GUI/Main enhancements for 64 bits guests implemented.
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @10898   16 years vboxsync Main: Host interface networking on Darwin.
(edit) @8452   17 years vboxsync Disabled access to 82543GC
(edit) @8439   17 years vboxsync Older 82543GC chip support, works in linux only.
(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) @7992   17 years vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @6344   17 years vboxsync typo
(edit) @6135   17 years vboxsync fixes; phy now uses namespace instead of class
(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) @5755   17 years vboxsync Added new type of network device 'e1000'. Define VBOX_WITH_E1000 to …
(edit) @5378   17 years vboxsync Fix incorrect MAC address validity check.
(edit) @5120   17 years vboxsync Back out allowing colons in MAC addresses. Getting it right would …
(edit) @5118   17 years vboxsync Main: Added checking for errors when initializing NetworkAdapter and …
(edit) @5117   17 years vboxsync Make the MAC address validity check accept lower-case hex digits and …
(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) @1168   18 years vboxsync Main: Fixed: The Snapshot ID was not reset on a normal hard disk …
(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