VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15285   16 years vboxsync slirp:icmp: Closing ICMP library on Slirp termination
(edit) @15266   16 years vboxsync slirp: don't try to receive ICMP every time but only if the event is active
(edit) @15261   16 years vboxsync slirp: less noise
(edit) @15245   16 years vboxsync compile fix
(edit) @15244   16 years vboxsync slirp: added some disabled debug code
(edit) @15243   16 years vboxsync slirp: another fix for windows hosts
(edit) @15241   16 years vboxsync slirp:icmp: Vista fix (according the forums) IcmpSendEchoes require …
(edit) @15240   16 years vboxsync slirp:icmp:log fixed
(edit) @15239   16 years vboxsync slirp: missed continue was added
(edit) @15238   16 years vboxsync slirp: added %R[natsock] format specifier
(edit) @15234   16 years vboxsync slirp: revert r40643
(edit) @15233   16 years vboxsync slirp:icmp: ICMP socket creation for Darwin
(edit) @15232   16 years vboxsync slirp:icmp ignoring all incomming ICMP messages except TIMEXEED and …
(edit) @15231   16 years vboxsync slirp:icmp: udp stored bind parameters to slirp socket structure
(edit) @15230   16 years vboxsync slirp:icmp: look up over sockets, for trace route scenario
(edit) @15229   16 years vboxsync slirp: ICMP socket isn't enqued anymore, so udp_detach shouldn't be …
(edit) @15223   16 years vboxsync slirp: fix win burns
(edit) @15222   16 years vboxsync slirp: fix burns
(edit) @15221   16 years vboxsync slirp: even more readability
(edit) @15220   16 years vboxsync slirp: readability
(edit) @15219   16 years vboxsync slirp:ICMP: local host ping works now
(edit) @15210   16 years vboxsync build fix
(edit) @15209   16 years vboxsync slirp: do {} while (0), cosmetics
(edit) @15208   16 years vboxsync build fix
(edit) @15207   16 years vboxsync slirp: style
(edit) @15206   16 years vboxsync slirp: fixed ICMP on Linux
(edit) @15204   16 years vboxsync typo
(edit) @15203   16 years vboxsync slirp: comments, cosmetics
(edit) @15201   16 years vboxsync slirp:icmp: ICM socket is out of udp socket queue now. Unix hangs …
(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) @15191   16 years vboxsync slirp:ICMP rollback shutdown fix.
(edit) @15190   16 years vboxsync Slirp:ICMP: Attempt to enable traceroute scenario on Windows with …
(edit) @15168   16 years vboxsync slirp: properly finish the icmp socket
(edit) @15149   16 years vboxsync slirp:icmp: set of hacks over Win ICMP Api introduced 1. guest address …
(edit) @15143   16 years vboxsync slirp:ICMP send of icmp packet happens (wireshark for detection)
(edit) @15139   16 years vboxsync slirp: typo
(edit) @15138   16 years vboxsync slirp: error handling; typos
(edit) @15137   16 years vboxsync slirp: small fix
(edit) @15136   16 years vboxsync slirp: compilable, and error messaging unified
(edit) @15133   16 years vboxsync slirp: style
(edit) @15117   16 years vboxsync Hrmpf
(edit) @15116   16 years vboxsync slirp: register type specifier only once
(edit) @15112   16 years vboxsync Dynamic detection of IcmpParceReplies function according MSDN …
(edit) @15106   16 years vboxsync slirp: coding style
(edit) @15105   16 years vboxsync slirp:codding style
(edit) @15104   16 years vboxsync processing of ICMP packets was added initialization of icmp receiving …
(edit) @15095   16 years vboxsync slirp: tabs
(edit) @15094   16 years vboxsync simplification
(edit) @15093   16 years vboxsync slirp: tabs
(edit) @15092   16 years vboxsync slirp:typo
(edit) @15091   16 years vboxsync this is AssertCompile in the header
(edit) @15090   16 years vboxsync callback
(edit) @15089   16 years vboxsync slirp:icmp: Win ICMP api can't be handled in the WSA socket way so it …
(edit) @15088   16 years vboxsync slirp: win ICMP unreach handling
(edit) @15087   16 years vboxsync slirp: icmp should be compilable on Windows now
(edit) @15086   16 years vboxsync slirp:ICMP: windows support (mostly reorganization, shouldn't compile …
(edit) @15085   16 years vboxsync slirp:macro: added parentesis to macro parameters
(edit) @15084   16 years vboxsync slirp: more readability
(edit) @15083   16 years vboxsync slirp: DO_ENGAGE_EVENT: loop fixed
(edit) @15082   16 years vboxsync reverted 40468
(edit) @15081   16 years vboxsync slirp:cpp:UDP_NFDS declaration
(edit) @15080   16 years vboxsync slirp:readfs->readfds
(edit) @15079   16 years vboxsync slirp:fdset0->fdset in DO_EGAGE_EVENT1
(edit) @15078   16 years vboxsync slirp:so->s -> so in macro parameter
(edit) @15077   16 years vboxsync slirp: better readability
(edit) @15074   16 years vboxsync slirp: better readability
(edit) @15062   16 years vboxsync introducing ICMP support in Windows (not working)
(edit) @15061   16 years vboxsync ICMP part of sorecvfrom receives only ICMP_ECHOREPLY and ICMP_TIMXCEED …
(edit) @15060   16 years vboxsync debug logging removed IP options trimming disabled in ICMP support
(edit) @15059   16 years vboxsync Warnings
(edit) @15056   16 years vboxsync better fix
(edit) @15055   16 years vboxsync build fix
(edit) @15054   16 years vboxsync slirp: code readability
(edit) @15035   16 years vboxsync ICMP: support storaging and searching of sent packet.
(edit) @14964   16 years vboxsync slirp: code cosmetics for better readability (no semantics change)
(edit) @14951   16 years vboxsync NAT: hopefully fixed Windows host
(edit) @14925   16 years vboxsync reverted r40251
(edit) @14906   16 years vboxsync NAT: properly handle ret==0 from recv()
(edit) @14882   16 years vboxsync registered log formatter prining IPv4 addresses on %R[IP4]
(edit) @14795   16 years vboxsync warning
(edit) @14794   16 years vboxsync slirp: fixed error handling
(edit) @14792   16 years vboxsync slirp: missing error code
(edit) @14684   16 years vboxsync Linux ICMP works now (ping, traceroute required fix ttl things) Still …
(edit) @14642   16 years vboxsync build fix
(edit) @14641   16 years vboxsync compile fix
(edit) @14638   16 years vboxsync NAT: some reformatting for better readability; merged …
(edit) @14633   16 years vboxsync ICMP send fixed (works only under root)
(edit) @14623   16 years vboxsync ICMP support disabled (doesn't work)
(edit) @14622   16 years vboxsync NAT: no need to zero the memory
(edit) @14616   16 years vboxsync ipovly now conform modern BSD making ih_x1 field as array overlapping …
(edit) @14577   16 years vboxsync slirp: attempt to fix memory corruption
(edit) @14567   16 years vboxsync disabled part of 32/64-bit hashing for new REASS
(edit) @14553   16 years vboxsync introduces VBOX_WITH_SLIRP_MEMORY_CHECK to enable EFENCE memory check
(edit) @14529   16 years vboxsync removing freeing of inlined array
(edit) @14522   16 years vboxsync removed unused global tcbhead
(edit) @14489   16 years vboxsync more cosmetic
(edit) @14488   16 years vboxsync cosmetic
(edit) @14487   16 years vboxsync helper functions used in old reassembling was disabled
(edit) @14476   16 years vboxsync slirp: more dead code
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