VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28444   15 years vboxsync NAT: tcp_close filter out listening sockets while freeing socket …
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28023   15 years vboxsync NAT: FD_CLOSE(win) and POLLHUB(Unix) events are processed in common …
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25754   15 years vboxsync NAT: xtracker 4583: hopefully fix 100% CPU load with NAT under certain …
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23166   15 years vboxsync NAT: burn fix (typo).
(edit) @23165   15 years vboxsync NAT: missed header initialization.
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22664   15 years vboxsync NAT: hide away dhcp internals, adds helper lookups functions
(edit) @22013   15 years vboxsync NAT: clearing (removing non-libalias code)
(edit) @20959   15 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @20650   15 years vboxsync NAT: TOS is disabled
(edit) @20649   15 years vboxsync NAT: Backed 48735
(edit) @20648   15 years vboxsync NAT: TOS is disabled in libalias environment
(edit) @20472   15 years vboxsync NAT: tcp_nodelay off
(edit) @20379   15 years vboxsync NAT: introduce slirp's interface to configure socket's and sbuf defaults
(edit) @20244   16 years vboxsync NAT: fixed buffer in 64kB
(edit) @20164   16 years vboxsync NAT/libalias: port-forwarding
(edit) @20053   16 years vboxsync NAT: LibAlias enabling + tcp_emu replaced with ftp_module
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @17191   16 years vboxsync spaces
(edit) @16938   16 years vboxsync NAT: non-blocks + socket creation error handling
(edit) @16820   16 years vboxsync NAT:warnings (unreferenced)
(edit) @16819   16 years vboxsync NAT:warnings
(edit) @16812   16 years vboxsync NAT: memset(,0,) => RTMemAllocZ
(edit) @16562   16 years vboxsync NAT:NSOK_INC/DEC added to count sockets number for allocation enough …
(edit) @16531   16 years vboxsync NAT: cosmetics
(edit) @16529   16 years vboxsync NAT:port-forwarding: Default value for SND/RCV buffers increased 4x
(edit) @16449   16 years vboxsync NAT:MT connection closing is working now
(edit) @16448   16 years vboxsync NAT:MT improvements
(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) @16071   16 years vboxsync coding style
(edit) @16070   16 years vboxsync NAT: 2nd patch from lawrencerust. Corrects the behaviour of PORT …
(edit) @15919   16 years vboxsync NAT:fix #3480
(edit) @15792   16 years vboxsync NAT: RTMemFree
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @15450   16 years vboxsync slirp: style, dead code
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15074   16 years vboxsync slirp: better readability
(edit) @14638   16 years vboxsync NAT: some reformatting for better readability; merged …
(edit) @14616   16 years vboxsync ipovly now conform modern BSD making ih_x1 field as array overlapping …
(edit) @14522   16 years vboxsync removed unused global tcbhead
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14331   16 years vboxsync slirp: removed dead code
(edit) @14329   16 years vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14309   16 years vboxsync #else /* what comes now */
(edit) @14291   16 years vboxsync freeing of reassembly close on end of TCP connection was added to …
(edit) @14289   16 years vboxsync code style
(edit) @14288   16 years vboxsync constants initialization for TCP reassembly
(edit) @14285   16 years vboxsync heade of list of TCPCB was added and initialization code was injected
(edit) @14275   16 years vboxsync TCP reassembling (compilable, but not working version)
(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) @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) @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) @13617   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) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1052   18 years vboxsync silly typo
(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) @532   18 years vboxsync Same typo.
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(edit) @478   18 years vboxsync upstream: set TCP_NODELAY option
(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