VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp/socket.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45261   12 years vboxsync NAT: dnsproxy crush fix attempt. on return from timeout …
(edit) @43752   12 years vboxsync NAT: don't free socket with alive tcb.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41806   12 years vboxsync NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
(edit) @41455   13 years vboxsync NAT: Don't spend time on connections with uninitiolized template.
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @41227   13 years vboxsync NAT: don't touch anything, except fShouldBeRemoved, when …
(edit) @41198   13 years vboxsync NAT: deal with ICMP responses for which no sent mbuf has been stored.
(edit) @41197   13 years vboxsync NAT: backed out r77824.
(edit) @41196   13 years vboxsync NAT: ignore ICMP if don't know how to deal with it.
(edit) @41178   13 years vboxsync NAT: attempt to fix xTracker/#6188.
(edit) @40622   13 years vboxsync NAT: tabs.
(edit) @40621   13 years vboxsync NAT: libalias closes self sockets, and Slirp inform libalias in case …
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40120   13 years vboxsync NAT: sorecvoob() should regard return value of soread() operation.
(edit) @39556   13 years vboxsync NAT: logging.
(edit) @39299   13 years vboxsync NAT: clonning socket without creating real socket(2).
(edit) @39287   13 years vboxsync NAT: "sending to home" on wide cast and cloning udp sockets. Both disabled.
(edit) @39269   13 years vboxsync NAT: wording.
(edit) @39268   13 years vboxsync NAT: workaround for vbox/7711 in default aliasing mode.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @38968   13 years vboxsync NAT: replacement of in-place icmp depth calculation with reference …
(edit) @38905   13 years vboxsync NAT: clean up. Fix vbox/9371. before processing response from ICMP API …
(edit) @38402   13 years vboxsync NAT: win build fix.
(edit) @38401   13 years vboxsync NAT: clean mbufs and list of intercepted packets while ICMP processing …
(edit) @38111   13 years vboxsync NAT: makes backlog value configurable in listen(, backlog).
(edit) @38108   13 years vboxsync NAT: lets host's TCP/IP stack limit the queue of requests to listeinig …
(edit) @38057   13 years vboxsync NAT: typo.
(edit) @37936   13 years vboxsync NAT: logs.
(edit) @37756   13 years vboxsync NAT/debug: typo.
(edit) @37745   13 years vboxsync NAT/debug: tracing of sbuf socket operations.
(edit) @37743   13 years vboxsync NAT: so{read,write} logging.
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35826   14 years vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @34042   14 years vboxsync NAT: warning.
(edit) @34038   14 years vboxsync NAT:UDP: fetch as much as possible at once and compose mbuf chain if …
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33145   14 years vboxsync NAT: releasing of temporal buffer.
(edit) @32839   14 years vboxsync NAT: fixed STAM typo
(edit) @32745   14 years vboxsync NAT: Don't let exceed the bounds of mbuf selecting corresponding mbuf zone.
(edit) @32744   14 years vboxsync NAT: don't mix ether header lenght with free space calculation.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @30402   14 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30363   14 years vboxsync NAT: more comments + cosmetics
(edit) @30047   15 years vboxsync NAT: typo.
(edit) @30045   15 years vboxsync NAT: BSD sbuf.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29968   15 years vboxsync NAT: do dns proxy , if the mode is enabled.
(edit) @29967   15 years vboxsync NAT: enables selecting right transaction id for dns query (fixes …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28391   15 years vboxsync NAT: warnings.
(edit) @28390   15 years vboxsync NAT: ICMP with BSD buffers.
(edit) @28035   15 years vboxsync NAT: ioctl->ioctlsocket
(edit) @28034   15 years vboxsync NAT: BSD mbufs zones allocated at the moment when the number of …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27573   15 years vboxsync NAT: cosmetics; refined comments
(edit) @27568   15 years vboxsync NAT: ICMP Darwin specifics. Darwin reports IP in host format and …
(edit) @27468   15 years vboxsync NAT: clarification to byte order in ip_len check of original ip packet.
(edit) @27466   15 years vboxsync NAT: ICMP Solaris specific ip_len calculation was added.
(edit) @27457   15 years vboxsync NAT: disable too strict checks.
(edit) @27450   15 years vboxsync NAT: typo
(edit) @27448   15 years vboxsync NAT: one more m_inc() fix (just in case), and some cleanup. ripping …
(edit) @27447   15 years vboxsync NAT: ICMP sanity checks of matching ECHO-ECHOREPLY communication. mbuf …
(edit) @27443   15 years vboxsync NAT: paranoid check of mbuf incrementation.
(edit) @27441   15 years vboxsync NAT: check minimal size of ICMP header before type check.
(edit) @27417   15 years vboxsync NAT: ICMP checks minimal sizes of ICMP datagrams received from socket …
(edit) @27399   15 years vboxsync NAT: the 2-step ICMP read has been introduced. Mbuf destination …
(edit) @26598   15 years vboxsync NAT: read no more than available space in the mbuf.
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @24065   15 years vboxsync NAT: too noisy log.
(edit) @23426   15 years vboxsync NAT: removes extra inclusion.
(edit) @23424   15 years vboxsync NAT: logs.
(edit) @23423   15 years vboxsync NAT: use rigth ioctl's return code.
(edit) @23377   15 years vboxsync NAT: signaled/signalled
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23241   15 years vboxsync NAT: do UDP/ICMP errno analisys.
(edit) @23178   15 years vboxsync NAT: makes bsd mbufs buildable on Windows.
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @23004   15 years vboxsync NAT: 1. don't load ioctlsocket with unintiolized values (SL fills it …
(edit) @22946   15 years vboxsync NAT: don't hide errors
(edit) @22940   15 years vboxsync NAT: BSD mbuf's related changeset (socket.c)
(edit) @21665   15 years vboxsync NAT: socaddr initialization
(edit) @21385   15 years vboxsync NAT: incorrect m_adj usage
(edit) @21049   15 years vboxsync NAT: BSD(darwin) specifics of binding
(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) @20379   16 years vboxsync NAT: introduce slirp's interface to configure socket's and sbuf defaults
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