summaryrefslogtreecommitdiffstats
path: root/slirp/udp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-3/+3
* slirp: udp: fix NULL pointer dereference because of uninitialized socketPetr Matousek2014-09-231-1/+1
* slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-2/+2
* MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* slirp: Cleanup resources on instance removalJan Kiszka2012-03-131-0/+8
* slirp: Replace m_freem with m_freeJan Kiszka2011-07-231-1/+1
* slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka2011-07-231-5/+8
* slirp: Fix restricted modeJan Kiszka2011-07-231-4/+4
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-4/+4
* Don't leak file descriptorsKevin Wolf2009-12-031-2/+2
* slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk2009-07-271-264/+2
* slirp: Factor out internal state structureJan Kiszka2009-06-291-25/+31
* slirp: Drop statistic codeJan Kiszka2009-06-291-11/+0
* slirp: Drop dead codeJan Kiszka2009-06-291-25/+3
* slirp: Explicitely mark host-forwarding socketsJan Kiszka2009-06-291-1/+1
* slirp: Prepare for persistent socket state flagsJan Kiszka2009-06-291-1/+2
* slirp: Bind support for host forwarding rulesJan Kiszka2009-06-291-3/+4
* slirp: Rework internal configurationJan Kiszka2009-06-291-10/+13
* slirp: Drop redundant lines from udp_inputJan Kiszka2009-06-291-2/+0
* Use ANSI prototypes to please sparseblueswir12009-04-181-13/+5
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1
* Fix 64 bit issue in slirpblueswir12009-01-131-3/+2
* Add slirp_restrict option (Gleb Natapov)aliguori2009-01-081-0/+3
* 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