VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/slirp_state.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26580   15 years vboxsync slirp_state.h: Use RTReqCall*.
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26423   15 years vboxsync NAT: some fewer AssertRelease*
(edit) @25276   15 years vboxsync NAT: force re-activation of port forwarding on link down; coding …
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @25205   15 years vboxsync NAT: port-forwarding attempts to active itself till count of …
(edit) @23462   15 years vboxsync NAT: Big changeset: 1. mbuf_zone has been inroduced. 2. IPRT timers …
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @23135   15 years vboxsync NAT: tabs
(edit) @22895   15 years vboxsync NAT: BSD mbuf's related changeset.
(edit) @22843   15 years vboxsync NAT: using host resolver instead of dnsproxy.
(edit) @22664   15 years vboxsync NAT: hide away dhcp internals, adds helper lookups functions
(edit) @22500   15 years vboxsync NAT: replacing dhcp_cache update with arp_cache, leasing dhcp updates …
(edit) @22494   15 years vboxsync NAT: some pollish of r51498
(edit) @22451   15 years vboxsync NAT/libalias: no-static
(edit) @22449   15 years vboxsync NAT: re-counters
(edit) @22413   15 years vboxsync NAT: Backed r51387
(edit) @22410   15 years vboxsync NAT: some counters
(edit) @22404   15 years vboxsync NAT: some cleanings
(edit) @22101   15 years vboxsync NAT: dhcp rfc2131/rfc2132 step 1
(edit) @22024   15 years vboxsync NAT: cleaning VBOX_WITHOUT_SLIRP_CLIENT_ETHER
(edit) @22020   15 years vboxsync NAT: 1st stage of delayed port forwarding
(edit) @22013   15 years vboxsync NAT: clearing (removing non-libalias code)
(edit) @21864   15 years vboxsync NAT: globals
(edit) @21101   15 years vboxsync superflous
(edit) @21004   15 years vboxsync NAT: binding sockets to interface (default sockets and port-forwarding)
(edit) @20959   15 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @20712   15 years vboxsync DrvNat,slirp: simplify statistics and deregister them.
(edit) @20574   15 years vboxsync NAT: typo (missed 'N')
(edit) @20457   15 years vboxsync NAT: warnings
(edit) @20425   15 years vboxsync NAT/libalias: NSOCK_{INC,DEC}_EX macros introduced to collect correct …
(edit) @20379   16 years vboxsync NAT: introduce slirp's interface to configure socket's and sbuf defaults
(edit) @20351   16 years vboxsync NAT: burn fix
(edit) @20350   16 years vboxsync NAT: make counters registration easier
(edit) @20302   16 years vboxsync NAT: fix solaris burns
(edit) @20301   16 years vboxsync NAT: fixed the worst warnings
(edit) @20164   16 years vboxsync NAT/libalias: port-forwarding
(edit) @19981   16 years vboxsync NAT: warnings and style
(edit) @19979   16 years vboxsync NAT: fix of vbox.org/4091 change list to queue to feed dhcp client …
(edit) @19977   16 years vboxsync NAT: some glue code and experiments with default NAT rule
(edit) @19839   16 years vboxsync NAT: Slirp don't use ether address of guest anymore instead it …
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @18584   16 years vboxsync NAT: adding name domains improved. multibytes handling in IPRT style …
(edit) @17436   16 years vboxsync NAT: added extradata options to control DHCP forcing use external TFTP …
(edit) @17262   16 years vboxsync NAT: make dns proxy compilable with Slirp. (removed static declarations)
(edit) @17222   16 years vboxsync NAT: Multi DNS takes DNS servers IP addresses only from UP interfaces
(edit) @16946   16 years vboxsync NAT: cosmetics
(edit) @16562   16 years vboxsync NAT:NSOK_INC/DEC added to count sockets number for allocation enough …
(edit) @16448   16 years vboxsync NAT:MT improvements
(edit) @16445   16 years vboxsync NAT:MT 1. foreach/label sequences enhanced 2. debug printing for …
(edit) @16443   16 years vboxsync NAT:MT 1. slirp queue inroduced 2. main points of thread interactions …
(edit) @16292   16 years vboxsync NAT:MT cosmetic
(edit) @16291   16 years vboxsync NAT: multi threading. Introduces set of macroces to use …
(edit) @16249   16 years vboxsync NAT: returning router to CTL_ALIAS, next server now is CTL_TFTP
(edit) @16226   16 years vboxsync NAT: 1. DNS several DNS servers could be passed to guest now (with …
(edit) @15672   16 years vboxsync slirp:makes icmp support unaware of synchronization method on Windows …
(edit) @15638   16 years vboxsync slirp:icmp: missed changes (build fix)
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @15195   16 years vboxsync slirp:coding style
(edit) @15194   16 years vboxsync Slirp:ICMP: Proper shutdowning of ICMP raw socket on Unix and ICMP …
(edit) @15112   16 years vboxsync Dynamic detection of IcmpParceReplies function according MSDN …
(edit) @15086   16 years vboxsync slirp:ICMP: windows support (mostly reorganization, shouldn't compile …
(edit) @15054   16 years vboxsync slirp: code readability
(edit) @15035   16 years vboxsync ICMP: support storaging and searching of sent packet.
(edit) @14684   16 years vboxsync Linux ICMP works now (ping, traceroute required fix ttl things) Still …
(edit) @14641   16 years vboxsync compile fix
(edit) @14638   16 years vboxsync NAT: some reformatting for better readability; merged …
(edit) @14623   16 years vboxsync ICMP support disabled (doesn't work)
(edit) @14522   16 years vboxsync removed unused global tcbhead
(edit) @14391   16 years vboxsync slirp: simplified sync is default now
(edit) @14285   16 years vboxsync heade of list of TCPCB was added and initialization code was injected
(edit) @14275   16 years vboxsync TCP reassembling (compilable, but not working version)
(edit) @14232   16 years vboxsync Adapted versions of ip_reass, ip_freef and ip_slowtimo from FreeBSD …
(edit) @14228   16 years vboxsync hash table for BSD-styled fragmentation/reassembling introduced and …
(edit) @14204   16 years vboxsync NAT: next try to get synchronization right
(edit) @14200   16 years vboxsync try to fix the slirp build (PVM define on Mac)
(edit) @14196   16 years vboxsync NAT: Linux build fix; added some perfcounters
(edit) @14194   16 years vboxsync introduced new event for handling link state changings (need some testing)
(edit) @14186   16 years vboxsync NAT: bugfix
(edit) @14183   16 years vboxsync Send event shouldn't be autoresetting and instead should be used event …
(edit) @14182   16 years vboxsync array of events is inlined
(edit) @14181   16 years vboxsync get rid of cMaxEvens and initializing loop for two events array
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14165   16 years vboxsync removing statics from slirp and using global pData instead
(edit) @14119   16 years vboxsync per polling allocation of event array was replaced by on init …
(edit) @14028   16 years vboxsync commit current NAT state (not yet working)
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13704   16 years vboxsync TCP sync was intoducedTCP sync was intoduced
(edit) @13670   16 years vboxsync Resolved locks in UDP Some mutex operations checked with …
(edit) @13640   16 years vboxsync comments was added to slirp global mutexes
(edit) @13623   16 years vboxsync slirp:typo
(edit) @13612   16 years vboxsync slirp:typo
(edit) @13604   16 years vboxsync Synchronized slirp was inroduced
(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) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
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