summaryrefslogtreecommitdiff
path: root/slirp/udp.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-2/+2
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-1/+1
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+8
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka1-1/+1
2011-07-23slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka1-5/+8
2011-07-23slirp: Fix restricted modeJan Kiszka1-4/+4
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-4/+4
2009-12-03Don't leak file descriptorsKevin Wolf1-2/+2
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk1-264/+2
2009-06-29slirp: Factor out internal state structureJan Kiszka1-25/+31
2009-06-29slirp: Drop statistic codeJan Kiszka1-11/+0
2009-06-29slirp: Drop dead codeJan Kiszka1-25/+3
2009-06-29slirp: Explicitely mark host-forwarding socketsJan Kiszka1-1/+1
2009-06-29slirp: Prepare for persistent socket state flagsJan Kiszka1-1/+2
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka1-3/+4
2009-06-29slirp: Rework internal configurationJan Kiszka1-10/+13
2009-06-29slirp: Drop redundant lines from udp_inputJan Kiszka1-2/+0
2009-04-18Use ANSI prototypes to please sparseblueswir11-13/+5
2009-01-26Remove the advertising clause from the slirp licensealiguori1-5/+1
2009-01-13Fix 64 bit issue in slirpblueswir11-3/+2
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori1-0/+3
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-2/+2
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-3/+3
2008-04-27Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog1-3/+4
2008-04-26Fix slirp udp source address contamination (Jason Wessel)balrog1-1/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-13/+13
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-5/+7
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-28/+28
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-70/+70
2007-01-17Slirp UDP fix, by Jason Wessel.ths1-2/+3
2006-05-03UDP broadcast translation error (Mark Jonckheere)bellard1-1/+4
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-1/+1
2005-07-03win32 compile fixbellard1-2/+2
2005-06-0564 bit fixes (initial patch by Gwenole Beauchesne)bellard1-6/+12
2004-10-07windows fixes (Gregory Alexander)bellard1-0/+4
2004-08-24TFTP support (Magnus Damm)bellard1-0/+8
2004-07-12win32 compilebellard1-4/+4
2004-04-22initial user mode network supportbellard1-0/+654