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) @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   12 years vboxsync NAT: typo.
(edit) @41855   12 years vboxsync NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
(edit) @41817   12 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   13 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   14 years vboxsync NAT: more comments + cosmetics
(edit) @30352   14 years vboxsync NAT: comments
(edit) @30350   14 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   15 years vboxsync NAT: BSD(darwin) specifics of binding
(edit) @21004   15 years vboxsync NAT: binding sockets to interface (default sockets and port-forwarding)
(edit) @20959   15 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
(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) @16213   16 years vboxsync NAT: 1. introduces TFTP special_address | CTL_TFTP(4) for built-in …
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15792   16 years vboxsync NAT: RTMemFree
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15636   16 years vboxsync slirp:icmp: Get rid of old ICMP implementation
(edit) @15472   16 years vboxsync NAT: readability
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @15450   16 years vboxsync slirp: style, dead code
(edit) @15443   16 years vboxsync slirp:icmp: Fix of ttl setting on Darwin
(edit) @15355   16 years vboxsync slirp:icmp: enabling UDP traceroute on Unix
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15234   16 years vboxsync slirp: revert r40643
(edit) @15231   16 years vboxsync slirp:icmp: udp stored bind parameters to slirp socket structure
(edit) @15229   16 years vboxsync slirp: ICMP socket isn't enqued anymore, so udp_detach shouldn't be …
(edit) @15191   16 years vboxsync slirp:ICMP rollback shutdown fix.
(edit) @15168   16 years vboxsync slirp: properly finish the icmp socket
(edit) @15035   16 years vboxsync ICMP: support storaging and searching of sent packet.
(edit) @14951   16 years vboxsync NAT: hopefully fixed Windows host
(edit) @14616   16 years vboxsync ipovly now conform modern BSD making ih_x1 field as array overlapping …
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14390   16 years vboxsync check sum calculation was fixed
(edit) @14252   16 years vboxsync csum validation hack, for testing IP integration of fragmentation …
(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) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13951   16 years vboxsync fixed win build for 38966
(edit) @13949   16 years vboxsync backed out r38966
(edit) @13940   16 years vboxsync pseudo-timers moved to timers polling select is notified via pipe (!!! …
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
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