aboutsummaryrefslogtreecommitdiff
path: root/slirp/slirp.c
AgeCommit message (Expand)Author
2009-01-08Add support for vmchannel socket migration (Gleb Natapov)aliguori
2009-01-08Add slirp_restrict option (Gleb Natapov)aliguori
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori
2008-12-07slirp: fix CVE 2007-5729aurel32
2008-10-17added explicit licensebellard
2008-10-17allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2007-10-26 Use const and static as needed, disable unused codeblueswir1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-05-10suppressed unaligned accessesbellard
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard
2006-04-30removed warningsbellard
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook
2006-04-16Downgrade DNS failure to a warning.pbrook
2006-04-16Set slirp client hostname.pbrook
2005-09-03improved user net performancesbellard
2004-10-07windows fixes (Gregory Alexander)bellard
2004-09-05allow inetd like program execbellard
2004-08-25port redirection supportbellard
2004-07-12win32 compilebellard
2004-07-05forgot fclose()bellard
2004-05-04fixed dhcp for windows clientbellard
2004-04-22initial user mode network supportbellard