VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @86843   4 years vboxsync slirp: bugref:9856 - in tcp_input() save optp and optlen in struct …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @71982   7 years vboxsync NAT: (re)implement --nataliasmode sameports because the libalias …
(edit) @71945   7 years vboxsync NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @64298   8 years vboxsync bugref:8573: applied FIN-RST-2.diff: fix for shutting down half-closed …
(edit) @62511   8 years vboxsync (C) 2016
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @54825   10 years vboxsync NAT: G/c more ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @52798   10 years vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @52755   10 years vboxsync NAT: G/c socket:so_la - per-socket libalias instance used for …
(edit) @52753   10 years vboxsync NAT: G/c socket::so_pvLnk, the code that used it was g/c'ed in r96051.
(edit) @52712   10 years vboxsync NAT: G/c bogus VBOX && !NO_USE_SOCKETS code disabled in r93447. Same …
(edit) @52256   10 years vboxsync NAT: preserve DF (if possible) and TOS when proxying outbound UDP …
(edit) @52154   10 years vboxsync NAT: Rework sorecvfrom(). On Windows provide iovec definition that is …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41453   13 years vboxsync NAT: clean up (part 1).
(edit) @41178   13 years vboxsync NAT: attempt to fix xTracker/#6188.
(edit) @40621   13 years vboxsync NAT: libalias closes self sockets, and Slirp inform libalias in case …
(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) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28023   15 years vboxsync NAT: FD_CLOSE(win) and POLLHUB(Unix) events are processed in common …
(edit) @26423   15 years vboxsync NAT: some fewer AssertRelease*
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @22013   15 years vboxsync NAT: clearing (removing non-libalias code)
(edit) @21004   15 years vboxsync NAT: binding sockets to interface (default sockets and port-forwarding)
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20959   15 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @20306   15 years vboxsync NAT: compile fixes
(edit) @20164   16 years vboxsync NAT/libalias: port-forwarding
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @17363   16 years vboxsync NAT: dns proxy functions fine. the time out and switch to next server …
(edit) @16818   16 years vboxsync NAT: Code style
(edit) @16815   16 years vboxsync NAT: Another yet Graceful connection termination case in MS networking
(edit) @16572   16 years vboxsync NAT: select => poll (2x speed up on Unix)
(edit) @16501   16 years vboxsync NAT: soread aware of reading from closing socket
(edit) @16449   16 years vboxsync NAT:MT connection closing is working now
(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) @16291   16 years vboxsync NAT: multi threading. Introduces set of macroces to use …
(edit) @15636   16 years vboxsync slirp:icmp: Get rid of old ICMP implementation
(edit) @15243   16 years vboxsync slirp: another fix for windows hosts
(edit) @15230   16 years vboxsync slirp:icmp: look up over sockets, for trace route scenario
(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) @14964   16 years vboxsync slirp: code cosmetics for better readability (no semantics change)
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14329   16 years vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14159   16 years vboxsync registration several sockets per event, to avoid artificial barrier …
(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) @13620   16 years vboxsync slirp:typo
(edit) @13611   16 years vboxsync typo
(edit) @13604   16 years vboxsync Synchronized slirp was inroduced
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(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