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) @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 …
(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) @13604   16 years vboxsync Synchronized slirp was inroduced
(edit) @8009   17 years vboxsync slirp: make it possible to configure the netmask
(edit) @5723   17 years vboxsync Fix UDP forwarding in the NAT code. Was completely broken.
(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) @1789   18 years vboxsync Fixed accidentally slipped in code duplication.
(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) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @1022   18 years vboxsync Reenabled tftp code to see if it compiles on win boxes. It's not a …
(edit) @1010   18 years vboxsync Disable built-in TFTP service in slirp. Needs to be configured …
(edit) @184   18 years vboxsync merge with upstream
(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