VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/DrvNAT.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19074   16 years vboxsync DrvNAT: spelling.
(edit) @19049   16 years vboxsync NAT: polished r46167
(edit) @19048   16 years vboxsync NAT: Process the queue unconditionally
(edit) @19047   16 years vboxsync NAT: EINTR handling in poll
(edit) @19014   16 years vboxsync NAT: suppressed message
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @18858   16 years vboxsync NAT: replacing release assert with suppressed message
(edit) @18726   16 years vboxsync NAT: DNS proxy more logging
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @17655   16 years vboxsync NAT: Enable win hack
(edit) @17437   16 years vboxsync NAT: missed changes (fix burns)
(edit) @17386   16 years vboxsync NAT: suppressing PDMQueus warning messages
(edit) @16952   16 years vboxsync NAT: cosmetics
(edit) @16896   16 years vboxsync NAT: accidentaly have broken old synchronization
(edit) @16822   16 years vboxsync NAT:coding style
(edit) @16821   16 years vboxsync NAT:warnings
(edit) @16758   16 years vboxsync NAT:backed r42762, with description what exactly expected to do here
(edit) @16726   16 years vboxsync NAT: avoiding "false alarms"
(edit) @16653   16 years vboxsync NAT: fixed memmory corruption in new Unix multiplexing mechanism
(edit) @16613   16 years vboxsync NAT:hide Management pipe and incrementing nDFs for ICMP needs
(edit) @16572   16 years vboxsync NAT: select => poll (2x speed up on Unix)
(edit) @16566   16 years vboxsync NAT: revert r42519, variables are referenced in Windows, but doesn't …
(edit) @16565   16 years vboxsync NAT: fdset referenced in Unix compilation
(edit) @16541   16 years vboxsync prevent typecasts
(edit) @16540   16 years vboxsync NAT:decoupling of drvNATSend
(edit) @16448   16 years vboxsync NAT:MT improvements
(edit) @16444   16 years vboxsync NAT:Linux burn fix
(edit) @16443   16 years vboxsync NAT:MT 1. slirp queue inroduced 2. main points of thread interactions …
(edit) @16291   16 years vboxsync NAT: multi threading. Introduces set of macroces to use …
(edit) @16201   16 years vboxsync NAT:typo
(edit) @16094   16 years vboxsync NAT: enable delay hack (Windows host only)
(edit) @16086   16 years vboxsync missing initialization
(edit) @16085   16 years vboxsync NAT: delay hack
(edit) @16083   16 years vboxsync prevent flooding the release log
(edit) @16078   16 years vboxsync NAT:freeing of buffer supposed to be sent in case we're unable …
(edit) @15941   16 years vboxsync use new PDMDrv helpers
(edit) @15914   16 years vboxsync NAT: temporally enable intermediate buffer on send, to avoid overhead …
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15788   16 years vboxsync NAT: fixed return value of drvNATQueueConsumer() if …
(edit) @15765   16 years vboxsync slirp: send to guest is queued
(edit) @15266   16 years vboxsync slirp: don't try to receive ICMP every time but only if the event is active
(edit) @14391   16 years vboxsync slirp: simplified sync is default now
(edit) @14330   16 years vboxsync use slirp_get_timeout_ms() to skip the timeout if possible
(edit) @14305   16 years vboxsync no need to loop here, this is already done in the function
(edit) @14206   16 years vboxsync typo
(edit) @14205   16 years vboxsync typo
(edit) @14204   16 years vboxsync NAT: next try to get synchronization right
(edit) @14202   16 years vboxsync coding style
(edit) @14199   16 years vboxsync moving slirp_link_* in NAT thread (review required)
(edit) @14196   16 years vboxsync NAT: Linux build fix; added some perfcounters
(edit) @14195   16 years vboxsync NAT:bugfix
(edit) @14194   16 years vboxsync introduced new event for handling link state changings (need some testing)
(edit) @14189   16 years vboxsync NAT: better error handling
(edit) @14121   16 years vboxsync timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
(edit) @14119   16 years vboxsync per polling allocation of event array was replaced by on init …
(edit) @14086   16 years vboxsync array of 2 events replaced with 1 because the event array is managed …
(edit) @14041   16 years vboxsync NAT: some sync fixes
(edit) @14036   16 years vboxsync win compile fixes
(edit) @14028   16 years vboxsync commit current NAT state (not yet working)
(edit) @13987   16 years vboxsync NAT: cosmetics; don't wait if send
(edit) @13986   16 years vboxsync NAT: simplified synchronization
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13967   16 years vboxsync dropped VBOX_NAT_SOURCES here to make the code easier to understand
(edit) @13951   16 years vboxsync fixed win build for 38966
(edit) @13949   16 years vboxsync backed out r38966
(edit) @13940   16 years vboxsync pseudo-timers moved to timers polling select is notified via pipe (!!! …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13670   16 years vboxsync Resolved locks in UDP Some mutex operations checked with …
(edit) @13604   16 years vboxsync Synchronized slirp was inroduced
(edit) @13237   16 years vboxsync swithed to PDMDrv timers and VBox/tm.h API for timer management
(edit) @11786   16 years vboxsync size_t -> int
(edit) @11759   16 years vboxsync Tab removing
(edit) @11758   16 years vboxsync get rid of unused callbcaks
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11170   16 years vboxsync Hooks to FreeBSD's NAT engine was introduced
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @9523   17 years vboxsync fixed default guest IP
(edit) @9472   17 years vboxsync NAT: fixed default guest IP address for port forwarding if the NAT …
(edit) @9336   17 years vboxsync oops, left at stdint.h include in there.
(edit) @9330   17 years vboxsync More PCI config register setters.
(edit) @8715   17 years vboxsync Fix using several NAT adapters in a single VM.
(edit) @8404   17 years vboxsync fixed error message
(edit) @8378   17 years vboxsync cosmetical fix
(edit) @8358   17 years vboxsync only call slirp_set_ethaddr if we actually get a MAC
(edit) @8341   17 years vboxsync NAT: set the MAC address during power-on as well for static IP …
(edit) @8340   17 years vboxsync NAT: comments
(edit) @8295   17 years vboxsync Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the …
(edit) @8287   17 years vboxsync NAT: make the network configurable
(edit) @8285   17 years vboxsync NAT: set network address after loadstate (fixed #2467)
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8009   17 years vboxsync slirp: make it possible to configure the netmask
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @6374   17 years vboxsync Squash a few evil TAB characters which have crept in.
(edit) @6304   17 years vboxsync %Vrc
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5832   17 years vboxsync Minor comment fix.
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