VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @80279   6 年 vboxsync NAT: bugref:9531: Scrub inbound URG pointer for now. sorecvoob() has …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @72292   7 年 vboxsync NAT: sobind - untabify.
(edit) @72283   7 年 vboxsync NAT: sobind - rewrite to also always bind UDP sockets as the old code did.
(edit) @71984   7 年 vboxsync NAT: trailing spaces
(edit) @71982   7 年 vboxsync NAT: (re)implement --nataliasmode sameports because the libalias …
(edit) @71945   7 年 vboxsync NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @65849   8 年 vboxsync Devices: trailing spaces
(edit) @64617   8 年 vboxsync NAT: soread - Windows reports ESHUTDOWN after SHUT_RD (SD_RECEIVE) …
(edit) @64535   8 年 vboxsync NAT: oops, revert accidental LogRel in previous (r111715).
(edit) @64534   8 年 vboxsync NAT: bugref:8634 - restrict the fix in r111333 (bugref:8573) to Linux …
(edit) @64346   8 年 vboxsync NAT: LogRel2 to debug regression from r111333.
(edit) @64298   8 年 vboxsync bugref:8573: applied FIN-RST-2.diff: fix for shutting down half-closed …
(edit) @63676   9 年 vboxsync NAT: soread - errno is valid only when syscall indicates failure, so …
(edit) @63675   9 年 vboxsync NAT: soread - check FIONREAD only when necessary.
(edit) @63672   9 年 vboxsync NAT: soread - save errno from recv(2) that we check later on as it may …
(edit) @63668   9 年 vboxsync slirp: Spell "initialized" correctly.
(edit) @63562   9 年 vboxsync scm: cleaning up todos
(edit) @63121   9 年 vboxsync warnings
(edit) @63016   9 年 vboxsync Devices: warnings (debug builds)
(edit) @63013   9 年 vboxsync slirp: warnings
(edit) @62692   9 年 vboxsync Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
(edit) @62511   9 年 vboxsync (C) 2016
(edit) @58077   9 年 vboxsync Network/slirp: LogRel nits.
(edit) @56957   10 年 vboxsync NAT: undo byte order conversions on the saved IP header when relaying …
(edit) @56377   10 年 vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56292   10 年 vboxsync Devices: Updated (C) year.
(edit) @55856   10 年 vboxsync NAT: centralize allocation/deletion of icmp_msg so that book-keeping …
(edit) @55741   10 年 vboxsync NAT: send_icmp_to_guest - don't call udp_detach() on ICMP errors.
(edit) @55002   10 年 vboxsync NAT: sorecvfrom: DNS proxy requests are forwarded to the real …
(edit) @54827   10 年 vboxsync NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
(edit) @53624   10 年 vboxsync scm automatic cleanups.
(edit) @53510   10 年 vboxsync NAT: sorecvfrom() - fix Windows assertion on the error leg introduced …
(edit) @53399   10 年 vboxsync NAT: new Windows ping proxy that is not limited to just one …
(edit) @53310   10 年 vboxsync NAT: We don't support Windows 2000, so use Windows ICMP API directly. …
(edit) @53056   10 年 vboxsync NAT: Don't leak socket::so_m in the error leg of sorecvfrom() - …
(edit) @52798   10 年 vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @52712   11 年 vboxsync NAT: G/c bogus VBOX && !NO_USE_SOCKETS code disabled in r93447. Same …
(edit) @52154   11 年 vboxsync NAT: Rework sorecvfrom(). On Windows provide iovec definition that is …
(edit) @51137   11 年 vboxsync NAT: #7342: debug assertion in sofree() triggered by ftp connections. …
(edit) @46593   12 年 vboxsync updates
(edit) @45261   12 年 vboxsync NAT: dnsproxy crush fix attempt. on return from timeout …
(edit) @43752   12 年 vboxsync NAT: don't free socket with alive tcb.
(edit) @41855   13 年 vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41806   13 年 vboxsync NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
(edit) @41455   13 年 vboxsync NAT: Don't spend time on connections with uninitiolized template.
(edit) @41453   13 年 vboxsync NAT: clean up (part 1).
(edit) @41227   13 年 vboxsync NAT: don't touch anything, except fShouldBeRemoved, when …
(edit) @41198   13 年 vboxsync NAT: deal with ICMP responses for which no sent mbuf has been stored.
(edit) @41197   13 年 vboxsync NAT: backed out r77824.
(edit) @41196   13 年 vboxsync NAT: ignore ICMP if don't know how to deal with it.
(edit) @41178   13 年 vboxsync NAT: attempt to fix xTracker/#6188.
(edit) @40622   13 年 vboxsync NAT: tabs.
(edit) @40621   13 年 vboxsync NAT: libalias closes self sockets, and Slirp inform libalias in case …
(edit) @40423   13 年 vboxsync NAT: warnings [-Wunused-macros]
(edit) @40120   13 年 vboxsync NAT: sorecvoob() should regard return value of soread() operation.
(edit) @39556   13 年 vboxsync NAT: logging.
(edit) @39299   13 年 vboxsync NAT: clonning socket without creating real socket(2).
(edit) @39287   13 年 vboxsync NAT: "sending to home" on wide cast and cloning udp sockets. Both disabled.
(edit) @39269   13 年 vboxsync NAT: wording.
(edit) @39268   13 年 vboxsync NAT: workaround for vbox/7711 in default aliasing mode.
(edit) @39101   13 年 vboxsync NAT: warnings.
(edit) @39085   13 年 vboxsync NAT: warnings.
(edit) @38968   13 年 vboxsync NAT: replacement of in-place icmp depth calculation with reference …
(edit) @38905   13 年 vboxsync NAT: clean up. Fix vbox/9371. before processing response from ICMP API …
(edit) @38402   14 年 vboxsync NAT: win build fix.
(edit) @38401   14 年 vboxsync NAT: clean mbufs and list of intercepted packets while ICMP processing …
(edit) @38111   14 年 vboxsync NAT: makes backlog value configurable in listen(, backlog).
(edit) @38108   14 年 vboxsync NAT: lets host's TCP/IP stack limit the queue of requests to listeinig …
(edit) @38057   14 年 vboxsync NAT: typo.
(edit) @37936   14 年 vboxsync NAT: logs.
(edit) @37756   14 年 vboxsync NAT/debug: typo.
(edit) @37745   14 年 vboxsync NAT/debug: tracing of sbuf socket operations.
(edit) @37743   14 年 vboxsync NAT: so{read,write} logging.
(edit) @37423   14 年 vboxsync Ran the source code massager (scm).
(edit) @35923   14 年 vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35826   14 年 vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34103   14 年 vboxsync NAT: (debug) logging fixes
(edit) @34042   14 年 vboxsync NAT: warning.
(edit) @34038   14 年 vboxsync NAT:UDP: fetch as much as possible at once and compose mbuf chain if …
(edit) @33978   14 年 vboxsync NAT: log.
(edit) @33145   14 年 vboxsync NAT: releasing of temporal buffer.
(edit) @32839   14 年 vboxsync NAT: fixed STAM typo
(edit) @32745   14 年 vboxsync NAT: Don't let exceed the bounds of mbuf selecting corresponding mbuf zone.
(edit) @32744   14 年 vboxsync NAT: don't mix ether header lenght with free space calculation.
(edit) @32431   15 年 vboxsync scm cleanup
(edit) @30402   15 年 vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30363   15 年 vboxsync NAT: more comments + cosmetics
(edit) @30047   15 年 vboxsync NAT: typo.
(edit) @30045   15 年 vboxsync NAT: BSD sbuf.
(edit) @30016   15 年 vboxsync NAT: clean up.
(edit) @30013   15 年 vboxsync scm cleanup.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette