VirtualBox

source: vbox/trunk/src/VBox/Devices/Network

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @15062   16 年 vboxsync introducing ICMP support in Windows (not working)
(edit) @15061   16 年 vboxsync ICMP part of sorecvfrom receives only ICMP_ECHOREPLY and ICMP_TIMXCEED …
(edit) @15060   16 年 vboxsync debug logging removed IP options trimming disabled in ICMP support
(edit) @15059   16 年 vboxsync Warnings
(edit) @15056   16 年 vboxsync better fix
(edit) @15055   16 年 vboxsync build fix
(edit) @15054   16 年 vboxsync slirp: code readability
(edit) @15035   16 年 vboxsync ICMP: support storaging and searching of sent packet.
(edit) @15006   16 年 vboxsync Assertion cleanup for 8 network cards.
(edit) @15000   16 年 vboxsync Allow up to 8 network cards.
(edit) @14964   16 年 vboxsync slirp: code cosmetics for better readability (no semantics change)
(edit) @14951   16 年 vboxsync NAT: hopefully fixed Windows host
(edit) @14925   16 年 vboxsync reverted r40251
(edit) @14906   16 年 vboxsync NAT: properly handle ret==0 from recv()
(edit) @14882   16 年 vboxsync registered log formatter prining IPv4 addresses on %R[IP4]
(edit) @14844   16 年 vboxsync netsniffer: fixed offset between VBox.log and the sniffer tracefile
(edit) @14831   16 年 vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14795   16 年 vboxsync warning
(edit) @14794   16 年 vboxsync slirp: fixed error handling
(edit) @14792   16 年 vboxsync slirp: missing error code
(edit) @14695   16 年 vboxsync IntNet: Quick hack to force broadcast flag in DHCP requests on shared MAC.
(edit) @14684   16 年 vboxsync Linux ICMP works now (ping, traceroute required fix ttl things) Still …
(edit) @14642   16 年 vboxsync build fix
(edit) @14641   16 年 vboxsync compile fix
(edit) @14638   16 年 vboxsync NAT: some reformatting for better readability; merged …
(edit) @14633   16 年 vboxsync ICMP send fixed (works only under root)
(edit) @14623   16 年 vboxsync ICMP support disabled (doesn't work)
(edit) @14622   16 年 vboxsync NAT: no need to zero the memory
(edit) @14616   16 年 vboxsync ipovly now conform modern BSD making ih_x1 field as array overlapping …
(edit) @14609   16 年 vboxsync Hint for #2949.
(edit) @14577   16 年 vboxsync slirp: attempt to fix memory corruption
(edit) @14567   16 年 vboxsync disabled part of 32/64-bit hashing for new REASS
(edit) @14553   16 年 vboxsync introduces VBOX_WITH_SLIRP_MEMORY_CHECK to enable EFENCE memory check
(edit) @14529   16 年 vboxsync removing freeing of inlined array
(edit) @14522   16 年 vboxsync removed unused global tcbhead
(edit) @14489   16 年 vboxsync more cosmetic
(edit) @14488   16 年 vboxsync cosmetic
(edit) @14487   16 年 vboxsync helper functions used in old reassembling was disabled
(edit) @14476   16 年 vboxsync slirp: more dead code
(edit) @14471   16 年 vboxsync slirp: getour_addr is 127.0.0.1 in any case
(edit) @14470   16 年 vboxsync slirp: remove tabs
(edit) @14466   16 年 vboxsync warning
(edit) @14457   16 年 vboxsync DrvIntNet.cpp: Use AssertLogMsgRCReturn.
(edit) @14434   16 年 vboxsync Export to OSE
(edit) @14420   16 年 vboxsync Removed unreferenced label.
(edit) @14419   16 年 vboxsync Call DGFStop instead of returning VERR_INTERNAL_ERROR on I/O port …
(edit) @14407   16 年 vboxsync ip/tcp fragment reassambling routines are compilable and workable on …
(edit) @14391   16 年 vboxsync slirp: simplified sync is default now
(edit) @14390   16 年 vboxsync check sum calculation was fixed
(edit) @14348   16 年 vboxsync NetFlt/win: err logging on IntNet construction
(edit) @14333   16 年 vboxsync slirp: removed dead code
(edit) @14331   16 年 vboxsync slirp: removed dead code
(edit) @14330   16 年 vboxsync use slirp_get_timeout_ms() to skip the timeout if possible
(edit) @14329   16 年 vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14309   16 年 vboxsync #else /* what comes now */
(edit) @14305   16 年 vboxsync no need to loop here, this is already done in the function
(edit) @14293   16 年 vboxsync redirecting 64 workaround macro definitions to works like in 32bit …
(edit) @14291   16 年 vboxsync freeing of reassembly close on end of TCP connection was added to …
(edit) @14289   16 年 vboxsync code style
(edit) @14288   16 年 vboxsync constants initialization for TCP reassembly
(edit) @14287   16 年 vboxsync Lenght shouldn't changed because we've disabled altering size at the …
(edit) @14286   16 年 vboxsync fixed adaption
(edit) @14285   16 年 vboxsync heade of list of TCPCB was added and initialization code was injected
(edit) @14284   16 年 vboxsync Fix of calling reassembly routine
(edit) @14275   16 年 vboxsync TCP reassembling (compilable, but not working version)
(edit) @14271   16 年 vboxsync NetFlt/win: fixes for the case NetFlt is not installed
(edit) @14265   16 年 vboxsync #else /* what comes now */
(edit) @14252   16 年 vboxsync csum validation hack, for testing IP integration of fragmentation …
(edit) @14243   16 年 vboxsync IP fragmentation seems works fine todo: fix the checksum calculation
(edit) @14232   16 年 vboxsync Adapted versions of ip_reass, ip_freef and ip_slowtimo from FreeBSD …
(edit) @14229   16 年 vboxsync Coding style
(edit) @14228   16 年 vboxsync hash table for BSD-styled fragmentation/reassembling introduced and …
(edit) @14227   16 年 vboxsync initial preparation for injecting FreeBSD IP fragmentation code …
(edit) @14210   16 年 vboxsync typo
(edit) @14206   16 年 vboxsync typo
(edit) @14205   16 年 vboxsync typo
(edit) @14204   16 年 vboxsync NAT: next try to get synchronization right
(edit) @14202   16 年 vboxsync coding style
(edit) @14201   16 年 vboxsync Mac hack
(edit) @14200   16 年 vboxsync try to fix the slirp build (PVM define on Mac)
(edit) @14199   16 年 vboxsync moving slirp_link_* in NAT thread (review required)
(edit) @14197   16 年 vboxsync NAT: typo
(edit) @14196   16 年 vboxsync NAT: Linux build fix; added some perfcounters
(edit) @14195   16 年 vboxsync NAT:bugfix
(edit) @14194   16 年 vboxsync introduced new event for handling link state changings (need some testing)
(edit) @14189   16 年 vboxsync NAT: better error handling
(edit) @14188   16 年 vboxsync NAT: better error handling
(edit) @14186   16 年 vboxsync NAT: bugfix
(edit) @14183   16 年 vboxsync Send event shouldn't be autoresetting and instead should be used event …
(edit) @14182   16 年 vboxsync array of events is inlined
(edit) @14181   16 年 vboxsync get rid of cMaxEvens and initializing loop for two events array
(edit) @14180   16 年 vboxsync switching to one event for all sockets
(edit) @14177   16 年 vboxsync UDP: reseting event of used socked is fixed
(edit) @14173   16 年 vboxsync one event for all sockets (for investigations)
(edit) @14168   16 年 vboxsync call of WSACloseEvent removed, it doesn't need anymore because events …
(edit) @14165   16 年 vboxsync removing statics from slirp and using global pData instead
(edit) @14163   16 年 vboxsync reseting event for unused sockets was added at the end of polling …
(edit) @14161   16 年 vboxsync removing all references to cEvent from polling routine
(edit) @14160   16 年 vboxsync removing reducular event assigning and conunter ticking with model …
(edit) @14159   16 年 vboxsync registration several sockets per event, to avoid artificial barrier …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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