aboutsummaryrefslogtreecommitdiff
path: root/udp.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+5
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-5/+5
2009-12-03Don't leak file descriptorsv0.12.1v0.12.0-rc2v0.12.0-rc1v0.12.0-rc0v0.12.0Kevin Wolf1-2/+2
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk1-266/+4
2009-06-29slirp: Factor out internal state structureJan Kiszka1-24/+28
2009-06-29slirp: Drop statistic codeJan Kiszka1-11/+0
2009-06-29slirp: Drop dead codeJan Kiszka1-28/+4
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/+12
2009-06-29slirp: Drop redundant lines from udp_inputJan Kiszka1-2/+0
2009-04-18Use ANSI prototypes to please sparseblueswir11-9/+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-14/+17
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-5/+7
2007-01-17Slirp UDP fix, by Jason Wessel.v0.9.0release_0_9_0ths1-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)v0.8.1release_0_8_1bellard1-1/+1
2005-07-03win32 compile fixv0.7.1release_0_7_1bellard1-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/+642