fix OneNAND erase/write
[qemu] / slirp / udp.c
2009-04-18 blueswir1Use ANSI prototypes to please sparse
2009-01-26 aliguoriRemove the advertising clause from the slirp license
2009-01-13 blueswir1Fix 64 bit issue in slirp
2009-01-08 aliguoriAdd slirp_restrict option (Gleb Natapov)
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-05-10 balrogSpecial-case CTL_ALIAS instead of CTL_DNS in udp loopba...
2008-04-27 balrogTreat DNS a special case among special addresses in...
2008-04-26 balrogFix slirp udp source address contamination (Jason Wessel)
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-01-17 thsSlirp UDP fix, by Jason Wessel.
2006-05-03 bellardUDP broadcast translation error (Mark Jonckheere)
2006-05-03 bellardseparate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
2005-07-03 bellardwin32 compile fix
2005-06-05 bellard64 bit fixes (initial patch by Gwenole Beauchesne)
2004-10-07 bellardwindows fixes (Gregory Alexander)
2004-08-24 bellardTFTP support (Magnus Damm)
2004-07-12 bellardwin32 compile
2004-04-22 bellardinitial user mode network support