summaryrefslogtreecommitdiffstats
path: root/slirp/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-2/+2
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-3/+3
* Treat DNS a special case among special addresses in slirp (Jason Wessel).balrog2008-04-271-3/+4
* Fix slirp udp source address contamination (Jason Wessel)balrog2008-04-261-1/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-13/+13
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-5/+7
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-28/+28
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-70/+70
* Slirp UDP fix, by Jason Wessel.ths2007-01-171-2/+3
* UDP broadcast translation error (Mark Jonckheere)bellard2006-05-031-1/+4
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-1/+1
* win32 compile fixbellard2005-07-031-2/+2
* 64 bit fixes (initial patch by Gwenole Beauchesne)bellard2005-06-051-6/+12
* windows fixes (Gregory Alexander)bellard2004-10-071-0/+4
* TFTP support (Magnus Damm)bellard2004-08-241-0/+8
* win32 compilebellard2004-07-121-4/+4
* initial user mode network supportbellard2004-04-221-0/+654
OpenPOWER on IntegriCloud