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) @16501   16 years vboxsync NAT: soread aware of reading from closing socket
(edit) @16498   16 years vboxsync NAT:noisy
(edit) @16449   16 years vboxsync NAT:MT connection closing is working now
(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) @16293   16 years vboxsync NAT:ICMP: fixed the crash in case of communication via ICMP socket.
(edit) @16291   16 years vboxsync NAT: multi threading. Introduces set of macroces to use …
(edit) @16226   16 years vboxsync NAT: 1. DNS several DNS servers could be passed to guest now (with …
(edit) @15925   16 years vboxsync NAT: Fix ICMP affected by no-copy patch.
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15792   16 years vboxsync NAT: RTMemFree
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15672   16 years vboxsync slirp:makes icmp support unaware of synchronization method on Windows …
(edit) @15636   16 years vboxsync slirp:icmp: Get rid of old ICMP implementation
(edit) @15597   16 years vboxsync slirp:icmp:win sanity checks
(edit) @15590   16 years vboxsync slirp:icmp: logging too noisy
(edit) @15580   16 years vboxsync slirp:icmp: some cleanings
(edit) @15575   16 years vboxsync slirp:icmp: fix on issue ICMP to alliased (DNS) addresses
(edit) @15573   16 years vboxsync NAT: sanity check
(edit) @15458   16 years vboxsync slirp: typo
(edit) @15450   16 years vboxsync slirp: style, dead code
(edit) @15447   16 years vboxsync slirp:icmp: support traceroute default on Unix hosts (UDP) detaching …
(edit) @15445   16 years vboxsync slirp:icmp: correct ip_p in package to guest
(edit) @15437   16 years vboxsync slirp:icmp: get rid of unused code
(edit) @15435   16 years vboxsync slirp:icmp: Reusing of original header (sent from guest) to use in …
(edit) @15396   16 years vboxsync slirp:icmp: Darwin fix attempt
(edit) @15388   16 years vboxsync slirp:icmp: reverted 40806, 40808
(edit) @15369   16 years vboxsync icmp:slirp: other Darwin fix
(edit) @15367   16 years vboxsync icmp:slirp: attempt to fix darwin
(edit) @15365   16 years vboxsync slirp:icmp: 1. trying to socket list for traceroute searching shorter …
(edit) @15355   16 years vboxsync slirp:icmp: enabling UDP traceroute on Unix
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15261   16 years vboxsync slirp: less noise
(edit) @15243   16 years vboxsync slirp: another fix for windows hosts
(edit) @15240   16 years vboxsync slirp:icmp:log fixed
(edit) @15232   16 years vboxsync slirp:icmp ignoring all incomming ICMP messages except TIMEXEED and …
(edit) @15207   16 years vboxsync slirp: style
(edit) @15190   16 years vboxsync Slirp:ICMP: Attempt to enable traceroute scenario on Windows with …
(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) @15138   16 years vboxsync slirp: error handling; typos
(edit) @15137   16 years vboxsync slirp: small fix
(edit) @15112   16 years vboxsync Dynamic detection of IcmpParceReplies function according MSDN …
(edit) @15105   16 years vboxsync slirp:codding style
(edit) @15104   16 years vboxsync processing of ICMP packets was added initialization of icmp receiving …
(edit) @15093   16 years vboxsync slirp: tabs
(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) @15061   16 years vboxsync ICMP part of sorecvfrom receives only ICMP_ECHOREPLY and ICMP_TIMXCEED …
(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) @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) @14470   16 years vboxsync slirp: remove tabs
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14173   16 years vboxsync one event for all sockets (for investigations)
(edit) @14168   16 years vboxsync call of WSACloseEvent removed, it doesn't need anymore because events …
(edit) @14165   16 years vboxsync removing statics from slirp and using global pData instead
(edit) @14159   16 years vboxsync registration several sockets per event, to avoid artificial barrier …
(edit) @14085   16 years vboxsync loops for initialization/creation of event array was fixed but wasn't …
(edit) @14028   16 years vboxsync commit current NAT state (not yet working)
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13727   16 years vboxsync Enother yet portion of macrofied if/ifndef orgy will finish soon
(edit) @13712   16 years vboxsync win build fixed
(edit) @13710   16 years vboxsync mid point in replacing on VBOX_SLIRP_LOCK/UNLOCK macroces resolved deadlock
(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) @13622   16 years vboxsync slirp:typo
(edit) @13604   16 years vboxsync Synchronized slirp was inroduced
(edit) @8009   17 years vboxsync slirp: make it possible to configure the netmask
(edit) @5716   17 years vboxsync Make sure DNS forwarding address is kept current. It can change at …
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(edit) @3226   18 years vboxsync warnings
(edit) @1824   18 years vboxsync Disable NAT UDP broadcast resend to local address. Removed the inline …
(edit) @1796   18 years vboxsync Commit the code written by Michal (with some minor changes).
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1048   18 years vboxsync slirp insque/remque fixes for amd64
(edit) @1039   18 years vboxsync Attempt to fix slirp build for 64 bit (also eliminated global variables)
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @926   18 years vboxsync Eliminate unnecessary global vars in slirp
(add) @1   55 years vboxsync import
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