aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/slirp.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-17added explicit licensebellard1-0/+23
2008-10-17allow SLIRP to make an ARP request to get the client MAC address. It is usefu...bellard1-8/+52
2008-08-21Fix OpenBSD linker warningsblueswir11-1/+1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2007-10-26 Use const and static as needed, disable unused codeblueswir11-2/+2
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-1/+10
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-34/+34
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-56/+56
2006-05-10suppressed unaligned accessesbellard1-4/+5
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-0/+3
2006-04-30removed warningsbellard1-1/+1
2006-04-23Fix slirp redirection on systems without a useful host IP address.pbrook1-1/+1
2006-04-16Downgrade DNS failure to a warning.pbrook1-2/+2
2006-04-16Set slirp client hostname.pbrook1-0/+2
2005-09-03improved user net performancesbellard1-1/+1
2004-10-07windows fixes (Gregory Alexander)bellard1-3/+12
2004-09-05allow inetd like program execbellard1-3/+19
2004-08-25port redirection supportbellard1-0/+15
2004-07-12win32 compilebellard1-2/+70
2004-07-05forgot fclose()bellard1-1/+2
2004-05-04fixed dhcp for windows clientbellard1-1/+1
2004-04-22initial user mode network supportbellard1-0/+550