VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @72278   7 years vboxsync NAT: udp_attach - gracefull handle getsockname() failure instead of …
(edit) @72276   7 years vboxsync NAT: udp_attach - prettify a bit.
(edit) @72274   7 years vboxsync NAT: udp_attach - set so_type early.
(edit) @72239   7 years vboxsync nat/udp.c: Shut up annoying assertion in udp_attach till someone have …
(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) @69426   7 years vboxsync Devices/Network: scm update
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @63013   8 years vboxsync slirp: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @61805   9 years vboxsync NAT: udp_listen - don't use a condition that is always false; instead …
(edit) @61198   9 years vboxsync NAT: Include hygiene for "ctl.h"
(edit) @60142   9 years vboxsync NAT: Make host resolver asynchronous so that a blocked synchronous …
(edit) @59143   9 years vboxsync NAT: Start rewriting host resolver to clean up the code to be able to …
(edit) @59063   9 years vboxsync NAT: Move host resolver out of libalias. This is a minimal change …
(edit) @59034   9 years vboxsync NAT: udp_input - fix nits in log.
(edit) @57784   9 years vboxsync NAT: rewrite handling of port-forwarding. The most interesting part …
(edit) @57738   9 years vboxsync NAT: udp_listen: better log message when bind(2) fails.
(edit) @57449   9 years vboxsync NAT: udp_listen: set so_hladdr/so_hlport like we do in udp_attach(). …
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @55003   10 years vboxsync NAT: udp_input: force allocation of new socket for requests to the DNS …
(edit) @52258   10 years vboxsync NAT: Oops, g/c leftover debug printfs accidentally committed in r95347.
(edit) @52256   10 years vboxsync NAT: preserve DF (if possible) and TOS when proxying outbound UDP …
(edit) @52113   10 years vboxsync NAT: G/c #if0'ed code to send ICMP_SOURCEQUENCH. Source quench is …
(edit) @46643   12 years vboxsync NAT/Slirp: not-really assert, code doesn't and can't assume that …
(edit) @46608   12 years vboxsync NAT: missed goto in case udp header reports length bigger than IP …
(edit) @45322   12 years vboxsync NAT:udp: using CTL_CHECK shortcut.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41987   12 years vboxsync NAT: hide TFTP internals.
(edit) @41856   13 years vboxsync NAT: typo.
(edit) @41855   13 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41817   13 years vboxsync NAT: fix vbox/7459: drop packet if we can't send it because of EAGAIN …
(edit) @40583   13 years vboxsync NAT: verification that sockets always stay on right queues.
(edit) @40283   13 years vboxsync NAT: CTL_CHECK takes address without modification.
(edit) @39894   13 years vboxsync NAT: don't confuse anyone with service port. It was never used and was …
(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) @39259   13 years vboxsync NAT: firewall emulation hack allowing NETBIOS resolving mechanism live …
(edit) @39174   13 years vboxsync NAT: fix lookup of rpc servers (e.g. NIS for BSD guests).
(edit) @38345   13 years vboxsync NAT: logging. (vbox/#9346).
(edit) @37936   13 years vboxsync NAT: logs.
(edit) @37746   13 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   14 years vboxsync NAT: todo (logging)
(edit) @36901   14 years vboxsync NAT: Each service should use right ethernet address (see xTracker/5664)
(edit) @35924   14 years vboxsync NAT: udp's part of r69951.
(edit) @35859   14 years vboxsync NAT/udp: free after icmp_error call.
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @34034   14 years vboxsync NAT: use right mbuf lenght calculation.
(edit) @30363   15 years vboxsync NAT: more comments + cosmetics
(edit) @30352   15 years vboxsync NAT: comments
(edit) @30350   15 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28522   15 years vboxsync NAT: logs l3->l2.
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28445   15 years vboxsync NAT: udp.c assertion is corrected and similar check added into …
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @27765   15 years vboxsync NAT: log too noisy.
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25747   15 years vboxsync NAT: some cleanup, no semantics change
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23161   15 years vboxsync NAT: host resolver catch corrected
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22976   15 years vboxsync NAT: clarify why udp marked as "bad".
(edit) @22974   15 years vboxsync NAT: print ip_id of dropped packet.
(edit) @22973   15 years vboxsync NAT: set right label name in "commented out" code.
(edit) @22972   15 years vboxsync NAT: don't ignore ip's options while checksum
(edit) @22971   15 years vboxsync NAT: make udp fault more clear (excluding warns on success exit of …
(edit) @22843   15 years vboxsync NAT: using host resolver instead of dnsproxy.
(edit) @22014   15 years vboxsync NAT: clearing no-service calculation
(edit) @22013   15 years vboxsync NAT: clearing (removing non-libalias code)
(edit) @21664   15 years vboxsync NAT: typo
(edit) @21663   15 years vboxsync NAT: better indentation
(edit) @21049   16 years vboxsync NAT: BSD(darwin) specifics of binding
(edit) @21004   16 years vboxsync NAT: binding sockets to interface (default sockets and port-forwarding)
(edit) @20959   16 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @20245   16 years vboxsync NAT/libalias: no emu in libalias mode
(edit) @20164   16 years vboxsync NAT/libalias: port-forwarding
(edit) @19981   16 years vboxsync NAT: warnings and style
(edit) @17363   16 years vboxsync NAT: dns proxy functions fine. the time out and switch to next server …
(edit) @17302   16 years vboxsync NAT: integrated dnsproxy the initialization of 2 dns servers should …
(edit) @17191   16 years vboxsync spaces
(edit) @17145   16 years vboxsync NAT: preventing attempt of double ICMP packet sends, causing crash.
(edit) @17056   16 years vboxsync NAT: introduced (port) service slection for correct bind operation. …
(edit) @16946   16 years vboxsync NAT: cosmetics
(edit) @16938   16 years vboxsync NAT: non-blocks + socket creation error handling
(edit) @16562   16 years vboxsync NAT:NSOK_INC/DEC added to count sockets number for allocation enough …
(edit) @16511   16 years vboxsync NAT: cosmetics
(edit) @16449   16 years vboxsync NAT:MT connection closing is working now
(edit) @16448   16 years vboxsync NAT:MT improvements
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